Reg Hierarchy

I have a Query with hierarchy. I have used the hierarchy nodes in my structure elements. When I check the query, it doesnt give any messages, but when I execute the query in analyzer, it says (warning) that one Hierarchy node is missing, but I could see the hier node in my hierarchy. Any advice! I am in BI7.

Hi Madhu,
I did a search on SAP Service Marketplace for the following search string :
"bi hierarchy node missing" and there are various notes available.
It may be worth you checking thru the notes and see if they are applicable to your situation.
Cheers
Chris

Similar Messages

  • Reg : Hierarchy extraction from Source

    Hello Friends,
    I have an issue with Hiearchy Extraction.
    I am trying to Load 0WBS_ELEMT ( Hiearchy) data (Full Update) for the first time.Its displaying the following error.(Its extracted from SAP R/3)
    Diagnosis
        The hierarchy level of the parent node must be one larger than the
        hierarchy level of the actual node. This is not the case for the node
        with ID 00075558 and its parent node with ID 00000001 .
    System response
    Procedure
        Correct the hierarchy level of the node or of the parent node in your
        source system.
    Procedure for System Administration
    Can any of you who encountered the similar issue share your valuable experience with me please ...
    Kind Regards,
    Sai Gautam Pusala

    Its resolved/
    Thanks,
    Sai Gautam
    Edited by: Sai Gautam Pusala on Oct 21, 2011 2:14 PM

  • Reg:hierarchy query

    hi friends,
    i have query like below.
    select d.child_id,d.location,d.parent_id
    from btstarget.am_tm_chnl_prtnr_hrchy d , btstarget.am_tl_user_hrchy e
    where d.child_id =e.fk_child_id
    AND e.fk_ent_mst_customers = 13754
    above query showing me output like below.
    child_id location parent_id
    1 Mumbai-1 3
    2 NRI 4
    3 NRI 2
    4 Delhi 3
    5 Delhi-1 4
    6 Delhi-2 4
    i wanted to show like below.
    Location.
    Mumbai-1
    NRI
    Delhi.

    Hi Rajnish,
    Provided data is incorrect as it falls into an infinite loop.
    Level 1 ----------------2---------------- 3------------------4--------------------5
    1 Mumbai-1 3-----> 3 NRI 2------> 2 NRI 4---------> 4 Delhi 3------> 3 NRI 2
    Level 5 and 2 are same so an infinite loop.
    I modified the data & sample code is like this
      with t as
       (select 1 child_id,'Mumbai-1' location,3 parent_id from dual
         union all select 2,'NRI',4 from dual
         union all select 3,'NRI',4 from dual
         union all select 4,'Delhi',5 from dual
         union all select 5,'Delhi-1',6 from dual
         union all select 6,'Delhi-2',null from dual
        )  select location from t connect by prior parent_id=child_id start with child_id=1
    SQL> /
    LOCATION
    Mumbai-1
    NRI
    Delhi
    Delhi-1
    Delhi-2Edited by: Lokanath on २८ दिसंबर, २०१० २:३५ अपराह्न

  • Reg product hierarchy

    Hi,
       I want to  extract the materials of a patricular Product Hierarchy with current revision level and valid from date. (Material #, Product Hierarchy, Revision level, Valid from date).I tried in MARA table but there revision level and valid from fields are not there.but these fields are not in any table..they are in structure....How to get these fields?.......
    Thanks in advance
    Nagarathinam V

    My question was to diaplay the revision level and valid from date fields also,these fields are in structure not in any database tables...How can i get these fields.In MVKE table,these fields are not there...

  • Numbering schema in Product Hierarchy reg

    Hello Experts,
    We are implementing CRM 7.0, as part of the initial load we had downloaded DNL_CUST_PROD1 from ECC. But after replication we came to know that the numbering schema for Product Hierarchy is not 5,5,8 but changed to something else. When I tried doing the changes to numbering scheme, it is giving some error.
    We havenu2019t created any Products or any master or transactional data.
    Can you please help me in understanding how to change the numbering scheme and re-do the intial load.
    Thank you.
    KK

    you missed to save it .
    Dont maintain node 1 , 2 and 3 in one go.
    Maintain your 1s then save, maintain your 2s then save, then maintain your 3rd level.

  • Reg: Dimensional hierarchy

    Hi Experts,
    I want a small clarifications on hierarchy's  after creating hierarchy in rpd in UI level suppose when we drill down from one level to another level like year to month every time will it goes to the database for fetching the data or how and  what is purpose of the number of elements at this level.
    Regards,

    Try to read Admin help file for the same:
    It says that:
    This number is used by the Oracle BI Server when picking aggregate sources. The number does not have to be exact, but ratios of numbers from one logical level to another should be accurate

  • MM-PRODUCT HIERARCHY- REG

    Dear,
    When i am creating the Product Hierchies in OVSV transactions like below
    Product Hierarchy level Description
    00001 1 stationary
    00001p0001 2 pens
    00001p000100001 3 ball point
    00001p000100002 3 refill
    *The Error messages as
    *Please create the preceding node first*
    *Message no. VC705*
    Plz guide me , How to carryout.
    Regards,
    Suresh.P

    you missed to save it .
    Dont maintain node 1 , 2 and 3 in one go.
    Maintain your 1s then save, maintain your 2s then save, then maintain your 3rd level.

  • Reg: File to Idoc Hierarchial mapping

    Hi Experts,
    We have a scenario of flat file to idoc where in we have 4 segments(01 to 04)(with hierarchies) in source file to be mapped to idoc. We have followed Riaz blog    http://www.riyaz.net/blog/xipi-convert-flat-file-to-deeply-nested-xml-structures-using-only-graphical-mapping/.on mapping flat file to deeply nested structures . 
       We have encountered one unique issue in the intermediate level mapping where, when assigning hte id numbers, the instances of one segment are grouped together.  This is creating a problem. 
    Ex: in source str we have nodes in the order
    01
    02
    03
    04
    02
    03
    04 and so on..
    After the test of intermediate mapping, it shows teh follw sequence:
    01
    02
    02
    03
    03
    04..
    The node seq in the target str should have been similar to that of the source.. but here its not so.. 
    if i am using just one instance of 01 till 04 nodes.. the final xml str is created perfect.. Can any please let me know what could be the possible error??
    Or please let me know if there is any other simple procedure to finish this.
    Thanks in advance, awaiting your reply..
    Best Regards,
    Giri

    Hi,
    Please go through the following links..
    http://wiki.sdn.sap.com/wiki/display/XI/SampleJAVAMappingcodeusingPI7.1+API
    http://wiki.sdn.sap.com/wiki/display/XI/UsingPI7.1APIforJavamapping
    and also,
    http://help.sap.com/saphelp_nwpi71/helpdata/en/bd/c91241c738f423e10000000a155106/content.htm
    If u get any doubt u can post the problem....
    Babu

  • Reg ALV hierarchy..

    Hi All,
            I created one <b>ALV Report</b> on material wise, its executed fine., Now I have to check the material  based on <b>material type</b> wise then I have to print it .
    <b>ex:</b> there are<b> 50</b> material is there in that<b> 5</b> material are different type, first i have to display 45 material and calculate it, then i have to display the remaining 5 material, under that i have to calculate the <b>amt</b> of previous<b> 45</b> material and current<b> 5</b> material.
    Please guide me.

    Display based on Material type
    data g_keyinfo type SLIS_KEYINFO_ALV.
      g_keyinfo-HEADER01 = 'Mattype'
      g_keyinfo-ITEM01 = 'Mattype'
    g_keyinfo-HEADER02 = 'POSNV'.
    g_keyinfo-ITEM02 = 'POSNV'.
    CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
        EXPORTING
          i_interface_check              = 'I'
          i_callback_program             = g_repid
          i_callback_pf_status_set       = 'SET_STATUS'
          i_callback_user_command        = 'USER_COMMAND'
         is_layout                      = gs_layout
          it_fieldcat                    = t_fieldcat[]
         i_default                      = ' '
          i_save                         = 'A'
          i_tabname_header               = 'T_HEAD'
          i_tabname_item                 = 'T_OUTPUT'
         i_structure_name_header        = v_headers_table
         i_structure_name_item          = v_items_table
          is_keyinfo                     = g_keyinfo
         i_bypassing_buffer             = 'X'
        TABLES
          t_outtab_header                = t_head[]
         t_outtab_item                  = i_result
          t_outtab_item                  = t_output[]
        EXCEPTIONS
          program_error                  = 1
          OTHERS                         = 2.
    If u have only one internal table then u an go for normal ALV display...
    Message was edited by:
            Sumi Vasu

  • Exclude a hierarchy node by using exit variable (not in query designer)

    Hi gurus!!
    I have a hierarchy for the infoObject 0COSTELMNT. Depending on the user who executes the report, the node '0599ADJUSTMENTS' must be displayed or not.
    I am trying to solve it by using an exit variable:
    Varible Type: Hierarchy Node
    Processing : Exit
    On the exit, I have entered the following code:
          IF ( sy-subrc = 0 ).
              l_s_range-sign = 'E' .
              l_s_range-opt  = 'EQ' .
              l_s_range-low = 'AJUSTES'.
              APPEND l_s_range TO e_t_range.
         ENDIF.
    But unfortunately does no work!!
    Any ideas?
    Thanks in advance
    Regards.
    Carmen Rodríguez

    Hi,
    Check the below link gives good knowledge on variables:
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/579b3c494d8e15e10000000a114084/content.htm
    Reg
    Pra

  • How to use cost center hierarchy?

    Hi,
                  How to use cost center hierarchy?I have created that but how to use that.Can somebody help me?
                                        Sekar

    Once the Cost Centre Hierarchy is Created, it can be used in Profit Centre Reports.
    Choose Financials -> Cost Accounting -> Profit Center Report ->Template.
    Here Choose, the Cost Centre Hierarchy the you had created and generate the report.
    Also refer these threads
    [Reg... Costcenter hierarchy;
    [cost centre hierarchy;

  • Hierarchy in BEx using a virtual characteristic

    Hello BW Experts,
    I encountered a problem with the display of a virtual characteristic in context with a hierarchy.
    The goal is to display a weighted rating (the virtual characteristic) for each hierarchy level individually.
    What I get:
    IAS Category Weighted Rating Ratio Weighted MV / MV
    Level 1 A 5
    AAA 2
    Level 2a A 5
    AAA 1
    Stock 1 A 5
    Stock 2 AAA 1
    Level 2b AAA 1
    Stock 3 AAA 1
    What I'd like to get:
    IAS Category Weighted Rating Ratio Weighted MV / MV
    Level 1 AA 3
    Level 2a A 2
    Stock 1 A 5
    Stock 2 AAA 1
    Level 2b AAA 1
    Stock 3 AAA 1
    Level 2 is the lowest level in the hierarchy and Level 1 a text node. The weighted rating is determined in a SAP Exit (include ZXRSRZZZ) in a mapping ODS whereas the ratio Weighted Market Value / Market Value (a virtual key figure) is the lookup key. The solution might be something like the declaration of the aggregation level for the virtual characteristic in the SAP Exit.
    Any suggestions would by highly appreciated.
    Thanks in advance.
    Cheers,
    Manuel

    Hello,
    why do you not using an Hierarchy with Characteristics and Attributes? This should be much easier.(use a balanced hierarchy)
    I do not believe, that you have a chance to do the rating for the levels with a virtual characteristic.
    Another possibility is to use an virtual InfoPovider with Services and do the data collection by your own.
    Kind reg.
    Michael

  • Totals not Displaying at hierarchy Level.

    Hi All,
    There are 2 questions.:
    1)I have a report G/L a/c wise profit center hierarchy report which shows as for this G/l ac this is the profit center hier and hence there corresponding currency key figure values.
    I am nt able to c the total for each G/L account..The Totals Row gets displayed randomly after Some G/L Accounts.
    Why is this??
    2)When i drill down the hierarchy, it shows the Currency value only for the expanded level but in result row it displays as * (Star) ..I can C the Currency value as it gets Expanded, but in the totals i c as *..Please advice me on this to resolve this issue. Asap
    Thanks

    Hi,
    1)I have a report G/L a/c wise profit center hierarchy report which shows as for this G/l ac this is the profit center hier and hence there corresponding currency key figure values.
    I am nt able to c the total for each G/L account..The Totals Row gets displayed randomly after Some G/L Accounts.
    Why is this??
    ---the hierarchy level the values will display like this and if you want gl accounts wise and total value then put GL account in the row section and take the remaining objects after that and see the results.
    2)When i drill down the hierarchy, it shows the Currency value only for the expanded level but in result row it displays as * (Star) ..I can C the Currency value as it gets Expanded, but in the totals i c as *..Please advice me on this to resolve this issue. Asap
    --- * will have some values. just place cursor and see the value.
    Regs,
    VAC
    Assign points if usefull

  • Hierarchy sync from system to system

    Hi All,
    i need to synchronize the Hierarchies from one BW system to another BW system.
    The challenge here is source BW system Hierarchy version is A00 and target is C00.
    Can any body suggest how i can i achive this?.
    Naga.

    Hi,
    Hierarchies cannot be Transportable. So you need to prepare Hierarchies seperately in each system for Sync across the systems.
    Hope you understood.
    Let us know if you still have any issues.
    Reg
    Pra

  • Error when charging hierarchy for infoObject hieracky for 0MATERIAL

    Error when charging hierarchy for infoObject hieracky for 0MATERIAL from infosource 0MATERIAL_LKLS_HIER.
    I have an issue when performing a charge of the material hierarchy for the 0MATERIAL InfoObject. The problem is that maybe there are some referential problem. I show you 2 images about that.
    [http://bp1.blogger.com/_RnNmoD1OiLE/SE1AyQThUgI/AAAAAAAAAmU/PPp7Uwn22PI/s1600-h/ErrorCarga1.JPG]
    [http://bp0.blogger.com/_RnNmoD1OiLE/SE1A6bGswnI/AAAAAAAAAmc/Gtvotn1nilI/s1600-h/ErrorCarga2.JPG]
    Could please anyone give me a clue about what's my problem? All regs i'm trying to upload to my BW system give the same error. The datasource i'm using is 0MATERIAL_LKLS_HIER. As you can see, it has registers on it.
    [http://bp2.blogger.com/_RnNmoD1OiLE/SE1BBvyBAOI/AAAAAAAAAmk/i2aXHvt8E7o/s1600-h/ErrorCarga3.JPG]
    Any Idea? Thank-you!
    Artur.
    Edited by: Artur Rodriguez Coma on Jun 9, 2008 4:59 PM
    Edited by: Artur Rodriguez Coma on Jun 9, 2008 5:00 PM

    For this you can enter the screen of infoobject change and select the hierarchy tab at the bottom theres a button External Characteristic in Hierarchy ....there you can set other infoobjects that can be part of the hierarchy of your infoobject...
    This is the procedure but you only can add infoobjects that attributes of the principal infoobject ....
    I hope this helps
    Regards

Maybe you are looking for

  • Multiple domains and some informations...

    Hi, I have 2 questions, 1st : Can I manage multiple domains (for 2 or 3 companies) on the same OCS installation (on the same Linux computer without virtualisation) ? 2nd : How much RAM have I need for the Windows computer (with voice/fax/conversions)

  • Message mapping exception

    Hi all, I am trying to test a file-file demo scenario, I am using single field and passing data in XML file with contents. <?xml version="1.0" encoding="ISO-8859-1"?> <INNAME> <FirstName> Mustafa </FirstName> </INNAME> I am just mapping input and out

  • Why does Firefox4 for Mac feel less finished than for Windows or even Linux?

    On Windows, tabs compress up into the title bar and you can utilize much more screen space for web pages. I wish this had made it into the Mac version. In addition, for mac, it just feels sluggish, laggy, and the browser itself hangs often. My experi

  • Help! Unable to restore iPad! Need it ASAP!

    Hello, Unfortunately the USB cable was disconnected while attempting to update the software. Now I'm caught in an endless loop of trying to restore my iPad. I see all of the apps in iTunes, and the iPad shows up in iTunes. But the iPad is acting like

  • Mountain lion content code invalid

    why is it when i redeem my content code to app store it says " your code is not recognized because it is not a valid code" why?