Maintain the link node in a hierarchy

Hello,
I have loaded 2 hierarchies H1 and H2 from ERP system and maintained a hierarchy Z in BW consists of H1 and H2. The node names are exactly the same of the 2 loaded hierarchies. Now I want to maintain the “link node flag” for the 2 nodes H1, H2.
When I maintain the hierarchy this field is only displayed (and it is blank).
How can I change this field to ‘X’.
Thanks!

Hi
Did you solve this? Im facing the same problem
Thanks!

Similar Messages

  • Maintain the link between user status and system status

    Hi friends,
    my requirement is In crm transactions when we change the system status(inprocess) then the relevant user status            (inprocess) is also to be changed automatically. how can we do this? wt r the customisations we can do for this?
    pls suggest me? thanks in advance.

    Hi Madhu Sudan,
    When you create User Status in Status Managment...
    Eg: Inprocess
    You assign User Status Triggers Business Transaction.
    So, This maintain the link between the User and System statuses.
    Reward Points if helpful.
    Srini.

  • Calculation in BEx on Hierarchy Link Nodes

    Hello everyone. I am working on a BEx query that involves a hierarchy based on Controlling Area, Cost Center, and Cost Element. There is a case where I have 5 Cost Elements that belong to 2 Cost Centers. I can successfully create the duplicate nodes at the different Cost Center levels and activate the hierarchy. Where I am having difficulty is assigning a percentage factor to the key-figure at the parent-node (80%) and the link-node (20%). The high-level node at CO_AREA is correct. However, the COST_CENTER nodes show the total original value. I would like to apply these factors dynamically in the BEx query. I have tried structures and cell definitions and was able to apply the 80% and 20% factors correctly to the corresponding hierarchy nodes. Unfortunately, the amounts are not broken down as I would like to see them.
    I have looked at the documentation on "Link Nodes" and "Modeling Nodes and Leaves: at help.sap.com.
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/fa3d3806136268e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6743e07211d2acb80000e829fbfe/content.htm
    This is from one of the above links:
    "For both duplicate leaves and leaves in subtrees under link nodes, 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.
    If a leaf Lo lies three times amongst the descendants of a node No, the value is added three times internally and then subtracted twice by the ’correction node’."
    I'm wondering if it is even possible to do what I would like to accomplish.
    I would appreciate any feedback and suggestions on how to solve this issue if you have done something similar.
    Best Regards,
    Albert Pecoraro
    Sr.SAP BW Specialist
    Ferro Corporation
    Example:
    CO_AREA_1000 = Total = <u><b>$1000</b></u> (AAAA = $800, BBBB = $200)
    --><u><b>COST_CENTER_AAAA</b></u> = $1000 @ 80% = <u><b>$800</b></u>
    >COST_ELEMENT_100 = 100 @ 80% = $80
    >COST_ELEMENT_101 = 200 @ 80% = $160
    >COST_ELEMENT_102 = 300 @ 80% = $240
    >COST_ELEMENT_103 = 150 @ 80% = $120
    >COST_ELEMENT_104 = 250 @ 80% = $200
    --><u><b>COST_CENTER_BBBB</b></u> = $1000 @ 20% = <u><b>$200</b></u>
    >COST_ELEMENT_100 = 100 @ 20% = $20
    >COST_ELEMENT_101 = 200 @ 20% = $40
    >COST_ELEMENT_102 = 300 @ 20% = $60
    >COST_ELEMENT_103 = 150 @ 20% = $30
    >COST_ELEMENT_104 = 250 @ 20% = $50

    Hi Alberto,
    Would you please post the resolution of the issue with the hierarchy node calculation? I too have a simillar requirement. It would be helpful if you share the solution for tha issue that you had.
    Saravana

  • Alternate hierarchy with only the Leaf nodes

    Hi,
    I have an account hierarchy with multiple levels in it. Now I want to make an alternative hierarchy with only the leaf nodes of that hierarchy with using the same nodes. Can anyone please explain the steps how to do it.

    Unless you have any special requirements it will be straight forward, get an export of all the leaf members in an action script format and execute the INSERT action on your alternate hierarchy, you can create your alternate hierarchy with only the TOP node and insert the leaf members under it, in case you have thousands of them, you can split them by introducing dummy parents, also if you wish to maintain any local properties, please have them updated accordingly.

  • Table link between merchandise category & hierarchy level

    Hi,
         i want to know the table link between merchandise category(MATKL) & Hierarchy level (CLASS).It would b better if i can get the link between material code & Hierarchy Level (CLASS) .
    If u hav any idea please let me knw.

    Hi,
    Have u assigned fields, in the access sequence. U can find two tabs in access sequence, accesses and fields, in the tab access u maintain all the tables according to ur requirement. after that u have to select fields option press enter repeatedly for the field assignment of the selected fields. i think ur problem will be resolved once u complete this.
    Regs,
    Ravi Duggirala

  • How to maintain the vendor details in sap pi ?

    HI All,
    Here i am working with B2B scenario , can you help me how to maintain the vendor details and client details in parties,'
    here i have 49 vendors.
    control records are changing according to the vendor s .
    Plz help me ......

    Can u help me how to maintain the link between the pi and ecc for identifiers
    Would like to know what your scenario is. Identifier would be required to be maintained in the Party (created in SAP PI) when the scenario is Inbound.
    It is actually the Partner Number for the Partner Profile created in we20 of the sAP ECC system. (you may have to store it as KU or LI) in SAP system.
    Regards,
    Abhishek.

  • Finding the "last node" in a hierarchical query?

    I'm presented with an issue - find all parent records for which the "last node" in a hierarchy is not set to some value.
    Table structure:
    child_id number
    parent_id number
    type_id number
    So, I need to find all parents whose eventual last "children" (could be several levels deep, it varies) do not have a type_id of 29.
    I can find the hierarchy easily using connect by prior but I'm stuck on that "last node" bit. Any help out there?

    user9937402 wrote:
    I'm finding that the CONNECT_BY_ISLEAF is showing all leaves set to 0, even if they themselves are parents (i.e. not the last node in the tree).
    Post your code.
    I'm not following the 2nd example. Where are you getting those values? This is a really large table, so if that is actual data ... that won't work.Since you did not post data sample, SBH cooked up one on-the-fly using subquery factoring clause - WITH. Below is example on existing table, so I don't need to use WITH:
    SQL> select  lpad(' ',level*2) || ename ename,
      2          connect_by_isleaf
      3    from  emp
      4    start with mgr is null
      5    connect by mgr = prior empno
      6  /
    ENAME                                                                CONNECT_BY_ISLEAF
      KING                                                                               0
        JONES                                                                            0
          SCOTT                                                                          0
            ADAMS                                                                        1
          FORD                                                                           0
            SMITH                                                                        1
        BLAKE                                                                            0
          ALLEN                                                                          1
    ENAME                                                                CONNECT_BY_ISLEAF
          WARD                                                                           1
          MARTIN                                                                         1
          TURNER                                                                         1
          JAMES                                                                          1
        CLARK                                                                            0
          MILLER                                                                         1
    14 rows selected.
    SQL> As you can see CONNECT_BY_ISLEAF works as expected.
    SY.

  • No properties can be maintained for the selected node (MTE)

    Hi!
    I would like to set up the user defined alerts, e.g. Shortdumps frequency for satellite system from SOLMAN.
    The access of the MTE on the satellite system goes without any problem
    (<SID>\...\R3 Abap\Shortdumps frequency)
    When I set up this alert via System Monitoring and try to access it by double clicking I get the following error: No properties can be maintained for the selected node (MTE).
    Has some one some ideas how to solve this problem?
    Any helpful information will be appreciated.
    regards
    Thom

    Hi,
    Please ensure you have enough(like S_RFCACL) authoraization in both Solman and Your satellite system
    Check here [Solution Monitoring - Regarding MTE|Solution Monitoring - Regarding MTE]
    Thanks,
    Jansi

  • What is the highest node in Cost Center Hierarchy.

    hi SAP gurus,
    can anybody tell me what is the highest node in Cost Center Hierarchy.
    thanks

    Hi,
    In Cost Centre Hierarchy highest node is Operating concern -> controlling Area
    Hierarchy of controlling is-
    Client
    Operating Concern
    Controlling area
    Company codes
    Business Areas
    Rgds
    shekar
    hi SAP gurus,
    can anybody tell me what is the highest node in Cost Center Hierarchy.
    thanks

  • Copy Top node of a hierarchy to the leaf node of another - within dimension

    Hi,
    Scenario is, user uploads monthly data in the respective leaf nodes of Monthly Input hierarchy. But at a later stage user might want to adjust figures directly on the Annual level.
    For that matter I've got 2 hierarchies in Time Dimension, which look like as below:
    Monthly Input
    2007.TOTAL
    2007.Q4
    2007.Dec
    2007.Nov
    2007.Oct
    2007.Sep
    2006.TOTAL
    Annual Input
    xxxx.ANL
    2009.ANL
    2008.ANL
    2007.ANL
    I could think of two solutions:
    1- To upload monthly data directly into .ANL leaf nodes and add signed data values w.r.t. key dimensions and YEAR. Problem is Append functionality isn't available if you loading/importing data from flat file. Can guide me if, somehow, it is workable or not? 
    2- To copy the .TOTAL nodes to the respective member of  .ANL nodes (e.g. 2007.TOTAL to 2007.ANL). I'm not sure if it is possible or not?
    Many thanks in advance for more suggestions and earliest reply.
    Regards,
    Shabbar
    Edited by: Ali Shabbar on Jun 30, 2009 1:00 PM

    Hi Shabbar,
    If I was faced with the requirement to provide a means for allowing both monthly inputs and annual adjustments, I would use one hierarchy, rather than trying to sync signdata values between two hierarchies.  With the structure I've shown below, users could report on unadjusted values with 2007.YEAR, annual adjustments with 2007.ADJ or both with 2007.TOTAL.
    2007.TOTAL
    |
    |--2007.ADJ
       |--2007.ANL
    |
    |--2007.YEAR
       |--Q4
           |--2007.DEC
           |--2007.NOV
           |--2007.OCT
    Best regards,
    [Jeffrey Holdeman|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/jeffrey+holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Allow user to type in the Hierarchy node value in Hierarchy node varaible

    Hi Experts,
    We are presently on NW2004s SP8 and we are moving on to SP10.
    We got the requirement in reporting...
    1.To allow the user to type in the Hierarchy node value in Hierarchy node variable manually.
    2. When user typing the Hierarchy node value into the Variable prompt, bring subtree by default.
    By default Hierarchy node variable prompt is grayed out and the user can only select the values from Input help(F4).
    I have put forward an SAP message on this topic earlier and got a reply that the manual entry of hierarchy node is not possible and there is no work around. User needs to select it from HELP. This is because the node value must be in a certain format which the users may not know.
    I just want to know from u Experts... is there any new feature available in SP09/10 or is there any other way to satisfy this requirement ?
    Thanks in Advance.
    Regards,
    Aparna

    We are able to manually enter in a hierarchy node in the selection screen.  The selection screen is not grayed out. 
    We are currently on SPS 009, but one difference could be that we are on a Bex 3.5 Patch 10 front end.

  • Numbering nodes when loading hierarchy from a flat file.

    Hi All,
    I want to load a hierarchy from a flat file. When we number the nodes, do they have to be in a sequence or can I give them any number I want? I want to make the GL account number as the node number since it makes it easy to generate the node number that way. The way I see it, the important thing is the parent node number; so this approach should be fine. Please correct me if I am wrong.
    Thanks,
    Uday

    Hi Uday,
       You need to have a running sequence numbers for Node Id field in the flat file. The file structure is as
    NODEID  IOBJNM      NODENAME TLEVEL LINK PARENTID
    00000001 0GLACC     GL233344             00000001
    00000002 0GLACC     GL435556             00000001
    00000003 0GLACC     GL545666             00000001
    00000004 0costcenter cc433232            00000002
    00000005 0costcenter cc433233            00000002
    00000006 0costcenter CC555551            00000003
    The Parentid will calculated by the system automatically.
    when you prepare you file csv please ensure that you have 8 characters for the Node ID " 00000003" other wise you will get error.
    And if you want to add GL Account number to your hierarchy then you need to add GL A/c Number as external characteristics in hierarchy and add it to your flat file .
    Hope it helps.
    Cheers,
    Balaji

  • Make a CSV using OPEN HUB including some nodes of a hierarchy

    Hi People:
    I have a requirement that needs to make a CSV using OPEN HUB DESTINATION in BI7. I'm taking the information of a virtual cube (SEM ).  However, I have the detail in 0CS_ITEM. In this Infobject there are some nodes that have to be displayed in the file, but this nodes are the acumulated of some 0CS_ITEM.
    My question is: Do I have to make an abap program to read de hierarchy and make manually the adittion of the acumulated and display it into the file? Is there any other way to get this target without making abap code?
    Any clue will be great
    Thanks in advanced

    Hi
    Instead of ABAP program I suggest you to create infospoke..and it will show a message in which format you want to save..
    Hope this will work..
    Kindly refer to the link given below..
    [Info spoke|http://searchsap.techtarget.com/generic/0,295582,sid21_gci1224953,00.html]
    Prasanna

  • 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

  • Common memory place across the cluster nodes

    Hi All,
    I am a websphere application server v6.1 user. I am running an application that uses a HashMap to store common information in the form of key value pairs. The application works fine in a single server environment but the same application fails in a cluster environment. This happens because the HashMap information will not be available for the cluster environment nodes which were running on a different JVM�s.
    Could anybody suggest a good design where in I can use a common place to store the HashMap information like queue, database or any common memory area which is available across the cluster nodes? I am not really familiar with the memory facilities offered by websphere server. (The use of a central database is the worst case I prefer as the application makes several calls to the database resulting in a deadlock and 100% CPU utilization)
    And also the values to the HashMap were added dynamically so the memory place should allow me to add my values dynamically during the runtime.
    Please suggest is there any other way or any links to refer to achieve the above situation.
    Thanks in advance
    -Sandeep
    Message was edited by:
    km-sandeep

    For a similar scenario we maintain a version flag in the DB based on which we would reload the hashmap.I'm too interested in finding out a design without DB.

Maybe you are looking for

  • How to drag the end of two text objects at the same time

    I have two seperate bits of text in a particular section of video. If I select the two text objects and drag the end left or right it only moves one. I I want to be able to drag the end of multiple things at the same time. I may be being dumb but can

  • Cannot add a partition to my hard drive

    Hey everyone, first post here. I've searched in a lot of places, and I can't find the proper answer for this. I have two partitions currently - Macintosh HD and BootCamp. I have Windows 7 set up on the other partition. It's a 120GB MacBook hard drive

  • Video files show as 4:3 rather than 16:9

    I am a complete novice with video editing and have just bought premiere elements to create DVDs with my new camera! It's a Panasonic SDR-H20, non HD, mpeg 2.  I 'get media' via USB2 and AVCHD, DV capture, D1/DV PAL Widescreen 16:9, 720 x 576, but it

  • Should have stuck with SKy??. much as I hate to sa...

    I had Bt broadband years ago and it was great, then Sky came along and offered me a package deal and I switched. For about 5 years I was with them with no problems. But about 4 week ago I moved house and needed to have a new phone line connected and 

  • Accessing Smart Albums in finder

    Hi, I have created a number of Smart Albums in iphoto11, containing photos I wish to use in a digital photo book (created with 3rd party software, not iphoto). Is there any way I can direct the photobook software to the folders containing the smart a