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: 

Production Order Status Change

Former Member
0 Kudos

How can i change the Status of the Production order by using any BAPI or FM?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try this,

BAPI_PRODORD_CHANGE

You use this method to change certain header data in an order that already exists in the database.

CALL FUNCTION 'BAPI_PRODORD_CHANGE'

EXPORTING

NUMBER =

ORDERDATA =

ORDERDATAX =

IMPORTING

RETURN =

ORDER_TYPE =

ORDER_STATUS =

MASTER_DATA_READ =

Use threads

4 REPLIES 4

Former Member
0 Kudos

Hi,

Try this,

BAPI_PRODORD_CHANGE

You use this method to change certain header data in an order that already exists in the database.

CALL FUNCTION 'BAPI_PRODORD_CHANGE'

EXPORTING

NUMBER =

ORDERDATA =

ORDERDATAX =

IMPORTING

RETURN =

ORDER_TYPE =

ORDER_STATUS =

MASTER_DATA_READ =

Use threads

0 Kudos

I want to change the status of the PRoduction Order how can i change the status throug the BAPI

0 Kudos

any clues

0 Kudos

try with the function STATUS_CHANGE_INTERN, objnr value you can get it from the Production order ,read the documentation for more help