Duplicate nodes in hierarchy

Hi all,
I am currently working on building dynamical (build via FM) hierarchies. My problem is as following:
How can I build a hierarchy that uses masterdata texts for its nodes that can be multiple times in the hierarchy?
See product hierarchy example:
Site A (Nodename=SITEA)
-- Product Group 1 (PRODGR1)
-- -- Product 1
-- -- Product 2
-- Product Group 2 (PRODGR2)
Site B (SITEB)
-- Product Group 1 (PRODGR1)
-- -- Product 3
-- -- Product 4
-- Product Group 2 (PRODGR2)
This hierarchy wouldn't be generated because of the duplicate node names on level 2 (i.e. PRODGR1).
So how can I build up a hierarchy as above when I want to show the product group texts from its masterdata. The only way I see is to make the product group nodes identically (build NODENAME from combination of SITE and PRODGR) and build the description by my own. Does anybody know a nicer solution for this?
Many thanks for any hints in advance and best regards!
Edited by: Dominik  Klaffke on Apr 1, 2008 2:19 PM
corrected description
Edited by: Dominik  Klaffke on Apr 1, 2008 2:20 PM
formatting

Hello Dominik,
have you tried to use/generate the links in your hierarchy.
This is the standart way to have some master data value several times in one hierarchy.
Regards,
Kirill

