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

Executing RFC from non SAP application

ChandrashekharMahajan
Active Contributor
0 Likes
315

Hello All,

i want to execute for eg. RFC FM 'BAPI_USER_GET_DETAIL' from Java application. for this what things need to be <b>configured</b> on R/3 side as well as Java side? How will be the call from Java side look like.

please let me know.

Regards,

Chandra

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
296

Hi,

You can use JCo

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP System. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls.

SAP JCo appears to an SAP System as an RFC Destination.

Please check this link

https://websmp202.sap-ag.de/~sapidb/011000358700007662972002E/FAQ-JCO.htm#q1

aRs