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
What are the data types of internal tables?
Give an example of interface from your project explaining why you used it?
How to upload data using catt ? : abap hr
How to set an Enhancement point for a custom report?
What are the parameters in bdc_insert? : abap bdc
What is locking? : abap data dictionary
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is value table? : abap data dictionary
Can a transparent table exist in the data dictionary but not in the database physically?
What are the modes in lock objects? : sap abap data dictionary
How many ways can a sap system be accessed?
What is a collect statement?
Define external layer? : abap data dictionary
Where do you find info on new developments in SAP?
What is the structure of bdcmsgcoll? : abap bdc