2008 Apr 03 9:13 AM
Hi friends,
I am working on the transaction ZIOS02 transaction. On releasing the Parent or Main WBS element in ZIOS02 transaction I need to copy some data from ZIOS to PRPS based on WBS element.
I have a Bapi for retrieving all the WBS elements based on Project Definition (BAPI_PROJECT_GETINFO) but i want to know whether is there any BAPI for finding the child WBS elements when we give a Parent WBS elemnts as Input to BAPI.
Could any one please help me in the query ASAP.
Hi friends,
I am working on the transaction ZIOS02 transaction. On releasing the Parent or Main WBS element in ZIOS02 transaction I need to copy some data from ZIOS to PRPS based on WBS element.
I have a Bapi for retrieving all the WBS elements based on Project Definition (BAPI_PROJECT_GETINFO) but i want to know whether is there any BAPI for finding the child WBS elements when we give a Parent WBS elemnts as Input to BAPI.
Could any one please help me in the query ASAP.
2008 Apr 03 9:17 AM
Hi,
try This BAPi
BAPI_BUS2054_CHANGE_MULTI
BAPI_BUS2054_GETDATA
Regards
Sandipan
2008 May 20 11:02 AM
Hi friends,
I have got the answer for finding the child WBS elements.
In Function module BAPI_Project_get_info.
Use parameter subtree = 'X' and give the WBS element name in tables section under I_wbs_element. You will get all the child WBS elements which are under Main WBS element.
Thanks
Satish Raju
2011 Jul 21 8:44 AM