2009 Feb 17 10:27 AM
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.
2009 Feb 18 1:38 AM
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...
2009 Feb 18 1:45 AM
2009 Feb 18 2:26 AM
U can use the above said FM or u can use this Bapi also BAPI_PRODORD_SETUSERSTATUS