Application Development 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: 

Update the Status in CO02 without BDC

Former Member
0 Kudos
634

Hi ABAP gurus,

Is there a way to update the status of a production order in CO02 without doing a BDC? I want to tick the checkbox in "PRTD - Order Printed". We want to do this in batch, but is there a way to do this without doing a BDC? Is there a BAPI or a function module to update this?

Thanks in advance.

3 REPLIES 3

Former Member
0 Kudos
132

Check with these Function module

STATUS_UPDATE

STATUS_CHANGE_INTERN_VB this will intern call the STATUS_UPDATE,

u need to pass the object number of the Production Order & the Status u want to change.

goto SE80 select Package BSV, where u can find lot of FM for Status Update..

Hope this will help u...

0 Kudos
132

actually i want to add the status. is this possible?

thanks.

0 Kudos
132

U can use the above said FM or u can use this Bapi also BAPI_PRODORD_SETUSERSTATUS