cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

Hello,

how to cerate user exit field? For what purpose it is created?

Accepted Solutions (1)

Accepted Solutions (1)

former_member184627
Active Contributor
0 Kudos

Hi,

If you want to add additional fields then you can use screen exits.

Pl. refer,

http://www.sap-img.com/abap/what-is-user-exits.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.planetsap.com/Userexit_List.htm

Regards,

Senthilkumar

Answers (1)

Answers (1)

former_member184655
Active Contributor
0 Kudos

Dear Uday,

User Exits are the enhacements which are given by standard SAP for particular

Business processes or instead for particular T codes.this we can make use of this

as per the client's specific requirement.

The best Example for explaining this is using MRP type PR or VB for an MRP run

for T code MD01.

First we have to check whether there exists an User Exit for a particular T code.

Generally a program will be developed ina project where in you can check very

easily by entering the T code to find out the list of User exits available for that T

code.

you can check the documentation of this user exit in T code SMOD.By reading

the documentation you can get an idea about the same user exit.

In order to activate this user exit we have to create aproject in CMOD T code and

proceed.

Regards

Mangal