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

WBS Elements for Project

Former Member
0 Likes
1,403

Hi Guys,

I have requirement like, my selection input as PROJECT , i need to get all the WBS element for the particular Project. Do we have any function module or table to get the data?

Thanks,

Gourisankar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,001

Hello,

Try the FM BBP_PS_PROJECT_GET_LIST

Pass the project and in return you can get the WBS elements, Orders,Network activities

P.S. Project number has a conversion routine attached to it check it before passing to the FM.

Regards,

Sachin

7 REPLIES 7
Read only

Former Member
0 Likes
1,001

Hello

Try FM BAPI_PROJECT_GETINFO

Read only

0 Likes
1,001

Thanks Dzed Maroz . yes this function module giving the relevant info.

Read only

0 Likes
1,001

You can also use PROJ,PRPS tables.

Read only

Former Member
0 Likes
1,002

Hello,

Try the FM BBP_PS_PROJECT_GET_LIST

Pass the project and in return you can get the WBS elements, Orders,Network activities

P.S. Project number has a conversion routine attached to it check it before passing to the FM.

Regards,

Sachin

Read only

0 Likes
1,001

Hi Sachin Dargan ,

I need to check the WBS element SYSTEM and USER status, is any table can i check it?

Thanks,

Gourisankar.

Read only

0 Likes
1,001

You can get system status from TJ02,TJ02T tables.

Use JEST table for user status.

Read only

0 Likes
1,001

Hello,

In the FM stated earlier you will find the corresponding object number for the WBS element. Pass that object number in table JEST and get the value of ISTAT with field INACT = SPACE. Pass this value of ISTAT in table TJ02T to get the status text of the WBS element.

Regards,

Sachin