Requirement: Update Production Order Header Status (or) Operation Staus by Function Module FM: I_CHANGE_STATUS
Action 1:
Get the current Status of the Production Order: 1001230 first, using Function Module STATUS_READ (INPUT: OBJNR: OR000001001230 from the Table AUFK) FM: STATUS_READ
Execute this FM , will get the below Result.
Click on Results
Once get the current Status: EX: I0001 à Created Status
Now, we can use the below Function Module to update the required Status
For Example, if we need to update Production Order from CRTD to REL, execute the Function Module with the below status from I001 to I0002
Action 2
Currently the Operation is REL Status, how to get updated to DSPT Status
Get the Object Number for this required Operation from the Table AFVC, passing the Input of the Confirmation Number of this Operation, which is there in the operation details screens
Kindly update with your valuable inputs/feedback, if any. Thanks & Regards: Raja
Be the first to comment