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: 

User Exit

Former Member
0 Kudos

HI,

How to find a User exit for t-codes?

For Eg: In SA38 t-code after clicking execute i need some enhancements.. how to find a exit at the execute click event?

Any materials on User exits welcome..

my mail id is giri_sdn@yahoo.com

GIRI

8 REPLIES 8

ferry_lianto
Active Contributor
0 Kudos

Hi Giri,

Please check this link for sample progam.

http://www.erpgenie.com/abap/code/abap26.htm

Hope this will help.

Regards,

Ferry Lianto

Former Member
0 Kudos

User Exits are a method whereby the end user can add extra functionality or change to a certain degree the way that SAP performs certain functions.

The naming standard of function modules for functionmodule exits is: EXIT_<program name><3 digit suffix>

The call to a functionmodule exit is implemented as: CALL CUSTOMER.-FUNCTION ❤️ digit suffix>

0 Kudos

hi,

in standard programs i find only includes... where can i find exits.. i mean how to know which include i have to check... is there any way to find out?

and in function module EXIT_<PROGRAM_NAME>_3 digits ... when i double click on include it says..

Program name ZX.. are reserved for includes of exit function groups. ( Note i am in display mode only... when i click on change mode it asks for Access key.. do we need access key to change the function module? )

regards

ferry_lianto
Active Contributor
0 Kudos

Hi Giri,

No need access key. It just a warning message.

Press enter/continue to place your logic in Fm.

Regards,

Ferry Lianto

0 Kudos

HI Ferry,

thanx

can u tell me how to find put a popup when execute button is clicked. and how to find the correct exit to place my custom code.

regards

ferry_lianto
Active Contributor
0 Kudos

Hi Giri,

I do not quite understand your question "Can u tell me how to find put a popup when execute button is clicked". Could you describe more specific? Any example?

Did you try sample program (my previous reply) on how to find the correct exit based on standard transaction code that you are dealing with?

Regards,

Ferry Lianto

0 Kudos

HI ferry,

yes, i checked the program.. for the t-code it shows 3 user exits.

and which user exit i have to take to popup-confirm when user clicks execute button?

means when user clicks on execute button it a pop up shud come and ask for confirmation. and how can i know that which exit i have to take or how can i find that exit in t-code standard program. In a t-code standard program it was filled with lot of includes...

Regards

Giri