cancel
Showing results for 
Search instead for 
Did you mean: 

Access to EHS data from system outside of SAP

0 Kudos

We are creating a Formulation tool in a SQL database with a Access front end which will need to use EHS Specification data and eventually push the Formulation data back into the SAP EHS Spec database.

I would like this new database to have Real-Time access to SAP data. We currently are using RFC connections with tools such as EASY-Expert and a external Rules based program Atrion as well, so I know it is possible to feed this data back and forth using XML files.

Any advice on how I should proceed and maybe some external tools for purchase that will help me do this.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I am closing this question

Former Member
0 Kudos

Hi Beverly,

it is possible to access EH&S data from outside SAP by using the standard SAP BAPIs (e.g. BAPI_BUS1077_GETDETAIL for reading EH&S data) which are RFC enabled. Another possibility would be to develop your own RFC enabled function modules in the SAP system and call them from outside.

From your access database you can use VBA to perform the RFC call.

Best regards,

Andreas

0 Kudos

do you have example of VB code for call to RFC?