cancel
Showing results for 
Search instead for 
Did you mean: 

Select children of a hierarchy node !!

former_member728473
Participant
0 Kudos

Hello ,

Can anyone help me with the following :

How to select all the children of a hierarchy node  ? 

    Does this work ?

XDIM_MEMBERSET HIER = COSTCENTER.PARENT1  ( where parent1 is the ID of the node )

Thanks

Ram

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

Hi Ram,

Can you explain what you want to achieve? Do you really want all the children of a hierarchy node? Or...

Vadim

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi Ram

Use XDIM_MEMBERSET COSTCENTER = BAS(PARENTH1) ( where parent1 is the ID of the node )

Go through the below link to understand basics of script.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e025fa8d-1c22-2e10-cd9f-c488c7eea...

Shrikant