Similar Messages

  • Hierarchy from flat file loading with errors - duplicate node names

    Hello experts,
    I am loading a product hierarchy from a flat file into a custom hierarchy
    object.  The issue is that it errors out saying I am loading
    duplicates within nodes, however all node IDs within a level are unique.
    It seems to be looking at the node name to determine uniqueness and I know
    we have some duplication within the text there especially when you factor
    in the 32 character limitation for the node name.  Does anyone have an idea
    as to whether it is possible to have it only consider the node ID instead
    of the node name to determine uniqueness?
    A colleague suggested using the link ID to fix this problem but I don't know how that field works or how to populate it.
    I'm working in a BI 7.0 environment (I don't know if that makes a difference since you still have to use the 3.x objects to extract the hierarchy).
    Any help would be appreciated.
    Nancy

    Hi Nancy,
    You may wish to check this OSS Note 1026749 - Hierarchies: Consistency check for duplicate nodes and 912115 (old one)
    Symptom -
    When you load or activate a hierarchy it terminates with error message RH 109 or RH 211. The hierarchy contains duplicate nodes and this is not allowed. The long texts of messages RH 109 or RH 211 do not describe the reason for the problem sufficiently or they are partially incorrect.
    There is uncertainty about in which cases duplicate nodes exist in a hierarchy and in which cases duplicate nodes are allowed.
    Hope this helps,
    Bye...
    Naga Timmaraju

  • Summation of Duplicate Nodes in a Hierarchy

    Hi all,
    after creating a hierarchy with duplicate nodes (=nodes with the same characteristic value) the sum of the root node (above all) does not include the duplicate nodes.
    Current Result:
    ALL = 600 (root node)
    --A = 300
    ----A1     = 100
    ----A2     = 200
    --B = 400
    ----A1      = 100 (duplicate)
    ----B1     = 300
    Expected Result:
    ALL = 700 (root node)
    --A = 300
    ----A1     = 100
    ----A2     = 200
    --B = 400
    ----A1      = 100 (duplicate)
    ----B1  = 300
    The sum of ALL should include A1 twice (=700), but it's considered only once (=600). The total result of ALL is not as expected.
    In the SAP Help I have found the following:
    "the values of the duplicate leaves are only considered once by the system internally. When aggregating, the system automatically calculates what are called correction leaves for the superordinate node."
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/80/1a6743e07211d2acb80000e829fbfe/frameset.htm">SAP Help page</a>
    Is there a way to disable these "correction leaves" ??
    Best regards
    Riaz Latifi

    Hi
    Refer the topic on link nodes
    It may help
    Regards
    N Ganesh

  • Duplicate records in hierarchy

    In R/3 we can create a set with duplicate values in different nodes, but the same hierarchy cant be loaded into BI due to the duplicate records.
    Is there a way i can load the hierarchy with duplicate values?
    I dont want to supress the duplicate values. I want the hierarchy with all the duplicate nodes.
    Is there a way around?
    Any insight or work around would be appreciated?
    thanks,
    Voodi

    Thats not an option in my case. Its not time dependent.

  • Insert Nodes into Hierarchy via ABAP Program

    Hello,
    I want to create ABAP program to insert nodes into a hierarchy.
    I got a class CL_RSSH_HIERMAINTAIN_FRONT with method INSERT_NODES_HIERARCHY .
    But the method is private and cannot be used in the ABAP call.
    I also don't want a pop up which asks for the action on duplicate nodes.
    Can anyone guide me a bit here ?
    Any help would be appreciated.
    Varun

    pl check following
    http://www.scribd.com/doc/7300428/Structure-of-a-Flat-Hierarchy-File-for-Loading-Using-a-PSA

  • BI70 Hierachy duplicate node error

    Hi,
    We upgrade from BW 3.5 to BI70 SP9.
    We have hierachy (loaded from PCFILE) based on 0GL_ACCOUNT, after upgrade i am getting dump error if i have duplicate interval node & activate. It works fine in BW35 also if i remove duplicate node, activation is not a problem. Infact all duplicates are not giving problem, somecase it gives error. Any changes in BI70 regarding duplicate nodes in hierachy ?
    Your help is appeciated.
    Thanks
    Ramesh

    We are upgrading from BW35 (SP10) to 2004s (SP9).
    One of the step in the post process is “SAP NW BI: Activating Hierarchy Versions”, basically executing program RRINCLTAB_REBUILD. This gives dump, I try to activate hierarchy directly it gives same problem.
    I tried as per previous suggestion, no solutions.
    Any help is appreciated.
    Thanks
    Ramesh

  • How to include the not assigned nodes in Hierarchy structure

    Hi Experts,
    I am running a report which has got Hierarchy variable type. After execution of the query some of the nodes appear always under "not assigned".
    Please let me know is it possible to include these not assigned node under hierarchy structure.If so how to do that?
    Regards
    Kumar

    Hi Subbiah.
    You can also supress the "not assigned" nodes in the hierarchy maintanence by choosing: Hierarchy attributes -> Supress unassigned nodes.
    Hope it helps.
    BR
    Stefan

  • Duplicate nodes in a JTree

    Hello,
    How i can i find duplicate nodes in a JTree. And give out a message that the node already exists.
    Thanks.
    Reg,
    suri

    The first you have to defind what is dublicating, because the node in the tree is a node itself (e.g. with label node name and icon) and node can have user object that can contains some defind logics and attributes like ID. And then if you just want to not alow to have node with the same name you will check node label. But if you want avoid adding the node with the same user object you have to implement some comparation mechanism on the node or user object lavel.
    Hope will help.

  • SCOM Network Discovery - Duplicate nodes with different Device Keys (MAC address)

    Hi There,
    We have deplyed SCOM 2012 SP1 for server and network monitoring. In the "Network Devices" view, there are few duplicate node entries for the same device. When i look at the details of each entry, the device keys (MAC address) are
    different. for example, if there are 3 entires for the same device, only one will have the correct MAC address and remaining 2 are incorrect.
    Have anyone came across such issue? Any solution to avoid the duplicates?
    Thanks.
    Venu.
    Best regards, Venu.

    Last Thursday (9/25/14), Microsoft provided me with an updated version of a file that is used as part of the discovery process.  At first, it appeared to only resolve the issue for some devices which was disappointing.  On Saturday, I decided
    to remove all managed devices and rediscover everything from scratch.  We have 237 devices to monitor.  Since Saturday, I had one ICMP only device duplicate itself, but after I removed the duplicate, I have not had any other duplicates created and
    there have been many rediscoveries ru nsince then.  So far so good.  I've asked Microsoft to keep the case open until next Monday.  This weekend, I have a full discovery scheduled to run on a schedule.  I'll feel good after that if there
    are still no duplicates.
    The file replaced is "ic-iftable.asl" which is located on each management server in the path ""\[ SCOM install directory]\Server\NetworkMonitoring\rules\discovery".  I'm not sure if I'm allowed to share the updated version of
    the file.  I have not received an explanation from the support technician yet as to the root cause.  They took at least 5 sets of trace logs during the discovery and subsequent rediscovery process before giving me this updated file.  I'll let
    you know.

  • Duplicate node name in hierarchy.

    Hello Experts I have uploaded cost center master data in the dimension .But when Uploading the hierarchy ,there is an error showing duplicate member ID . (Attached Sceen shot) . In BW ,the technical name of node name are similar for the parent and child .(attached Screen Shot ). How can i change the node name  while uploading the hierarchy or should change the hierarchy in the ECC?

    user10275812 wrote:
    Hi,
    Can someone please let me know whether we can have same member name in a dimension for building a cube?
    For Example:
    I have one dimension Dim1 (Hierarchy) ,
    Level2     Level1     Leaf     Leaf Code
    L13 -      L11 -      L1 -      10
    L13 -      L11 -      L2 -      11
    L13 -      L12 -      L3 -      12
    L13 -     L12 -      L4 -      13
    L14 -      L11 -      L5 -      14
    In this hierarchy, L11 is a member name in Level1 used under L13 and L14. Does Essbase cube support this?
    Yes this is possible. You will have to enable the option for outline to allow duplicate members.
    -Nra

  • 0ORGUNIT with 0EMPLOYEE report shows duplicate entries in Hierarchy

    Hi
    I am triyng to build a report like PO13 in ECC (Organization Tree with Position & Org Unit).
    The report is built on 0EMPLOYEE and uses the 0ORGUNIT as a nav att with Hier
    But in BW the report is showing the Employee twice!
    Once in the top level of the hierarchy and in the level it suppose to be.
    Any body knows why?
    Thanks
    Edan

    Ran into the same requirement at a previous client.  They desired an org chart in BI. 
    However, the way BW hierarchies seem to work, is that it will repeat the characteristic value for each node higher in the hierarchy.
    For instance, if your hierarchy looks like All Company -> Division -> Dept. -> Group, and Employee 'Joe Bob' is a member of 'Group'.  If you have all levels displayed in BEx, 'Joe Bob' will be included under each level.
    We found that the hierarchies are good for rolling up the fact data, but terrible for presenting characteristic data compared to other reporting systems we were used to.  We ended up pushing back and the users used the Org reports builtin to ECC.

  • Nodes in hierarchy viewer

    Hi,
    in hierarchy viewer we have option to display no of nodes .
    now I want to display those no of nodes on the top of the page .
    If I have master-child-sub child in the hierarchy viewer, then I have to display like nodes in child level-- 5(or i have to choose) nodes in sub child level--3(list of values 1,2,3,....)
    how can I display like this???
    does any one know about this?
    Thanks in Advance.....

    Apparently you STILL HAVENT READ THE DOCUMENTATION!
    http://download.oracle.com/docs/cd/E16162_01/web.1112/e16181/dv_hviewer.htm#BGBEDIDI
    If you read THE DOCUMENTATION which is used by Oracle to DOCUMENT THINGS then you shall find that what you are looking for is standard functionality that is DOCUMENTED.
    I'd apologise for shouting, but after having directed you to the DOCUMENTATION more than once on this topic, you still insist that the forum members read THE DOCUMENTATION for you.
    If you have specific questions after reading THE DOCUMENTATION, I'd be pleased to attempt to answer them.
    John
    Edit:
    Its really very urgent requirement for me.For you perhaps... To me urgent means that someone is going to die or your company is going to lose revenue if you don't solve an issue immediately.

  • Display a particular node of Hierarchy in the Report.

    Hi , all
    I have an urgent requirement that i have to  display only a particular node(5) of Hierarchy in the Bw Report , I have tried different options available in the Hierarchy tab (That is Expand to level 5 , Position of lower node - Above , Value of posted node - Hide ) . But stil it is displaying 5 and then 4 node , but i don't want that 4 node .
    Can anybody gine me some useful suggestion .
    Thanks in advance..

    Hi Akash,
    - To show only particular nodes of a hierarchy in the Excel sheet:
    Step 1: include the base characteristic
    Step 2: select the hierarchy (properties of the characteristic) - (display key only)
    Step 3: user restrict (from context menu of the characteristic) on the nodes that you want to display.
    Step 4: expand to level: 1 (properites of the characteristics)
    This should serve the purpose.  I know it is a little late, but it might be helpful in the future

  • Duplicate nodes in ADF Tree

    Duplicate Entries in ADF Tree
    Hi,
    Iam facing issue with ADF Tree representation. Getting content from DB. I've a table with self reference. Iam able to provide check box for each node. Following is the usecase of issue
    a->b->c->1.xml
    a->b1->c1->2.xml
    a->b2->c2->3.xml
    Issue 1: It's dispaling 3 a's at the first level. But it should display a once within that b,b1,b2 as sub levels.
    Even though it's showing 'a' three times, if we click on second & third 'a', first 'a' is effecting. Please suggest to filter duplicate entries while displaing. Following is code snippet of jspx.
    <af:tree value="#{bindings.ParentMDTopic1.treeModel}" var="node"
    selectionListener="#{bindings.ParentMDTopic1.treeModel.makeCurrent}"
    rowSelection="multiple" id="t1"
    partialTriggers="#{pageFlowScope.mBean.checkboxFlag.addValueChangeListener}">
    <f:facet name="nodeStamp">
    <af:group id="g1">
    <!-- <af:selectBooleanCheckbox
    label="Label 1" id="sbc2"
    valueChangeListener="#{pageFlowScope.mBean.checkBoxChange}"/> -->
    <af:selectBooleanCheckbox label="Label 1" id="sbc2"
    value="#{node.checkboxFlag}"
    autoSubmit="true"
    valueChangeListener="#{pageFlowScope.mBean.checkBoxChange}"/>
    <af:outputText value="#{node}" id="ot1"/>
    </af:group>
    </f:facet>
    </af:tree>
    Issue 2: Select/Deselect functionality. If we click on any node, the child nodes & sub levels till leaf nodes should be in select state. Similarly for deselect functionality.
    In order to acheve functionality, Created two transient attributes of boolean & string type. I tired to debug the ManagedBean, seems to be it's traversing to sublevels & changing the transient attribute. But while display it's not effeting. Please suggest a hint on this. It could be great if you provide some useful pointers to refer.
    Thanks in advance,
    Samba.

    Hi,
    I've provided Parent-Child relationship(Self-reference).
    Following is the table structure with primary/foreign key constraints.
    DELIVERY_VERSION_ID (PK)(FK)
    HIERARCHY_ID (PK)(FK)
    DOC_GUID (PK)
    PARENT (FK)
    CURRENTTITLE
    LANGUAGE
    Please let me know, if you have any comments on table structure.
    Following is the sample data in table
    DELIVERY_VERSION_ID     DOC_GUID Parent HIERARCHY_ID
    3               a     null     a_b_c
    3               b     a     a_b_c
    3               c     b     a_b_c
    3               1.xml     c     a_b_c
    3               a     null     a_b1_c1
    3               b1     a     a_b1_c1
    3               c1     b1     a_b1_c1
    3               2.xml     c1     a_b1_c1
    3               a     null     a_b2_c2
    3               b2     a     a_b2_c2
    3               c2     b2     a_b2_c2
    3               3.xml     c2     a_b2_c2
    Thanks,
    Samba.

  • Manually input ( or type ) the value of the node in hierarchy

    Dear all,
    I have the following requirement :
    In the query, I am using a hierarchy node variable. Now, by default, on the selection screen the valued can be passed to this hierarchy node var. by a drill down on the hierarchy on which the variable is created and selecting one of the nodes.
    Now, I would like to manually input ( or type ) the value of the node instead of performing the drilldown on the hierarchy and selecting the node..
    It is this possible for a hierarchy node variable ?
    Thanks,
    Kenps

    Hi Carlos,
    You create a Variable with following selections
    Type of variable : Hierarchy node
    processing : Manual Input/Default value
    Reference Char : Mention the CHAR that contain this hierarchy
    Define it as SIngle value & Mandatory entry.user can see all the nodes in F4 help and selects the node as he wants
    Hope it helps
    Sriman
    Edited by: Sreeman on Apr 21, 2008 8:34 PM

