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

BAPI for WBS system statuts

Former Member
0 Likes
625

hi,

We are looking for a BAPI in order to change system status of wbs.

We tried with BAPI_BUS2054_SET_STATUS but we probably did something wrong because we have errors:

Error in processing. Function was partially executed.      

Resetting status CLOT for object J888880805PC not supported

Setting status LANC not supported for object J888880805PC

Any idea?

Best regards,

Julien

2 REPLIES 2
Read only

prasenjit_sharma
Active Contributor
0 Likes
532

Hi,

Can you let us know the code and data you used to change the System status.

Regards

Prasenjit

Read only

mvoros
Active Contributor
0 Likes
532

Hi,

the BAPIs for PS requires some additional function calls. In this case you need to call BAPI_PS_PRECOMMIT. It's described in documentation for your BAPI.

Cheers