Hi Experts,
My requirment is in VA02 , Delivery Block(LIFSK) and Billing Block(FAKSK) fields should be initialized.
When user change these values and saving the sales order it should check the authorization of the user from table SETLEAF.
If he is a valid user it will save else it will through a error message like "not authorized'.
can any body please tell me which exit or badi is suitable for this requrement.
Regards,
Praveena
You can use user exit MV45AFZB, form-routine USEREXIT_MOVE_FIELD_TO_VBAK to update the values in field LIFSK and FAKSK. To validate the authorization you can use either userexit MV45AFZB, form-routine USEREXIT_CHECK_VBAK or MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREAPRE.
Add a comment