where can u find user-exits & bapi?
Answers were Sorted based on User's Feedback
USER-EXUTS
Goto to the table tstc and enter the transaction code for
which u want to find out the User-Exits. Check out the
program name from the result. Goto SE38 and dee that
program in display mode. Then search for the string Call
Cutomer-Funtion. All the result of search are the user
exits defined there for that transaction.
BAPI
Goto the transaction and check the system->Status->Dbl
Click on Transaction->Dbl Clk on Package-> Chk out the app
component (say SALES). Goto transaction BAPI, then chk out
sales and distribution->sales->salesorder-> open any
business methods and there you can find the BAPI names and
u can see them by dbl clcking on them
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / muthuraj
BAPI
Goto the transaction and check the system->Status-> program
name. doule click the program name. where u can find the
string CL_EXITHANDLER. there u can find the bapi
Is This Answer Correct ? | 6 Yes | 1 No |
what will happen in Initialization event?
Define structure in abap data dictionary?
For which transaction you used BDC?
Explain badi in abap.
How do you execute the payroll
What data is contained? : abap data dictionary
How did you upload Logo using RSTXCDMC which format you upload TIF?
what are the Pre requisites for binary search?
how to design checkbox on the o/p of the list ,not on the selection screen.
Can we set page headers to details lists?
When using call transaction method for 1000 records , If u found error in 64th record then how can u find it and how can u send this to user
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?