cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

Hi Gurus,

How can we saw all the user exits with programme name.

VSN

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The best way is to go to SPRO - SD - SYSTEM MODIFICATIONS - USER EXITS

Here based on the scenario for eg Sales Order Processing , or Billing, you can find user exits for the same.

User Exits In Sales Document Processing

This IMG step describes additional installation-specific processing in sales document processing. In particular, the required INCLUDES and user exits are described.

Involved program components

System modifications for sales document processing affect different areas. Depending on the modification, you make the changes in the program components provided:

MV45ATZZFor entering metadata for sales document processing. User-specific metadata must start with "ZZ".

MV45AOZZ

For entering additional installation-specific modules for sales document processing which are called up by the screen and run under PBO (Process Before Output) prior to output of the screen. The modules must start with "ZZ".

MV45AIZZ

For entering additional installation-specific modules for sales document processing. These are called up by the screen and run under PAI (Process After Input) after data input (for example, data validation). The modules must start with "ZZ".

MV45AFZZ and MV45EFZ1

For entering installation-specific FORM routines and for using user exits, which may be required and can be used if necessary. These program components are called up by the modules in MV45AOZZ or MV45AIZZ.

This will surely help you. Just try and explore by yourself, this is the best way to learn. Just sharing my experience.

Reward points if it does.

Regards

Ravi

reazuddin_md
Active Contributor
0 Kudos

TO see the USEREXITs,

CMOD/SMOD ( If you know the userexits)

or else.

go to any transaction-then from menu- system-status-double click on programm.

it willl take u to the possbiel userexits available for that transaction.

eg: Sales Order-

Prog:SAPMV45A

Userexit - MV45AFZZ,

Del: LV50AFZZ

Billing: RV60AFZZ.

similary we have "n" no of userexits.

hope it helps u .