查找BAPI两种方法

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.****.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

How to Find Bapi for Particular Transaction in SAP

How to find function module or Bapi for particular transaction in sap?

If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. 

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  

查找BAPI两种方法
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 

查找BAPI两种方法

2. Start va01 go to system-->status  
Double click transaction VA01  
Double click on package  

查找BAPI两种方法
Read the application component. (this is SD-SLS Sales)  

查找BAPI两种方法
Then open the transaction BAPI  
Sales and distribution-->Sales-->sales order  
createfromdat2 

查找BAPI两种方法

           

给我老师的人工智能教程打call!http://blog.****.net/jiangjunshow

查找BAPI两种方法