Answer Posted / nitin
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 |
Post New Answer View All Answers
Explain the difference between function group and function module?
Some Realtime Objects on Bdc.
what is field string ? & where we are using field strings?
Does the table can have multiple foreign keys?
What are the different types of work process?
What is the difference between a structure and a table? : abap data dictionary
Explain the disadvantages of logical databases?
What is a table cluster? : abap data dictionary
What is the structure of the bdc table? : abap bdc
Explain buffering
Can we call reports and transactions from interactive reporting lists?
What is an evaluation path? : sap abap hr
Can we include customizing include or an append structure with pooled or cluster tables?
Explain open dataset in sap abap?
How can we create callable modules of program code within one abap/4 program? : abap modularization