cancel
Showing results for 
Search instead for 
Did you mean: 

Small Integration Example

Former Member
0 Kudos

Dear All,

Anybody having complete steps for a little integration example(SAP communicates to local Access database on Syatem).I am very much excited to know how SAP communicates with Non SAP system.

plz help.

RP

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

SAP can communicate to your local database using XI in different ways from SAP Side. From SAP to XI, you can use RFC/BAPI adapter, IDOC adapter or proxy depending on your business object and which is readily available. On the database side, from XI to database, XI will use JDBC adapter for that you need to have JDBC driver classes for your database.

Former Member
0 Kudos

HI,

it is clear.

Yu can use JDBC Adapter to communicate with local Database.

you need to configure JDBC adapter config parameters

The other way is you can use Proxies also.

Regards

Chilla..

Former Member
0 Kudos

Hi,

in your Integration Reporsitory goto SVC: SAP BASIS.

Sap delivers examples while installation!

Regards Mario

Former Member
0 Kudos

Hi,

Plz provide ur email id, so that i can forward step by step scenario.

regards

Former Member
0 Kudos

Hi Vijaya

thaks

my mail id is rohanpatelbeit@rediffmail.com

rohan_gujarat@rediffmail.com

-RP

Shabarish_Nair
Active Contributor
0 Kudos

Sender JDBC scenario -

/people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter

Receiver JDBC scenario - /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn

prabhu_s2
Active Contributor
0 Kudos

also check with <a href="/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30(r3)-jdbc scenario</a>