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

Bapi Example

Former Member
0 Likes
843

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???

6 REPLIES 6
Read only

Former Member
0 Likes
666

hiiii

refer to following link..it will help you

regards

twinkal

Read only

Former Member
0 Likes
666

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

Read only

narin_nandivada3
Active Contributor
0 Likes
666

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

Read only

Former Member
0 Likes
666

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

Read only

former_member8532
Participant
0 Likes
666

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

Read only

Former Member
0 Likes
666

Hi,

You can check below link its really very nice and will help you.

saptechnical.com/Tutorials/BAPI/BAPIMainPage.htm

Thanks,

Dhanashri.