‎2010 Mar 11 10:02 AM
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.
‎2010 Mar 11 10:09 AM
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
‎2010 Mar 11 10:07 AM
‎2010 Mar 11 10:28 AM
Thanks Dzed Maroz . yes this function module giving the relevant info.
‎2010 Mar 11 10:39 AM
‎2010 Mar 11 10:09 AM
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
‎2010 Mar 11 10:57 AM
Hi Sachin Dargan ,
I need to check the WBS element SYSTEM and USER status, is any table can i check it?
Thanks,
Gourisankar.
‎2010 Mar 11 11:02 AM
You can get system status from TJ02,TJ02T tables.
Use JEST table for user status.
‎2010 Mar 11 11:22 AM
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