Maybe you are looking for

  • Can I connect my new AirPort Extreme to a PC as the hub instead of a MAC?

    Hi, I bought a new 27" iMac today and an AirPort Extreme.  However, my husband and I want to connect the AirPort Extreme to our cable modem and our PC laptop as the "hub," and then wirelessly link my iMac, my iPhone, my iPad, and our Apple TV to it. 

  • HT3867 My iPod touch isn't connecting to the wifi

    When I try to connect to my school's wifi, with my iPod touch, it doesn't work. I have the correct password, username, etc., but when I choose to connect to the wifi, it always has the loading signal, and never actually connects. It doesn't show the

  • How to combine two pages (not files) into one long vertical page

    Is there a way in Acrobat 9 Pro to combine (concatenate) say two 8.5"x11" pages and create a single 8.5"x22" page? Right now I'm having to do this by importing one page into Photoshop, extending the canvas, and pasting in the second page into the ext

  • V7: How to create new authlessanonymous users

    in v7, I can no longer go into the desktop settings and setup the authless user (as stated in the v6.x documentation), so how can I do this? Obviously is can be done from the new samples installed by default. I've tried going into the new Org, creati

  • Weiße Auswahlfelder, immer wieder nach kurzer Zeit! (Photoshop CC)

    Ich brauche dringend Hilfe bezüglich Adobe Photoshop CC. Jedes mal wenn ich ein Bild retuschiere o.Ä. erscheint aufeinmal bei jedem Auswahlfeld ein weißer Kasten (wie unten auf dem Bild zu sehen). Dies lässt sich nur beheben indem ich PS schließe, al