Ways to find the user exit in ABAP.
****************************1st WAY*************************************************
* Check the documentation of the program.
- Goto VA01.
- Click on system - status - double click on program.
- Double click on include and check.
*******************************END of 1st WAY***********************************************
******************************2nd WAY********************************************************
* Search for the statement - PERFORM USEREXIT.
- Goto VA01.
- Click on system - status - double click on program.
- Click on find and give PERFORM USEREXIT and hit enter.
****************************END of 2nd WAY**************************************************
***************************3rd WAY***********************************************************
* Search in package - VMOD.
- Goto SE80.
- Select package and give name as VMOD.
- Expand includes.
*****************************END of 3rd WAY*************************************************
Comments
Post a Comment