Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DATABASE LINK FOR SQL SERVER

Former Member
0 Kudos
140

Hi all,

We are running SAP 4.7C with oracle database. For other oracle (non-sap) we are using DBCO to get/put data. Now we have to do the same in SQL server also. In addition to SAP standard table we are sending data of customer table (Z & Y series). Can anybody guide me how to send / receive data using bapi/rfc or some other method.

regards

balakumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

Hi!

See OSS notes 178949 and 738371.

Regards,

Maxim.

3 REPLIES 3

Former Member
0 Kudos
73

Hi!

See OSS notes 178949 and 738371.

Regards,

Maxim.

0 Kudos
72

Thanks Maxim,

I have gone thru the notes. But both the notes are insisting the OS should be window base. But we are using unix base oracle not window base.

Regards

balakumar

0 Kudos
72

Hi!

For using native-SQL with MSSQL database you have to make your database requests from application server resides on windows platform. So, your basis people have to set up one more windows-based application server instance. There is no impact on backend R/3 database.

Regards,

Maxim.