‎2006 Oct 16 10:40 AM
Hi all,
How many ways we can find EXITS for a application?
Regards,
Narayana.
‎2006 Oct 16 10:48 AM
Hi Narayan,
In these following t-codes u can find out
SMOD
SPRO
SE38
Se80
Regards,
Kishore
‎2006 Oct 16 10:48 AM
Hi Narayan,
In these following t-codes u can find out
SMOD
SPRO
SE38
Se80
Regards,
Kishore
‎2006 Oct 16 10:50 AM
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
‎2006 Oct 16 10:50 AM
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
‎2006 Oct 16 10:52 AM
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