cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Project and WBS status

former_member852447
Active Participant
0 Kudos

Hello Abap experts,

I want to get a downloaded list of the status of each project or WBS element in the system. I cannot find this information in any of the project or WBS tables nor can I find a FM or BAPI to do this.

Does anybody out there know how this can be done?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi david ,

check BAPI_BUS2054_GET_STATUS

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As you may already know, WBS Elements are stored in table PRPS. To get a WSV status, you have to read the table JEST with field OBJNR = PRPS-OBJNR. This will give you all status codes of a WBS element. If you need the status texts, also read the TJ02T table.

Eric