‎2007 Mar 21 6:04 AM
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
‎2007 Mar 21 1:47 PM
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