WBSE individual creation at desired hierarchy level

Hi Experts,
In CJ11, can we create an individual WBSE "other than in hierarchy level 1" ?
For example, A/1 is the PD & top level WBSE.
If I create A/1/1 in CJ11 Tcode, can we have the system automatically take A/1 is the superior WBSE for this & can the system take the hierarchy level of this (A/1/1) WBSE as "2" (becoz it has a superior at level 1).
regards

Hi,
With this transaction-CJ11, you are able to create all Level 1 WBS Elements.you can not maintain the hierarchy.
While creating the WBS element through Tr.CJ11 at any level, you can observe in the Superior Tab of the WBS screen as level-1 and WBS element as you have created.
So with this transaction you are able to create all Level 1 WBS Elements.
Vemula

Similar Messages

  • Main item and Hierarchy level items in SAP EWM

    We use ERP SAP AFS and EWM 9.1
    ERP sales order 20000 - 5PCS ( Different grid values chosen and delivery is distrubuted to EWM)
    Outbound delivery order contains main item and corresponding SKU displayed with Grid values like Color, Cup and Size. (Hierarchy Level)
    20000
    20000-0001A30
    20000-0001A32
    20000-0001C34
    20000-0001B36
    20000-0001D38
    We create Warehouse tasks for SKU items ( Items 60,70,80,90,100) for picking.
    I need to process VAS activites for this.
    Price labeling and putting on plastic bag for all SKU's ( 2 VAS activity).
    I have maintained packaging specification and tried to process it.
    But here I get an error in VAS order. Because WR Qty from ODO to VAS order is not copied. It is getting deleted at the time of VAS order creation.
    Then I tried to maintain the packaging specification for item 20000 (main item) and process the VAS order. Here VAS order got created and WR Qty also displayed.
    But Picking Warehouse tasks are created for SKU items not for main items. In this case I am not able to process it also.
    Packaging specification for main item or SKU item I should consider? If it is for SKU , need to have lot of master data. Is there any link i can make maintaining packspec for main item and process the warehouse tasks for SKU.
    Which way i have to go now?
    Any suggestion please
    Please ask me if you need more inputs

    Hi Jobi,
    I agree to Juergen, you'll need individual pack specs per subitem in order to process VAS on this level. Did you think of using batches and depending characteristics for the grid values? This is how EWM for Fashion works. Then you could define only VAS pack spec for multiple grid values.
    Best regards,
    Christian
    Remark: did you consider EWM for Fashion for your implementation?

  • Hierarchy Level Values Field SAP Retail

    Hello Everyone,
    I´m looking for the table and the fields specifically that contains the values of the hierarchy levels. I was looking in the table KLAH but only brings me the CLASS number (Material Group) and I need the values of the levels.
    Hope you can help me
    Regards,

    Hi Jobi,
    I agree to Juergen, you'll need individual pack specs per subitem in order to process VAS on this level. Did you think of using batches and depending characteristics for the grid values? This is how EWM for Fashion works. Then you could define only VAS pack spec for multiple grid values.
    Best regards,
    Christian
    Remark: did you consider EWM for Fashion for your implementation?

  • OBIEE 11g - formatting hierarchy levels

    Hi, I'm playing with the new hierarchy functionality in 11g. I've found in the criteria tab where it's possible to give the dimension members different formats based on what level of the hierarchy they are at (using the "Hierarchy Level Properties" dialog). This formats the dimension lables appropriately, But I also want the associated numbers to inherit the same formatting. Is there any way to do this?
    Thanks!
    Scott

    Ok, that's too bad. No way to format individual items, we're talking about thousands of accounts in an account hierarchy. I'll put in an enhancement request for this feature. I guess one related question, is there any way in answers to add a column that returns what level of a hierarchy the given row is at? If I could do that, then I could format the measures conditionally based on that column?
    Thanks,
    Scott

  • Dynamic hierarchy-level entering dashboard & drill-down

    Hi there,
    I have a requirement to create a report which, depending on the user that opens the report, needs to start at a specific level within an organisation hierarchy. Once the user has opened the report (which will be part of a dashboard), he should be able to drill-down the organisation hierarchy from his entry-point down. I've been able to create that report but when drilling-down it doesn't quite work. No matter at which level a user opens the report, when drilling it will drill-down immediately to the lowest level of the hierarchy, skipping (= not showing) intermediate levels.
    Here are the details:
    Organization hierarchy:
    - Org_Level_0
    - Org_Level_1
    - Org_Level_2
    - Org_Level_3
    - Org_Level_4
    - Org_Level_5
    - Org_Level_6
    - Org_Level_7
    - Org_Level_8
    Using an InitBlock each user is assigned it's a session variable ENTRY_LEVEL which contains the user's organization hierarchy level (i.e. '5'). For Testuser5 the session variable contains '5'.
    I've created the report containing two columns:
    - A dimension column called 'Organization'
    - A measure column called 'Availability%'
    In the dimension column I've entered the following formula:
    CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='0' THEN DIM_ORGANISATIE." Org_Level_0"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='1' THEN DIM_ORGANISATIE." Org_Level_1"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='2' THEN DIM_ORGANISATIE." Org_Level_2"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='3' THEN DIM_ORGANISATIE." Org_Level_3"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='4' THEN DIM_ORGANISATIE." Org_Level_4"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='5' THEN DIM_ORGANISATIE." Org_Level_5"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='6' THEN DIM_ORGANISATIE." Org_Level_6"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='7' THEN DIM_ORGANISATIE." Org_Level_7"
    ELSE CASE WHEN VALUEOF(NQ_SESSION.ENTRY_LEVEL)='8' THEN DIM_ORGANISATIE." Org_Level_8"
    END END END END END END END END END
    In the Column properties/Column Format tab for the dimension column I've disabled Column Heading Interaction but I've set Value Interaction to 'Drill'.
    When opening the report as Testuser5, the Dimension column shows the correct dimension object from that user: Org_Level_5. However when then clicking on the dimensionvalue, the next dimension displayed is Org_Level_8, instead of Org_level_6.
    Any suggestion on how to obtain the desired result?
    Thanks!
    Edited by: The_Dutchman on Oct 7, 2009 5:31 PM

    Check in the RPD in the BMM in the dimension wheater all levels have a key that is set to use for drill down. It seems that only Org_Level_8 (the last level, detail) has key - use for drill down checked. This allow columns on the level to be displayed when driiling from up level to the current one. So maybe this is a reason that you get only Org_Level_8 data when driiling from any level from the case statement.
    Regards
    Goran
    http://108obiee.blogspot.com

  • Creation of Article Hierarchy

    Hi Experts,
    Would like to take your sugestion in creation of Article Hierarchy.
    I am creating Article Hierarchy  B1, by using transation WMATGRP01 and entering in the screen of creation of Article Hierarchy and when i am giving to create a Hierarchy Node the system is automatically generating the Hierarchy Node number, which i want to enter manually as per client"s requirement. Please advice how to create the hierarchy node manually.
    Best Regards
    Javeed Ahamed.M
    SAP-MM Consultant

    Hi Javeed,
    It could be due to External Number Assignment not checked
    Goto:
    IMG>Logistics - General>Article Hierarchy-->Edit Hierarchy Levels
    and check the external no. assignment.
    See if the problem resolves.
    Hope it helps.
    Regards,
    Anirban Roy

  • Limitation on Hierarchy levels

    Hi,
    I want to find out what is the limitation on number of Hierarchy levels (Custom Hierarchies) that can be created in BO Universe?
    And is this limitation oriented with the DB we connect?
    As I am using Netezza DB so I want to know the number of hierarchy levels that I can create for objects in  Netezza DB?

    We have a BEx query, having 9 product Hierarchy levels. When we are creating Universe, there is no issue. But when we do integrity check, getting a lot of parse errors and could not make the universe to work.
    Is there any limitation on number of herarchies to be supported from BEx query to Universe? Any OSS notes / Lessons learnt will be much appreciated. Please help urgently. Thanks.

  • Table relationship between hierarchy level and merchandise category

    1) Want to find Merchadise Category from Merchandise Hierarchy level which is attached with same Merchandise category.
    I am having data/TABLE as below.
    my input: M_WWG1C_class
    i want to fetch data matkl in T023 or matkl in MARA for the same article within same merchandise category.
    How i can have link?
    2) i am having input CAWN_atwrt(Characteristic Value) and how i can reach matkl in T023 or matkl in MARA  for the same article within same merchandise category.

    Oracle does not support REPEATABLE READ transaction isolation level. It only supports SERIALIZABLE, READ COMMITED and READ ONLY isolation levels.
    The default is READ COMMITED.
    While the READ COMMITED can access all the committed data till the point of execution in transaction, READ SERIALIZABLE can access committed data till the point of start of transaction.
    Another difference between two with respect to ROW LEVEL LOCKING is
    Both read committed and serializable transactions use row-level locking, and both will wait if they try to change a row updated by an uncommitted concurrent transaction. The second transaction that tries to update a given row waits for the other transaction to commit or roll back and release its lock. If that other transaction rolls back, the waiting transaction, regardless of its isolation mode, can proceed to change the previously locked row as if the other transaction had not existed.
    However, if the other blocking transaction commits and releases its locks, a read committed transaction proceeds with its intended update. A serializable transaction, however, fails with the error "Cannot serialize access", because the other transaction has committed a change that was made since the serializable transaction began.
    Read following for clearing your concepts on transaction isolation levels and locking mechanisms
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96524/c21cnsis.htm#2414
    Chandar

  • Drill in BW hierarchy level in webi based on input control selection

    Hello Experts,
    I have a requirement in Webi. The Webi report is based on BW hierarchy and it is using hierarhcy both in the report output block and also in the report prompts. We are are BI 4.0 SP5,Patch 6. The report has input controls in it based on the BW Hierarchy. When the report is first executed,the user can drill down the hierarchy by clicking on the "+" nodes to the max level as shown in the screenshot below.
    Now, when the user selects an input control, the data gets filtered but the hierarchy level automatically expands. In other words, when they select a data hierarchy  showed in the input control the hierarchy in table is shown expanded and they want to see the  hierarchy in the table close automatically.
    So ideally its like this when a value from input control is selected.
    Whereas the user wants it to be like this automatically on selecting a particular value from the input control and not in expanded form.
    I'm aware of the Hierarchy depth function but that only takes us to a particular node based on depth and then doesn't allow further drilling after that.
    Is there any setting in webi/bex about always keeping all sub nodes closed to prevent this expansion on selection of input control?
    Thanks and regards,
    Abhishek

    Just did some research on on this and the SAP best practice: The question itself is logically incorrect.
    A report/table filter where there is a hierarchy may remove rows without respecting the hierarchy structure. For this reason, a filter can remove a parent node currently expanded and keep leaves or
      nodes collapsed. To avoid returning an empty table in this case the system automatically expands the hierarchy in the block to shows the resulting members
    Thats why it automoatically expands the hierarchy.
    Closing this thread. Thanks.

  • Hierarchy Level in report

    Hi GURUS,
    I have a requirement in report i.e. I need to display the Hierarchy level from the 4th level only, I do not want to see the first 3 levels, where do I do the settings for that in reporting.
    I was told that there can be some settings done in Hierarchy tab of that info object in report level in Values of Posted Nodes. But even that option is disabled. If this is the way I need to do it then how to enable that option or if there is a different option then would appreciate if you explain me in detail. Thanks in advance.

    Hi ganesh,
    for this   same as normal procedure.. but in BEX analyser..  in the query  designer window  properties.. I mean select ur hierarchy and right click and > select Ristrict-> and there you can select particular level of nodes only...
    so, there you can select all fourth level nodes..and  drag and drop it into right side window... and save it.. and execute the query..
    so, now you can get only Fourth level nodes only in the reporting level...
    i think this will helpfull to u..if it's ok ... Reward me points..
    Thanks
    @jay

  • How to only display specific members from dissimilar hierarchy levels?

    Hi,
    I have a Business Partner that routinely wants to build a report that displays members from dissimilar hierarchy levels. For example, she wants to display member "210_UNASSIGNED EXP/ACC" from level 8 and member "E090_ADVISOR SERVICES" from level 1. When she filters on just those two members, the reports displays as such:
    She then must manually expand the "E020_CORPORATE AND EXECUTIVE" member 7 times to see "210_UNASSIGNED EXP/ACC":
    Is there anyway to make her life easier and have the report display only the "210_UNASSIGNED EXP/ACC" member and the "E090_ADVISOR SERVICES" member, even though they are from different levels?
    Thanks,
    Michael J Titera
    BI4.0 SP8.3
    SQL Server 2012

    Hello Michael
    Displaying information from mixed hierarchy levels without the context of the parent members is a reporting workflow best suited to WebI and CR. The AOLAP content can be exported as an Analysis View and then this becomes a data source for WebI and CR.
    Our previous product Voyager used to allow member selection from mixed levels without the context of parent members but it caused a lot of confusion and misinterpretation of the data, which is why we deliberately do not have it in AOLAP.
    Worth noting that BI4.1 was a big release for AOLAP with many enhancements. One is "Expand to Level". So instead of having to click 7 times to expand the hierarchy, it now just requires one mouse right-click to do the same thing.
    Regards
    Ian

  • Material Group Hierarchy Level 1 - Description

    Hi,
         We required Material Group Hierarchy Level 1(0RPA_WGH1) DESCRIPTION. we find data source 0MATL_GRP_1_TEXT to
    get description. that standard data source created based on table TVM1T. We did find any data in that table. kindly guide me
    how to acheive this.
    Thanks

    hi rajendra,
    just check table T023T, hope this will help u.
    thanks

  • Regd:hierarchy level query

    hi friends,
    i have a one employee table.
    empid mangid.
    1 0
    2 1
    3 2
    i wanted display hierarchy level of the employee like..
    wanna display uppper & lower mangid of employee.
    if suppose i pass empid=2
    then it should display hierarchy like...
    managerid
    0
    3
    because empid=2 parent of empid=3 and Chiledid of mangid=0.

    Hi,
    For this you have to use Connect by clause and Start with Class ,
    Using This we can get Hirarical Data.]
    SELECT empno,
    ename,
    job,
    mgr,
    hiredate
    FROM emp
    START WITH mgr IS NULL
    CONNECT BY PRIOR empno = mgr
    try like this
    Thanks,
    Sanjeev.

  • Identify hierarchy level

    hi experts
    i need to know in my report the hierarchy level on which user is currently on, like if he selects year/quarter/or month....
    how can i achieve this please help
    thanks and regards

    Hi Kart
    thanks for your reply.... i have tried it but i am getting dim_level column blank ....
    see the steps which i have followed:-
    1) i have created three views on top of my times view( which is being created using my main time dimension ), i have created join on d_year of my d_date_year_level to times_view.d_year, d_quarter to d_date_quarter_level, d_monthno to d_date_monthno_level
    2) after creating join in my physical layer with times_view... then i dragged all my three views to my fact table in BMM layer and removed all columns except dim_level.... in fact table source i created one inner join with time_view... in content tab i set the aggregation level to ltimes_view detail logical level.
    when i created report using year, dim_level, sales dim_level column is coming blank.
    could you please help me if i have missed any step or done something wrong..
    regards

  • Allocations at customer Hierarchy level

    Hi Gurus,
    I have a requirement from client to allocate stock of restricted products at customer hierarchy level. For example: Material ABC is a restricted product and there are 500 CV available in the plant, Client would like to allocate 100 CV to customer-1, 200 CV to customer-2 and 200 CV to customer-3.
    Also Material ABC can be allocated to one of the nodes of customer hierarchy and automatically this stock should be available to all the customers with in that hierarchy to consume. If there is a chain customer like SAMS, stock is assigned to highest node of SAMS at state level and this stock should be available for all SAMS clubs with in the state to consume.
    I am using Quotations to reserve stock at customer level. The problem is with allocating stock at customer hierarchy level. Please suggest me some solutions to achieve this requirement.
    Thank You in advance,
    Samatha.
    Edited by: Samatha on Oct 11, 2011 10:04 PM

    Hi,
    That particular product and customer groups combination cvcs delete. It means that the particular combination of cvcs deleted. so there is no chance to  see the forecast.
    regards,
    sivaram2411
    Edited by: sivaram2411 on Apr 19, 2011 9:03 AM

