BAPI names of different fields in different tables
Updated May 18, 2018
Hello Experts,
How to find BAPI names of different fields in different tables
Thanks in advance.
Comments
02 Jan 2009 6:00 am shashi jha Helpful Answer
Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this.
1. Find out the package of the transaction.
Start Va01 go to system --> status.
Double click on transaction
Package is VA
Open this package in SE80
Open business engineering-->Business object types
Find the BO which sounds the most appropriate
I would suggest BUS2032 Sales Order
Double click.
Open methods.
Find the released method with from data or something similar in the name
, Createfromdat2
Position the cursor in it and click the program button
Scroll down to find the bapi used in this method
With this way you can also find out programs and FM's
2. Start va01 go to system-->status
Double click transaction VA01
Double click on package
Read the application component from the properties tab. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution-->Sales-->sales order
createfromdat2
06 Apr 2010 10:26 am Guest
Hi Friends,
I used the above approach to find out BAPI for the transaction code F-28. Its belongs to FI module. The Package name for this is FBIP. If i open in this package in SE80 tcode i couldnt find out Businessengineering tab.
1. Find out the package of the transaction.
Start Va01 go to system --> status.
Double click on transaction
Package is VA
Open this package in SE80
Open business engineering-->Business object types
Find the BO which sounds the most appropriate
I would suggest BUS2032 Sales Order
Double click.
Open methods.
Find the released method with from data or something similar in the name
, Createfromdat2
Position the cursor in it and click the program button
Scroll down to find the bapi used in this method
With this way you can also find out programs and FM's
2. Start va01 go to system-->status
Double click transaction VA01
Double click on package
Read the application component from the properties tab. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution-->Sales-->sales order
createfromdat2