โ2008 Aug 07 10:33 AM
Hi Experts,
we are all very much know , the main advantage of the BAPI is to connect the third party software.
I want a real time example ..
how it is get connected???
โ2008 Aug 07 10:37 AM
โ2008 Aug 07 10:39 AM
http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm
go to saptechnical.com you will find more bapi examples
โ2008 Aug 07 10:43 AM
Hi Srinu,
check this PDF for Programming BAPI Scenario
[BAPI Scenario|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf]
Hope this would help you.
Happy Learning
Good luck
Narin
โ2008 Aug 07 10:51 AM
Hi Srinu vasu,
Java program can read/write from/to SAP table through the RFC & JCo.
There is one interface called Jco(Java Connector) which transfer the data b/w SAP & nonSap System.
The SAP JCo offers the following functions for creating SAP-capable Java applications:
ยท RFC middleware based on the JNI (Java Native Interface).
ยท Execution of function calls inbound (Java client calls BAPI or RFM) and outbound (ABAP calls Java Server).
ยท With the SAP JCo, you can use synchronous, transactional, and queued RFC.
ยท SAP JCo can be used on different platforms
ยท Extensive code page handling, including multi-byte languages.
For the JCo Architecture please refer to the following link:
http://help.sap.com/saphelp_nw04/helpdata/en/8b/912 22fa9e611d6b28f00508b6b8a93/content.htm
http://www.springerlink.com/content/m423498r55114785/
www.honico.com/content/pdf/Flyer/IM_Flyer_DE.pdf
Regards,
Sreekar.Kadiri
โ2008 Aug 07 11:09 AM
Hi srinu vasu,
Good question,i recently done it.
I made a web dynpro application for java in that my web dynpro application had to connect to r/3 system in backend for that i used bapi.
mean bapi act as an interface between webdynpro aplcation and r/3 system.
Regards.
Punit
Edited by: Punit Pawar on Aug 7, 2008 12:39 PM
โ2008 Aug 07 11:19 AM
Hi,
You can check below link its really very nice and will help you.
saptechnical.com/Tutorials/BAPI/BAPIMainPage.htm
Thanks,
Dhanashri.