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 exits

Former Member
0 Kudos

how to check the predefined user exits for a particular transaction???

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Shree,

i think this info is useful for u

. Type the transaction : system->status-> <PROG. NAME>

2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.

3. Open CMOD utilities->SAP enhancements

EDIT->All selections

4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.

5. The displayed list contains the enhancements names for the transaction You were looking for.

6. Create a project in CMOD and the code in default include->activate.

here is a link for the program to find the user exit for a particular transactioon

Regards,

Naveen

3 REPLIES 3

Former Member
0 Kudos

Re: User Exits

Posted: Mar 6, 2006 1:12 AM Reply E-mail this post

go through this link..

These links will help you learn more on Userexits:

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

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

http://www.planetsap.com/userexit_main_page.htm

Check these threads for more details about user exits.

contains custom program which gives details about SAP enhancement projects specified by SAP for standard transactions.

Former Member
0 Kudos

hi Shree,

i think this info is useful for u

. Type the transaction : system->status-> <PROG. NAME>

2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.

3. Open CMOD utilities->SAP enhancements

EDIT->All selections

4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.

5. The displayed list contains the enhancements names for the transaction You were looking for.

6. Create a project in CMOD and the code in default include->activate.

here is a link for the program to find the user exit for a particular transactioon

Regards,

Naveen

Former Member
0 Kudos

how to create a user exit validation and how will you call it from the validation?

anyone?please help me.