Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

step by step example for creating USER EXIT

Former Member
0 Kudos

hi,

can any body explain me step by step process for user exit.

regards

raj.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Userexits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

User exits are used when the flow for a particular transaction has to take some other route other then the normal flow. this can be the case when you have to attach some additional functionality lik u need a customised screen, or new functionality (using a functional module). based on these things user exits can be classified as screen exits, function module exits, field exits( not used anymore). hope this gives some help on userexits.

This is a complete Step by Step Screen shot tutorial on User Exits :

http://www.201interviewquestions.com/docs/User%20exits.ppt

http://erpgenie.com/abaptips/component/option,com_docman/task,doc_details/gid,27/

3 REPLIES 3

Former Member
0 Kudos

Userexits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

User exits are used when the flow for a particular transaction has to take some other route other then the normal flow. this can be the case when you have to attach some additional functionality lik u need a customised screen, or new functionality (using a functional module). based on these things user exits can be classified as screen exits, function module exits, field exits( not used anymore). hope this gives some help on userexits.

This is a complete Step by Step Screen shot tutorial on User Exits :

http://www.201interviewquestions.com/docs/User%20exits.ppt

http://erpgenie.com/abaptips/component/option,com_docman/task,doc_details/gid,27/

Former Member

Former Member
0 Kudos

HI,

Thx for your spontoneous support and it really helped me.

regards

raj