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

to find BAPI

Former Member
0 Likes
879

hai

hw we can find BAPI for the particular application.

just, tell me the simple way for it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

Hi swamy ,

in order to find a bapi for a particular application

tcode -BAPI in this in the hierarchial find the area

like Materials management , sales , Fi like that ,

open the sub node and find the application area ,

like bapis relating to sales in S & d ,

open sales and see the avaliable bapis ,

open the documentation and find the right one .

regards,

VIjay

4 REPLIES 4
Read only

Former Member
0 Likes
832

check tcode BAPI

2.search in SE37 on Appplication Package like ME f0r PO.

3.search in SE37 like BAPIPO like that

Regards

Prabhu

Read only

Former Member
0 Likes
833

Hi swamy ,

in order to find a bapi for a particular application

tcode -BAPI in this in the hierarchial find the area

like Materials management , sales , Fi like that ,

open the sub node and find the application area ,

like bapis relating to sales in S & d ,

open sales and see the avaliable bapis ,

open the documentation and find the right one .

regards,

VIjay

Read only

anversha_s
Active Contributor
0 Likes
832

hi,

Follow the below steps to find out what all BADI's are called when you press any button in any transaction.

1) Goto se24 (Display class cl_exithandler)

2) Double click on the method GET_INSTANCE.

3) Put a break point at Line no.25 (CASE sy-subrc).

Now

4) Execute SAP standard transaction

5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.

6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.

7) This way you will find all the BADIs called on click of any button in any transaction.

rgds

anver

if hlped pls mark points

Read only

Former Member
0 Likes
832

hello tamil sir,

go to transaction se37 and u can get the required by pressing f4 help.

or go to the transaction BAPI and here u can find the entire list

go to se11 and give the table name as TFTIT.

this is the table where all the function modules are get stored