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

user exit example.

Former Member
0 Likes
761

hi.

i have not worked on user exit.can anyone give me simple example how to do user exit? or is there any document showing step by step example of user exists..

5 REPLIES 5
Read only

dani_mn
Active Contributor
0 Likes
645

HI,

check this link for step by step implementation of user exit.

http://www.sapbrain.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html

Regards,

HRA

Read only

Former Member
0 Likes
645

Hi puru,

User exits are hooks in standard SAP code, which allow you to add functionality. The positioning of these exits has been defined by SAP, so often you can't find one where you need it!

The implementation of user exits depends on the module. Some (and more, as you go to later releases) are implemented using CALL CUSTOMER-FUNCTION (see help documentation for this ABAP statement) - these are controlled from transactions CMOD and SMOD - have a look at the online documentation - transaction CMOD, menu Utilities --> Online Manual.

check this link:

http://www.allsaplinks.com/user_exit.html

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

regards,

keerthi.

Read only

Former Member
Read only

0 Likes
645

User exit have serval ways:

1 Modification,just change standard code in program

2 Tcode:cmod ,smod. u can use Tcode:smod to see this user-exit has components and then u implemt this user-exit according to your requestion in Tcode:cmod.

3 Tcode:se18,se19. u can use Tcode:se18 to see this BADI has methods or screen and then u implemt this BADI in Tcode:se19

U can find more detail information at www.help.sap.

Read only

Former Member
0 Likes
645

Hi all.

if anyone have material on user exists, please mail me.

my mail id if: <b>r.badhe@rediffmail.com</b>.

Thanks.