cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchies nodes as columns (table format)

Former Member
0 Kudos

Hi guys,

I need to display the nodes within a hierarchy as columns... can this be done? any thoughts?

as is:


1GMS                   PLAN CORP

----2 GMS              OPS

--------3 GMS          Services

------------4 GMS      Ing.

As Needed:


Header 1Header 3Header 5Header 7
1GMS    PLAN CORP2 GMS OPS3 GMS   Services4 GMS Ing.


Regards,

Marc.


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marc,

Yes this is possible by writing ABAP Code, for this you can use the hierarchy table of the corresponding master data infoobject and based on Node ID, Node Name, Parent ID, Child ID and Next ID the hierarchy can be flattened into a table format.

You would need expert ABAP knowledge as the code involved would be medium to high complexity level.

Regards,

Rk

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the reply and direction RK.

Regards,

Marc.