More than 8 level of release

Dear Friends ,
If more than 8levels of release for perticular release statergy , how i can go head 9th level . Is it through user exits.
RB

Hello,
This is a system limitation. It is not possible to have more than 8.
Best Regards,
Arminda jack

Similar Messages

  • I installed lv 6.1 on a windows 98 system. As I am having problems of stability (much more than with the former release 6.0), I would like to know if there is some specific problem with windows 98 or there is some patch.

    I installed lv 6.1 on a windows 98 system. As I am having problems of stability (frequent crashes, much more than with the former release 6.0), I would like to know if there is some specific problem with windows 98 or there is some patch available.

    My experience with Win98 is that it is not a very stable system, regardless of software used. For example, Win2000 and XP are far more stable than 98. I've had it crash on its own if I leave the computer on for several days.
    I wouldn't recommend running programs for long time (few days) on this OS.
    This being said, can you be more specific in your question. What kind of stability problems did you have, which VIs did you run (if possible post them here), did you change the interrupts and priority levels on those VI, do you get error messages or blue screen....
    Zvezdana S.

  • Apex 4.0 tree does not work with more than 2 levels.

    When I have more than 2 levels in my tree, I only see the root node. The query works fine and returns 132 rows when I run it in SQL. It is just the tree that does not work.
    The same tree when built in 3.2 works fine.
    This is my tree query:
    select case when connect_by_isleaf = 1 then 0
    when level = 1 then 1
    else -1
    end as status,
    level,
    "NAME" as title,
    null as icon,
    "ID" as value,
    null as tooltip,
    null as link
    from (
    SELECT '__TOP_NODE__' id
    , NULL pid
    , 'BI Applications' name
    , '' link_id
    , null a1
         , null a2
    FROM dual
    1 b) BIA Modules
    UNION ALL
    SELECT '__MD_'||module_key id
    , '__TOP_NODE__' pid
    , module_name name
    , module_key link_id
    , '__MD__' a1
         , null a2
    FROM c_bia_module
    Level = 2
    Parent = Module
    Node = Functional Areas
    ID = '__FA_' prefixing functional area code
    UNION ALL
    SELECT '__FA_'||funcarea_key id
    , '__MD_'||module_key pid
    , funcarea_name name
    , funcarea_key link_id
    , '__FA__' a1
         , null a2
    FROM c_functional_area
    Level = 3
    Parent = Functional Area
    Node = Fact Group
    ID = '__FG_' prefixing fact group key
    UNION ALL
    SELECT '__FG_'||factgroup_key id
    , '__FA_'||funcarea_key pid
    , factgroup_name name
    , factgroup_key link_id
    , '__FG__' a1
         , null a2
    FROM c_fact_group
    start with "PID" is null
    connect by prior "ID" = "PID"
    order siblings by "NAME"
    If I reduce the query to just use two levels like:
    SELECT '__TOP_NODE__' id
    , NULL pid
    , 'BI Applications' name
    , '' link_id
    , null a1
         , null a2
    FROM dual
    1 b) BIA Modules
    UNION ALL
    SELECT '__MD_'||module_key id
    , '__TOP_NODE__' pid
    , module_name name
    , module_key link_id
    , '__MD__' a1
         , null a2
    FROM c_bia_module
    It works fine. Can somebody let me know what I am doing wrong? Is there a way to set the number of levels supported in 4.0?

    Hi Vidya,
    Thanks for posting your example. You may want to remove your workspace details from the previous posting, or at least update the password on the workspace. I've taken a look at your example and initially couldn't see anything wrong with your tree query. However, when I ran your query in SQL Workshop, it only returned one row, which would explain why you were only seeing one node in your tree! I've updated your query to use a WITH clause, and the tree is now working correctly. I believe you've hit an underlying database bug where the CONNECT BY query is only returning 1 row, when in fact it should return > 1 row. By re-writing the query to use a WITH clause, you can get around the problem.
    Regards,
    Hilary

  • Dashboards - More than one level deep

    Is there a way to create a Dashboards more than one-level deep. Currently I can put a Dashboard within another Dashboard (Getting the flyout menu when I select the top-level dashboard in the Interface). However, what if I want to go one level deeper? So have Dashboard Header show as the link, a flyout menu with Dashboard 1, then another flyout menu off of Dashboard 1 having the link for Dashboard 2.
    I saw this tag DashboardMaxBeforeMenu but don't know if this resolves the issue above as I tried to implement and still was not able to set up the above scenario.
    Thanks.

    Hi Mike,
    Sorry for the delay. The whole team has been busy with JavaONE for the past week.
    We currently do not support reverse engineering of an operation to a sequence diagram more than one level deep. I opened an enhancement request for you:
    http://www.netbeans.org/issues/show_bug.cgi?id=103780
    The UML pack is now part of NetBeans. Check out these links for the latest info regarding UML:
    http://www.netbeans.org/products/uml/
    http://uml.netbeans.org/
    Thanks,
    George

  • Reverse engineering sequence diagram with more than one level deep

    Hello,
    When I generate sequence diagram from a method with Java Studio Enterprise 8.1, it only shows the method called directly by this method.
    Can I also show the methods that are called by the other methods that the one I'm generating the diagram from?
    Thanks,
    Mike

    Hi Mike,
    Sorry for the delay. The whole team has been busy with JavaONE for the past week.
    We currently do not support reverse engineering of an operation to a sequence diagram more than one level deep. I opened an enhancement request for you:
    http://www.netbeans.org/issues/show_bug.cgi?id=103780
    The UML pack is now part of NetBeans. Check out these links for the latest info regarding UML:
    http://www.netbeans.org/products/uml/
    http://uml.netbeans.org/
    Thanks,
    George

  • Gantt subbtasks - more than one level?

    Hi,
    can project gantt show more than one level of subtasks? I can expand just first level tasks, but when I clik on the second level, the "+" sign changes to a flashing circle and that's it...

    I just noticed I can expand all levels if I select View->.....->Expand all
    So, it should I guess, but it doesn't.
    I also noticed that an exception is thrown if I try to collapse a 2nd level parent task. Here's the exception:
    SEVERE: Server Exception during PPR, #1
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.dvt.model.binding.gantt.FacesGanttBinding$GanttModel.isContainer(FacesGanttBinding.java:588)
         at org.apache.myfaces.trinidad.model.RowKeySetTreeImpl._getSize(RowKeySetTreeImpl.java:395)
         at org.apache.myfaces.trinidad.model.RowKeySetTreeImpl._getSize(RowKeySetTreeImpl.java:411)
         at org.apache.myfaces.trinidad.model.RowKeySetTreeImpl._getSize(RowKeySetTreeImpl.java:411)
         at org.apache.myfaces.trinidad.model.RowKeySetTreeImpl.size(RowKeySetTreeImpl.java:286)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.RichGanttRenderer.processDisclosure(RichGanttRenderer.java:3844)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.RichProjectGanttRenderer.processDisclosure(RichProjectGanttRenderer.java:1175)
         at org.apache.myfaces.trinidad.event.RowDisclosureEvent.processListener(RowDisclosureEvent.java:62)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:684)
         at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:158)
         at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:231)
         at org.apache.myfaces.trinidad.component.UIXTreeTable.broadcast(UIXTreeTable.java:342)
         at oracle.adf.view.rich.component.rich.data.RichTreeTable.broadcast(RichTreeTable.java:249)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.GanttDataTreeTable.broadcast(GanttDataTreeTable.java:47)
         at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:153)
         at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:231)
         at org.apache.myfaces.trinidad.component.UIXTreeTable.broadcast(UIXTreeTable.java:342)
         at oracle.adf.view.rich.component.rich.data.RichTreeTable.broadcast(RichTreeTable.java:249)
         at oracle.adfinternal.view.faces.bi.renderkit.gantt.GanttDataTreeTable.broadcast(GanttDataTreeTable.java:47)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:754)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:282)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:102)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • File conversion for more than one level of substructure

    I have the following file format that needs to be converted into XML, but because it has more than one level of substructure I'm not able to give the correct file conversion parameter
    source file sample:
    1headeryyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    3trailer1yyyyyyyyyyyyy
    4trailer2yyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    2itemsyyyyyyyyyyyyyy
    3trailer1yyyyyyyyyyyyy
    4trailer2yyyyyyyyyyyyy
    Thus you see above that there is one header followed by a bundle that conrains many items and 2 trailers and this bundle can repeat any number of time.
    Could anyone let me know how to parse this type of file to XML?
    Thanks,
    Lakshmi

    Hi Lakshmi,
    See this blog:
    <a href="/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter:///people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    []´s
    Marcelo Macedo

  • Can a subquery be nested more than 2 levels in oracle 10g

    hi
    can a subquery be nested more than 2 levels in oracle..10g
    thank u
    rajiv
    Message was edited by:
    user500763

    You will never learn anything about Oracle if you just keep posting your 1z0-001 exam questions here.
    Look it up, try it, test it. Otherwise all you're learning how to do is cut and paste.

  • Need help: Dimensional column has assoc with more than 1 level

    Hi,
    I am trying to have multiple drill paths for a single dimension. For example, the Date dimension should be navigable by the following hierarchies:
    DateDimension
    +---- Calendar Year
    ......---- Calendar Quarter
    ............--- Calendar Month
    ..................-- Day
    +---- Calendar Year
    ......---- Day
    So, in other words, in Answers I should be able to add 'Calendar Year' to my report, display results, and then click down the path Calendar Year -> Calendar Quarter -> Calendar Month -> Day OR Calendar Year -> Day.
    However, when I model this in the Admin tool, it allows it, but then I add the column in Answers and get a runtime error:
    +[nQSError: 14064] Dimensional column [column name] has associations with more than one level+
    This is possible in BO and other tools. If it is not possible in Oracle BI EE, then one alternative would be to have two separate versions of 'Calendar Year' added to the report in Answers, each with their own drill path.
    Any ideas???
    Thanks for any help you can provide.
    Matt Warden
    Balanced Insight, Inc.

    Hi,
    You try this one .
    Create the Hierarchy Year --> Quarter--->Month-->Week-->Day in rpd as usual manner .But in Year report use navigate option in column properties add Quarterly Report (Caption it as 'Quarter')and Day level report(Caption it as 'Day') in navigate option.So when you click on Year column it i will prompt to select either Quarter or Day and when u select Quarter u will have normal drill functionality from Quarter to Month to Week and Day.Hope this helps you.
    Thanks.

  • Find parent/child relationships At More Than 2 Levels

    Hello,
    Does anyone have a solution to find parent/child relationship for data more than 2 levels deep?
    I have a solution when there's a simple parent-child relationship but not when there's a grandparent-parent-child relationship or deeper.
    Ex. I have a table company_parent_child that stores the relationship betwen a company and it's direct parent.
    create table TEMP_COMPANY_PARENT_CHILD
    PARENT_ID NUMBER(10),
    COMPANY_ID NUMBER(10)
    insert into TEMP_COMPANY_PARENT_CHILD values (1, 10);
    insert into TEMP_COMPANY_PARENT_CHILD values (1, 11);
    insert into TEMP_COMPANY_PARENT_CHILD values (1, 12);
    insert into TEMP_COMPANY_PARENT_CHILD values (2, 13);
    insert into TEMP_COMPANY_PARENT_CHILD values (10, 100);
    insert into TEMP_COMPANY_PARENT_CHILD values (10, 101);
    insert into TEMP_COMPANY_PARENT_CHILD values (10, 102);
    insert into TEMP_COMPANY_PARENT_CHILD values (11, 103);
    1->
    ___10->
    ______100,101,102,
    ___11->103
    Companies 100, 101 and 102 are under parent 10 and grandparent 1.
    I need to create such a view or another temp table so that when I pass the parent ID, I will pull all the children on all levels. In addition, and this is the tricky part, when I join this new temp table or view to another data table without any parameters, the data should not be duplicate, ie. each company ID should appear only once.
    create table TEMP_JOIN
    company_id number(10),
    order_id varchar2(10)
    insert into TEMP_JOIN values (100, 'a');
    insert into TEMP_JOIN values (101, 'b');
    insert into TEMP_JOIN values (102, 'c');
    insert into TEMP_JOIN values (103, 'd');
    insert into TEMP_JOIN values (10, 'e');
    insert into TEMP_JOIN values (11, 'f');
    insert into TEMP_JOIN values (12, 'e');
    insert into TEMP_JOIN values (13, 'f');
    Thanks.

    start by learning CONNECT BY/START WITH. once you've
    written a query to read the grandparent-parent-child
    relationship, then come back with more questionsYes. we did look heavily into connect by/start with, in fact along with "connect_by_iscycle","connect_by_isleaf","connect_by_root" as well.
    Our dilemma is that when a joint is made between those two tables mentioned above TEMP_COMPANY_PARENT_CHILD and TEMP_JOIN, we are not able to create a view that would contain distinct company_ids, each mapped to a unique order id.
    The problem is we cannot have this type of joint when there are "n" level relationship between companies (or company_id). Basically, I think we should have our unique order id mapped to a unique key. This unique key should be a specialized key that we can know at anytime the entire path of the ancestry which we can know by sys_connect_by_path(company_id,'/') path.
    How do we know which path to take. The best bet is to "connect_by_isleaf" and just have the distinct "deep" path which form the specialized unique key. If you need help on this let me know. (A hint, sort by LEVEL and then do a rank after partitioning by company id and then filter the records by rank = 1, try this one!!!)
    So, we will eventually have a joint (say Table X) like
    PATH ORDER_ID
    /1/10/100 a
    /1/10/101 b
    /1/10/102 c
    /1/10 e
    /1
    /1/11/103 d
    /1/11 f
    I think this is the best view we can have to maintain a joint with no repetition along PATH as well as ORDER_ID. If you have any other thoughts, let me know.
    Then you query by path using INSTR to pull records by company_id.
    for example, if you want to get all the children for company_id "10" you would just say
    select * from X where INSTR(PATH,10,1,1) <> 0
    or if you want to get all the children for company_id "11" you would just say
    select * from X where INSTR(PATH,11,1,1) <> 0
    What do you think? Has anyone used the path information for traversing the tree? Or is there any article that tells us how to make effective use of sys_connect_by_path(company_id,'/') path.
    Thank you. Hope it made sense!

  • Can we create the hierachy more than 4 level in Territory Management

    Dear Sir,
    If I need to create the hierachy more than 4 levels in Territory Management in CRM , is it possible.
    Thank you and best regards,
    Vimol

    Hi Vimol,
    CRMM_TERRMAN - Maintain Territory Hierarchy is the transaction where you can assign more than 4 levels in Territory Management in CRM.Maximum Restriction of Characters are 24.
    Baisc Structure is as
    1.Organization (2 Characters)
    2.Unit (3Characters)
    3.State (3Characters)
    4.City(3 Characters)
    5.Country (7 Characters)
    6..Postal Code (6 Characters)
    in a various permitation & combination.
    Reward with Points.
    With Best Regards,
    Rajendra Sonawane

  • Release Strategy for more than 8 levels

    Hi experts,
    Can anybody have a clue how to get Release Strategy for more that 8 levels or anybody who have configured the same. Standart SAP supports 8 levels of Release Strategy. So How to enhance the standard feature with additional Levels.
    Thanks in Advance

    Hi Senthil,
    Thanks for the suggestion.
    You mean to say :
    That a purchasing document which has some 16 llevels of release strategy can be accomplished through :
    1. Release Strategy configured through 8 levels.
    2. A custom table needs to be created where based on one of the classification (Usrc01) feild of 1st Release Strategy should be mapped to another Usrc01 feild for some other Release Strategy2.
                                               OR
    2. Custom table have Release Strategy 1 name and another feild will have Release Strategy 2 lined to 1st Release Strategy.
    3. Based on FRGGR and FRGCO and ZTable should trigger next Release Strategy 2. But hou will this be displayed and what about Change History?
    Thanks that was an innovative idea but can u please elaborate.
    Thanks in advance.
    Ashutosh

  • Line Graph - can I have more than two levels?

    Post Author: Deepa
    CA Forum: Charts and Graphs
    I am working on a line Graph for a client where the client needs the x-axis to show year, then month by Office for expenses. Crystal Reports XI. I can have two levels when I do change of by Transaction month and offices. Is there any way I can have change of Transaction Year, Transaction Month and then Offices? Any help is appreciated. Thank you. Deepa

    Hi,
    Yes,  Disabling the DHCP proxy on WLC and us IP helpers on LAN switch is a option to have more than two DHCP servers.

  • Release codes more than 8 in a release strategy

    Hello,
    Is it possible to have more than 8 release codes in a strategy? I have read this is possible via a user-exit.
    However would like to get some direction on how this can be acheived.
    Thanks for your help in advance.
    saurabh

    http://wiki.sdn.sap.com/wiki/display/ERPLO/ReleaseprocedureforPurchaseRequisitioninMM
    regards

  • My client wants more than 8 codes for release strategy is it possible

    Hello
    I know that standard sap does not allow to have more than 8 codes to be there in release strategy. Is there any other way to have more than 8 codes
    regards
    mohammed

    HI Mohammed,
    yes!! It is possible. std SAP provides and recommends 8 codes.
    But you can have n number of codes
    Rgds
    Girish Kavital

Maybe you are looking for

  • SET PASSWORD IN FILE PDF CREATED BY REPORT BUILDER (32 Bit)

    With the Report Builder (32-bit) Oracle I create a file PDF in a directory specified by the user. The problem is that the file pdf must be created with a password but i don't know how to do. I have checked both the manual Report Builder that on the v

  • How to pass a litral string into cursor variable?

    Hi All I have a code like below: I need to select the following table,column with the criteria as such but it looks like the literal string does not work for cursor variable. I can run the SQL in sqlplus but how I can embed that in PL/SQL code?? -Tha

  • Presenter 7 for the MAC??

    Does anyone know if Adobe will make Presenter available for the MAC? Thanks!

  • IW32 After business closer  operation status not showing CLSD

    Dear Friends, I have a query here. For PM orders system status gets updated as per business transaction. Operation status also gets changed as per header status. But  it is okay till technical completion and operation staus gets set as TECO. But afte

  • Using KVM causes MacPro's display output to go black for a few seconds

    I have a Mac Pro plugged into a IOgear 2 port DVI KVM. The Mac Pro's other DVI output is plugged in, via VGA, to a second monitor that is not switched. Whenever I switch to my Mac Pro, both displays go black for 2-4 seconds and then come back. This i