Maybe you are looking for

  • Can I have my iTunes Library on two different computers? One pc and one mac

    I have my iTunes library on my office pc. I just bought a MacBook Air and want to have my library on there as well. I have an iphone that I have synced to both, but it will only let me keep my songs on my work pc. Is there a way I can have it on both

  • Windows in Bootcamp No Longer Accessible

    I have a Mac Pro (Nahalem, I think it is--if I spelled that right?) on the primary hard drive are located Mac OS X, Windows XP Pro in Bootcamp, and a small partition formatted FAT 32. This arrangement has worked fine for the over two years I've owned

  • How do i get my file back when it seems to have been lost or replaced?

    My Mac froze and then shut down so i started it up again to find my indesign file had been replaced with a much older file with practically no work on. I closed the document and tried opening it again but it now will just open as a much older file. I

  • ICloud mail not auto synching on iPhone or iPad

    If I read and delete mail on my Mac in iCloud and look at my iPhone 4 or iPad2 (iOS 5), they will both show on lock screen, notifications banner and the mail icon badge all of the emails I already read and deleted.  I have to open the mail app and th

  • How to create a screen field of 1000 characters

    hi i am writing a module pool program i have a requirement like  i need to get a field in the screen which is capable of storing 1000 characters . as far as i know the maximum permissible screen field length is 255 chars. how can i get this 1000 char