cancel
Showing results for 
Search instead for 
Did you mean: 

userexit concept and configureation

Former Member
0 Kudos

Hello Gurus,

please what is the userexit used for ? and how to configure a user exit ? please give a detailed procedure about that.

thanks very much!

Accepted Solutions (1)

Accepted Solutions (1)

former_member184555
Active Contributor
0 Kudos

Hi

You can view the user exits provided in the standard...

IMG - Sales & Distribution - System modifications - User exits.

If you click on the DOCUMENTATION icon, against different areas where the exits are used, you can see them with explanation.

Thanks,

Ravi

Answers (3)

Answers (3)

former_member184555
Active Contributor
0 Kudos

Hi

In SAP every activity runs according to the program assigned to it. For example, when you create an order using Tcode VA01-the system does so many activities(SD basic functions) and it is specified in the program in which order(one after another) all the activities are to be done. SAP will not allow you to make any changes in the standard program. Instead it has given a chance to add your coding in certain places of the program. At the place the program exits from the standard and enters into the user defined coding. You can see the user exits provided by SAP in IMG - SD-System Modifications.

eg. Normally the Sales Order number is generated when you save the document. It picks the number from the number range assigned to that document type. If you wish to assign different numbers for orders based on sales organisation or any other criteria you have do it using a userexit.

Thanks,

Ravi

Former Member
0 Kudos

User exit - A user exit is a three character code that instructs the system to access a program during system processing.

SXX: S is for standard exits that are delivered by SAP. XX represents the 2-digit exit number.

UXX: U is for user exits that are defined by the user. XX represents the 2-digit exit number

user exits are empty sub routines that the sap provides . you can fill it with your own source code. this is a modification. this affect the source code.

user exits means there is need of access key, as we are going to modify the sap std. code. whereas customer exits don't need access keys.

User-Exits are the user specific that provides specific Functionality to Standard Functions.

SMOD ; is used to Find User Exits for diff Business Process

check Below links you will find all the Information

-


Refer this link

http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm

User Exits

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

Regards,

Rajesh Banka

Former Member
0 Kudos

The user exits are provided in various places throughout the SAP system in order to allow system modifications and enhancements.

It is a topic that is connected with ABAP development and only very senior experienced consultants are given task of maintaining user exits since it involves modifying system programs.

The following links would help you.

http://www.sap-basis-abap.com/sapab013.htm

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm