‎2006 Dec 26 9:23 AM
Hi all,
I want to know that from what all places we can call BAPI.
With thanks,
Chinmay
‎2006 Dec 26 9:25 AM
Bapi is nothing but just a remote enabled Function module
so like a simple Function module ,u can call the Bapi's from ur programs..
hope it clarifies .
reward helpfull answers.
amit
‎2006 Dec 26 9:26 AM
These are what i can recollect as of now:
1. SE37 - Directly
2. SE37 - with in another customized FM.
3. SE38 - Via a report program.
4. As an RFC by external systems.
5. Transaction Code - which calls a module pool program which internally calls the BAPI.
Kind Regards
Eswar
‎2006 Dec 26 9:27 AM
Hi Chinmay,
Refer the following documentation provided by SAP for BAPI's:
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm</a>
Regards,
Chetan.
PS:Reward points if this helps
‎2006 Dec 26 9:32 AM
Bapi can Be Called from SAP & Non SAP system .
In case non-SAP system TRFC port has to be setup to make the Connectivity with SAP system
OR Just Go thru BAPI user Guide
http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm
*Please mark useful Answers
‎2006 Dec 26 9:33 AM
u can call bapi from report program ,
in se37 u can test the bapi ,
In LSMW there is a method using BAPI to upload the data,
We can connect the external environment like VB through BAPI only.
‎2007 May 02 4:05 PM