Application Development and Automation 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: 
Read only

Regrading User Exits

Former Member
0 Likes
1,066

Hi Experts,

What are User Exits ? I searched this sdn.sap.com for User Exits .I didnt understand User Exits ,even I browsed the given links .Could any one

give step by step using simple example.

Thanks in Advance

sagar.

1 ACCEPTED SOLUTION
Read only

rmazzali
Active Contributor
0 Likes
1,031

Exits are basically pieces of code that allows you to modify the behaviour of the standard system, without change it so that an upgrade won't affect your modifications.

Pls. refer to OSS note to better understand them

regards

Roberto Mazzali

pls. reward if helpful

Hi Experts,

What are User Exits ? I searched this sdn.sap.com for User Exits .I didnt understand User Exits ,even I browsed the given links .Could any one

give step by step using simple example.

Thanks in Advance

sagar.

8 REPLIES 8
Read only

rmazzali
Active Contributor
0 Likes
1,032

Exits are basically pieces of code that allows you to modify the behaviour of the standard system, without change it so that an upgrade won't affect your modifications.

Pls. refer to OSS note to better understand them

regards

Roberto Mazzali

pls. reward if helpful

Read only

Former Member
0 Likes
1,031

hi,

what is this OSS notes

Read only

rmazzali
Active Contributor
0 Likes
1,031

they are hints and suggestions by SAP.

go to service.sap.com/notes

and search in the website for your doubts

regards

roberto

Read only

Former Member
0 Likes
1,031

Hi

There are basically two things

1) User Exit

2) Custom Exits(Function exit, field exit , screen exit)

User exits are specific to SD Module

u can check program MV45AFZZ , and search USEREXIT

For Function exit , go to CMOD Tcode , create project

then assign enhancement to , TRY U can use enhancement LMR1M001 .

and assign EXIT_SAPLMR1M_003 .

Try

Read only

Former Member
0 Likes
1,031

hi

user exit are strategic location in the sap-standard programming, whrere you can impement extra functionality ot we can change the standard flow...

to fing the user-exit we have to goto SMOD transaction.. there u have to enter the Exit id then you will get the exits available... in CMOD you have to create a project and endter the EXITID( IF U WANTO IMPLEMETN normally the project will be created at the starting of the Implementation as a developer u no need to create a project)

in the SMOD if you double click on the exit.. u will enter to se37(function module editor... here there will find an INCLUDE .. here u have to write thecode.

when the standard program is running the system will chek whether the exit is implemented or not... then if it is implemented the system will execute you r code in the EXIT.

follow these links for more info

http://sapwiki.iwoars.net/index.php/Userexit

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

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K

Message was edited by:

Naresh Reddy

Read only

0 Likes
1,031

Hi Naresh Reddy,

http://sapwiki.iwoars.net/index.php/Userexit

this is working but in some other language .How to convert it to English

with regards,

sagar

Read only

0 Likes
1,031

Hi Naresh Reddy,

http://sapwiki.iwoars.net/index.php/Userexit

this is working but in some other language .How to convert it to English

with regards,

sagar

Read only

0 Likes
1,031

hi saga i was trying to find it in english bu i an unabel to..