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

Accessing MS-SQL Server and Uploading Date to an ABAP programme

Former Member
0 Likes
323

Hallo,

I need to access, upload and process Data from an MS-SQL Server out of an ABAP Prog. Can anyone give me a tip how this might be done. I have tried ODBC but don't get anywhere.

Many thanks in advance.

Mike

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
263

Hi,

you can try with Native SQL. By default, native SQL connects to SAP database but you can change it using command CONNECT. You will have to maintain a configuration record in the table DBCON for your connection. Search ABAP documentation for more info.

Cheers