Hi All,
I have FIle / ODS - which has data like -
Gl Account ( ZGL_ACCOUNT ) --- Name of Infoobject ( tech Name )
Gl Account ( ZGL_ACCOUNT ) || Micro Package ( ZMPAKG) || Sub Package(ZSPAKG) || Package( ZPAKG) || Organization ( ZFORG)
Now I want to make ZGL_ACCOUNT as hierarchy enable ( Time Independent , language Independent ) and load it via AL11 files generated by ABAP , reading the ODS which has data as above mention columns .
Is there a sample programs or steps alogo where hierarchy was created from above fields.
Sample Data :
GL1 | MP1 | SP1 | P1 | ORG1
GL2 | MP2 | SP2 | P2 | ORG1
GL3 | MP3 | SP1 | P1 | ORG1
GL4 | MP4 | SP2 | P2 | ORG1
GL5 | MP3 | SP1 | P1 | ORG1
GL6 | MP4 | SP2 | P2 | ORG1