Application Development 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: 

Tcodes in BAPI

Former Member
0 Kudos

What are all the tcodes that we come across in BAPIs?

Also, how to find BAPI?

1 ACCEPTED SOLUTION

prasanth_kasturi
Active Contributor
0 Kudos

hi,

TCODES BAPI where you can find all the BAPIs existing

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

http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm

regards

prasanth

7 REPLIES 7

prasanth_kasturi
Active Contributor
0 Kudos

hi,

TCODES BAPI where you can find all the BAPIs existing

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

http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm

regards

prasanth

Former Member

Hi,

BAPI is the t-code, in this t-code we will find all modules bapi's function modules and business objects,

SWO1 is the t-code we will display the bapi.

SW02 is the t-code we will create the bapi.

Thanks & Regards,

Murali

0 Kudos

Hi

generally, do we use standard BAPI or create our own BAPI??

0 Kudos

hi,

it depends on the requirement

Mostly we use existing BAPIs

SWO1 display the bapi.

SW02 create the bapi.

reward if helpful

prasanth

Former Member
0 Kudos

Hi,

BAPI tcodes,see the entire information in pdf file.

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

TCODES BAPI

SWO1 is the t-code we will display the bapi.

SW02 is the t-code we will create the bapi.

Above Tcodes use BAPIS.

These BAPIs u can use anyware.Use standard BAPIs all ready existed see the TCODE :'BAPI',You can created ur own bapis SW01 bapi builder created on this tcode.

Thanks&Regards,

SReddy.

0 Kudos

its very good sending pdf format.its very easy to understand.Please send me some other documents which u have in the same formatany of these topics and any more or tell me the link where to get

Former Member
0 Kudos

Hi ,

see the below link you will get all the list of bapis we use...

http://www.sapbapi.com/bapi-list/

Use the BAPI tcode for bapi's or WE30 tcode for IDOC's. You may seek

the help of a functional analyst to go through the applications or

business objects. If you don't find one, they it doesn't exist. If you

find a bapi, you may create an ALE interface/idoc using the bapi through

tcode BDBG. Or, you can create your own bapi. You may search for

documents on how to do this.

thanks

shankar