‎2006 Aug 01 10:35 AM
Hi,
Please suggest me the corresponding transaction codes for the following BAPI's
BAPI_BANKNZ_CREATE
BAPI_BANKNZ_GETDETAIL
BAPI_BANKNZ_REQUEST
BAPI_BANKNZ_SIMULATECREATION
BAPI_BANK_GETDETAIL
Thanks & Regards,
Sreevani
‎2006 Aug 01 11:12 AM
FOR BAPI: BAPI_BANK_GETDETAIL corresponding transaction code : FI02, FI03.
Message was edited by: Sharath kumar R
‎2006 Aug 01 10:50 AM
Hi Sreevani,
As u know bapi's are implemented as Function modules in SAP, Goto tcode <b>SE37</b> or goto <b>BAPI</b>.
Regards:-
Santosh
‎2006 Aug 01 11:07 AM
hi Sree ,
these BAPIs for HR , check PA30 and infotype is 0009.
Regards
Prabhu
‎2006 Aug 01 11:12 AM
FOR BAPI: BAPI_BANK_GETDETAIL corresponding transaction code : FI02, FI03.
Message was edited by: Sharath kumar R
‎2006 Aug 01 11:13 AM
Hi Sreevani,
chk the text below.Hope it might help you out.
How to Find Bapi for Particular Transaction in SAP
If you mean that you need to know what BAPI's a particular tranx uses,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
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. (this is SD-SLS Sales)
Then open the transaction BAPI
Sales and distribution>Sales>sales order
createfromdat2
Reward points for the helpful.
Regards,
Harini
‎2006 Aug 01 11:40 AM