cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchy Parent Child Relation Storage

Former Member
0 Kudos

Hello All,

I need to display hier. info in parent-child format. Any ideas on how to store parent child relationship in an ODS....I can view this format in the infoobject display screen for hierarchy...but cannot get this format to display..

EX: Parent - child1,2,3,4

child1- child 1-1,1-2,...

child2 - child 2-1,2-2...

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Spanyal,

You will have to write a program to store this information in an ODS object. You will have to use /BIC/h<IO> Table to read the data and update a custom table. You will have to do some basic checks like business content or not, plan version, time dependency etc in the entry screen and then the program can read the hierarchy table in the format you want.

I am not aware of any simpler way to populate hierarchy data into an ods object in a meaningful fashion.

-Saket