cancel
Showing results for 
Search instead for 
Did you mean: 

How to check on a Project Stock for a WBS that is released or not?

0 Kudos

Hi all,

As tittle, how can we know the WBS for the Project Stock is been released or not?

Any table store the indicator for this?

Thanks.

Regards,

Ying Heng

Accepted Solutions (1)

Accepted Solutions (1)

kesavadas_thekkillath
Active Contributor
0 Kudos

Pass PRPS-OBJNR to function STATUS_READ

from the return table check if there is a status I0002, then its released.

0 Kudos

This message was moderated.

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Some solutions,

  • As already written, STATUS_READ for a single WBS in ECC
  • Statement SELECT FROM JEST with the PRPS-OBJNR / I0002 keys (for mass extraction or JOIN in SELECT)
  • Call BAPI_BUS2054_GET_STATUS (for external call) (actually STATUS_READ is internally called)

Regards,

Raymond

0 Kudos

Hi Raymond,

Thanks for the suggestion. It helps me very much!

Regards,

Ying Heng