Application Development and Automation 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: 
Read only

DATABASE LINK FOR SQL SERVER

Former Member
0 Likes
666

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
Read only

Former Member
0 Likes
598

Hi!

See OSS notes 178949 and 738371.

Regards,

Maxim.

3 REPLIES 3
Read only

Former Member
0 Likes
599

Hi!

See OSS notes 178949 and 738371.

Regards,

Maxim.

Read only

0 Likes
598

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

Read only

0 Likes
598

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.