cancel
Showing results for 
Search instead for 
Did you mean: 

Interface req from SQL to SAP

Former Member
0 Kudos

Hi

i need to develop interface from SQL to SAP, can any one give me some input on this.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey,

I guess you have a stand-alone DB and you want to develop interface from this DB to the SAP system.

If I'm right, then SAP have product called XI (eXchange Infrastructure), that now is called PI (process integrator).

this product have an adapter to FlatFile, DB (JDBC), MQSerires (JMS) and etc...

you can develop an interface in the XI that will read information from the DB,

and execute RFC (remote function call) or IDOCs in the SAP.

SAP does not support executing delete/update/insert SQL on their tables,

they demands from you to use the standard APIs (RFC/IDOC).

you can use the PI/XI forms in the SDN for more information.

markus_doehr2
Active Contributor
0 Kudos

What do you mean with that? Can you explain a bit what you plan to do? ABAP IS already an interface for the underlying database...

--

Markus