cancel
Showing results for 
Search instead for 
Did you mean: 

STATUS OF THE WBS ELEMENT...........URGENT

Former Member
0 Kudos

hi

friends,

Here is my query on status of the wbs element.

I want a function module which ll return the status of the function module.

If we give the object number of a particular wbs element in the table TJ02T table we ll find the appropriate text of the wbs element,and the status can be TECO,ISBD and CLSD.i want those status to be retrun by a funcion module if i give the import parameter as the wbs element.

Plz help me on this if anybody having the idea or face such kind of scenario,

Thanks a lot in advance.

mrutyun^

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use BAPI

BAPI_BUS2054_GET_STATUS

to get the status of WBS. The table E_SYSTEM_STATUS gives you the system status of the WBS element

Regards