cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to read Hierarchy

Former Member
0 Kudos

Hello,

Which Function Module to use to read a Node in the hierarchy of an infoobject. I searched onthis topic. They suggested:

BM_HIERARCHY_READ_FROM_ROOT and

BAPI_HIERSTRUCT_READMULTIPLE

But they are not helpful. Please suggest something else.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

just take a look:

RSNDI_SHIE_STRUCTURE_GET3

RSSH_HIERARCHY_READ

RSAR_HIERARCHY_GET

Hope this helps.

Regards

Andreas

Former Member
0 Kudos

Hi Andreas,

Thanks for your response. I solved the issue on my own.

Thanks.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sachin,

I am facing the same issue. Can you please let me know how did u solve this problem?

Thanks,

Venkat

Former Member
0 Kudos

See this example (reading and using a hierarchy to filter a DTP)

Former Member
0 Kudos

I wrote my own code.