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

how to see user exit code

Former Member
0 Likes
406

hi,

i have one user exit name with me like EXIT_SAPLVxxxxx. how can i see it's code.

thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

Those user exits are build as function modules. Just goe to transaction SE37, put in the name and there you go. Double click on the include in the FM and you'll see the code. If the include doesn't exist this user exit has not yet been implemented.

Regards,

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
373

Those user exits are build as function modules. Just goe to transaction SE37, put in the name and there you go. Double click on the include in the FM and you'll see the code. If the include doesn't exist this user exit has not yet been implemented.

Regards,

Michael

Read only

0 Likes
372

thanks