cancel
Showing results for 
Search instead for 
Did you mean: 

Database Link beetwen SAP e SQL SERVER

Former Member
0 Kudos

Hi Gurus,

i need to read a table in SQL server, from a WebDynpro abap.

My OS is Unix not windows, how can i create a DBLINK to SQL server (for example es a Oracle system), is it possible?

thanks a lot.

Claudio.

Accepted Solutions (0)

Answers (3)

Answers (3)

waldir_ortega
Discoverer
0 Kudos

Hello,

To do that, configure UD Connect.

Google it and you find a very helpful document about.

[]s

Waldir

Former Member
0 Kudos

Hi Claudio,

Have you had a look at any SAP connectors, its note quite what your after, but it could be a possibility.

https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000719347&;

Regards

James

Edited by: James Ibbotson on Aug 27, 2009 5:28 PM

markus_doehr2
Active Contributor
0 Kudos

> i need to read a table in SQL server, from a WebDynpro abap.

> My OS is Unix not windows, how can i create a DBLINK to SQL server (for example es a Oracle system), is it possible?

To connect an ABAP system to another database the following is necessary:

- a database client for the target database

- a database interface library for the target database

Since both are not existing on Unix for Microsoft SQL Server the only (supported) thing you can do is to install a Windows application server and execute the application there.

Markus