‎2006 Nov 04 6:46 AM
hai
hw we can find BAPI for the particular application.
just, tell me the simple way for it.
‎2006 Nov 04 7:33 AM
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
‎2006 Nov 04 6:58 AM
check tcode BAPI
2.search in SE37 on Appplication Package like ME f0r PO.
3.search in SE37 like BAPIPO like that
Regards
Prabhu
‎2006 Nov 04 7:33 AM
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
‎2006 Nov 04 8:12 AM
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
‎2006 Nov 04 9:18 AM
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