How to find function module or Bapi for particular transaction
in sap?
Answer Posted / sainathraj
1)Execute SE93
Give your transaction code.For eg. ME23N
click on Display
Identify the package (here it is ME)
2)Execute SE80
select Package in the left side drop down list
and give the package name that is observed in the first step
click on Display
Expand Business Engineering
Expand Business object types
select your object. here it is BUS2012(purchase order)
double click on it.
Expand the methods
All the tick mark which are in green color we can use.
double click on your methods based on the description
click on ABAP tab
Here you can identify the BAPI
| Is This Answer Correct ? | 58 Yes | 7 No |
Post New Answer View All Answers
In select-options, how to get the default values as current month first date and last date by default?
Explain the advantages of different types of bdc's?
What are the advantages and disadvantages of using views in abap programming ?
How to create user interfaces for lists?
What is the tcode to create indexes?
Explain the concept of clusters in payroll
Name a few data dictionary objects? : abap data dictionary
What are two different ways to add fields to sap tables?
What are the different types of internal table?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is view? Explain the different types of view?
Explain the advantage of structures?
How do you find out whether a file exits on the presentation server?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is the symbol to do “concatenation” operation in nw abap 7.4 ?