Updating an external database from SAP
Can you tell me how to find which RFC should be used for specific table update?
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
The first step is to build a JCO server, following the examples provided by the JCO API or my book, Enterprise Java for SAP. The JCO server takes import parameters, structures and can execute JDBC code against an external database. This allows you to store data from any source that can execute the JCO server. Inside SAP, you need to build a user exit or scheduled ABAP program that calls an RFC destination, exporting the data you need to save in your external database. When the JCO server is started, it registers itself with the specific RFC destination you created for it. Once registered, any SAP application that can call an RFC destination canm now pass data to your JCO server.
Dig Deeper
-
People who read this also read...
This was first published in August 2004