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

EXITS?

Former Member
0 Likes
528

Hi all,

How many ways we can find EXITS for a application?

Regards,

Narayana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

Hi Narayan,

In these following t-codes u can find out

SMOD

SPRO

SE38

Se80

Regards,

Kishore

4 REPLIES 4
Read only

Former Member
0 Likes
501

Hi Narayan,

In these following t-codes u can find out

SMOD

SPRO

SE38

Se80

Regards,

Kishore

Read only

Former Member
0 Likes
500

hi,

1.goto the particular transaction . Goto System-->Status and find the program name .open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.

2.Execute the transaction in debugging mode.make breakpoint on text 'call funtion'

and press f8 continiusly untill u got user exit or customer exit ..(Customer-Function '001' )

3.Using transaction SPRO and under each hierarchy, you will get these enhancements and exits

4.You can also go to transaction SMOD and press F4 and then find out the exits available for each transaction.

*Reward points for helpful answers

Read only

rajeshkumar_kaveti
Participant
0 Likes
500

Hi,

1. You can search in the Program by CALL CUSTOMER-FUNCTION.

2. You can search in se37 for the FM starting with 'EXIT_<prog_name>'.

Regards,

Rajesh

Read only

former_member404244
Active Contributor
0 Likes
500

Hi,

For finding exits for a particlar tcode,the following are the steps.

Goto tcode->system->status->go to program and get the package...

Now go to SMOD/SE84/SE15.and then give the package name..and press execute button.U will get the exits available .These exits Start with ZINCLUDES and u need to create a project for it..

Also thre r other userexits available which requires the access keys....and starts with USEREXIT_*****.For example for sales order....we have program->SAPMV45A.

Now go to SE80->Enter the program name->Now go to subroutines node...and expand it...U will see the userexits starting with USEREXIT_****.

Also in a program use CALL CUSTOMER-FUNCTION '***'..

REGARDS,

nagaraj