Skip to Content
0
Former Member
Feb 14, 2011 at 04:08 PM

ABAP program-Hierarchy read

762 Views

I need to read a hierarchy on GL_ACCOUNT. My only paramater is one node of this hierarchy. I need to find this node in my hierarchy and also to find all those which are dependant with this node.

Ex:

AAAA

|

|______> Node1

|

|______> Node2

|

|____> Node 2.1

|

|____> Node 2.2

Here for the node AAAA i need to fill in my internal table :

Node 1, Node 2.1 and node 2.2.

ANy inputs?