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

Connection to MS SQL Server from SAP system based on Linux OS

Former Member
0 Likes
367

Dear Gurus,

I have to connect to a remote MS SQL Server from my SAP system based on Linux Operating System.

I have installed JDBC drivers on the MS SQL Server as Linux based SAP doesnot connect to MS SQL Server directly.

But I donot know how to connect using ABAP.

I understand that if my SAP OS was Windows , this would have been simple but my case is different

as it is Linux . I donot know how to leverage the drivers in this case.

Kindly help .

Regards,

Shweta.

1 REPLY 1
Read only

Former Member
0 Likes
322

I did something like that some years ago.

I think taht you can execute your SELECT statements only using OPEN FETCH and CLOSE statements.

If the problem is the access to the DB, I remember a table (but not it's name) where every DB must be listed with relative driver.

Sorry about the tablke name but I really do not remember.

Hope to be helpfully anyway.