Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

get hierarchy of internal order / WBS element

Former Member
0 Likes
938

dear all ABAP guru,

i have a problem to view hierarchy of internal table or WBS element,

anyone know function module or table to view hierarchy of internal order / WBS

many thx,

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
514

You can also use BAPI_PROJECT_MAINTAIN for Project/WBS for internal order following function module can help BAPI_INTERNALORDER_GETDETAIL

BAPI_INTERNALORDER_GETLIST.

Nabheet

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
514

Use BAPI BAPI_PROJECT_GETINFO to get hierarchy of WBS element.

Thanks

Nabheet

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
515

You can also use BAPI_PROJECT_MAINTAIN for Project/WBS for internal order following function module can help BAPI_INTERNALORDER_GETDETAIL

BAPI_INTERNALORDER_GETLIST.

Nabheet

Read only

0 Likes
514

thanks for your quick response,

that bapi solved my problem,