Tutorial on how to work with USER EXIT
Tutorial on how to work with USER EXIT
USER EXIT
August 11, 2017
A user exit is a place in a software program where a customer can arrange for their own
Go to object navigator(SE80) and select package from the list and enter VMOD in it. All
of the userexits in SD are contained in the development class VMOD. Press enter and
you will find all includes which contain userexits in SD for different functions like
PRICING, ORDER PROCESSING etc. Select the userexit according to the requirement
USER EXIT ?.
If you see the include MV45AFZZ.we have many FORMS and ENDFORMS init which is
in custom name space. So we don’t need key to modify it. Check out the below screen
shot.
So open that include and write your logic in ZMV45AFZZ_SAVE_DOCUMENT_PREP.
While some EXITs like MV50AFZ1. You need an access key to modify it Don’t get
Step 2:
endif.
Go To Transaction VA01/VA02 and try to create/change the order item quantity less
than 2.