2010 Oct 15 3:28 AM
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,
2010 Oct 15 4:26 AM
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
2010 Oct 15 4:24 AM
Use BAPI BAPI_PROJECT_GETINFO to get hierarchy of WBS element.
Thanks
Nabheet
2010 Oct 15 4:26 AM
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
2010 Oct 15 4:46 AM