Hi All,
My requirement is that when we change the SO status,the system automatic modify "Reason for rejection".
Now the reason for rejection is already modified,but the MRP can't automatic cancle! WHY!
My enhancement is written by MV45AFZZ-USEREXIT_SAVE_DOCUMENT_PREPARE,it's not correct?
EG:
LOOP AT XVBAP.
XVBAP-ABGRU = '08'.
XVBAP-UPDKZ = 'U'.
MODIFY XVBAP.
ENDLOOP.
Thanks in advance.