> Hi *, > > we are currently using SAP DB as our default database for our > Java products. > > Our next application will be a SAP R/3 add-on written in ABAP > and Java. > For support of the R/3 data access functionality we would > have to replace > our JDBC data access code by RFC/BAPI calls to R/3. > > If there is something like a JDBC driver for the data access > to or from R/3 ? > This would be much easier to handle, since R/3 has already > built-in support > for various database products. Does such a driver exist ? >
You could use the SAP Java Connector. This allows you to make RFC calls to function modules within SAP passing data to and fro. So you would use the ABAP function modules to update the SAP database but supply the data from your external Java program. Regards Roger _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
