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

BAPI for finding child WBS elements under a Parent WBS element

Former Member
0 Likes
1,559

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.

3 REPLIES 3
Read only

Former Member
0 Likes
969

Hi,

try This BAPi

BAPI_BUS2054_CHANGE_MULTI

BAPI_BUS2054_GETDATA

Regards

Sandipan

Read only

Former Member
0 Likes
969

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

Read only

Former Member
0 Likes
969

Resoloved myself