Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tcodes for BAPI's

Former Member
0 Likes
10,982

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
6,651

FOR BAPI: BAPI_BANK_GETDETAIL corresponding transaction code : FI02, FI03.

Message was edited by: Sharath kumar R

5 REPLIES 5
Read only

Former Member
0 Likes
6,651

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

Read only

Former Member
0 Likes
6,651

hi Sree ,

these BAPIs for HR , check PA30 and infotype is 0009.

Regards

Prabhu

Read only

Former Member
0 Likes
6,652

FOR BAPI: BAPI_BANK_GETDETAIL corresponding transaction code : FI02, FI03.

Message was edited by: Sharath kumar R

Read only

Former Member
0 Likes
6,651

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

Read only

Former Member
0 Likes
6,651

hi

good

go for the tcode f-28

thanks

mrutyun