Application Development 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: 

get hierarchy of internal order / WBS element

Former Member
0 Kudos
539

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

nabheetscn
Active Contributor
0 Kudos
115

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

nabheetscn
Active Contributor
0 Kudos
115

Use BAPI BAPI_PROJECT_GETINFO to get hierarchy of WBS element.

Thanks

Nabheet

nabheetscn
Active Contributor
0 Kudos
116

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

0 Kudos
115

thanks for your quick response,

that bapi solved my problem,