Skip to Content
0
Former Member
May 14, 2008 at 03:27 PM

Enhancement VA02 in change so status

135 Views

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.