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

fetching data from sap to sql server

Former Member
0 Likes
547

fetching data from sap  to sql server

       

Dear all,

as we are implementing(.net) bar code in our organisation they want to fetch data from sap to sql server ,

how can we get data from sap to sql ?

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
506

Hi,

Like JAVA- JDBC(java database connectivity),here we can use ABAP -ADBC For this

Sap document help u for this

http://help.sap.com/abapdocu_702/en/abenadbc.htm

U have to use Native Sql ,not Open SQL

Hope this thread will help u regarding this

http://scn.sap.com/thread/900731

Thanks

Gourav.

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
507

Hi,

Like JAVA- JDBC(java database connectivity),here we can use ABAP -ADBC For this

Sap document help u for this

http://help.sap.com/abapdocu_702/en/abenadbc.htm

U have to use Native Sql ,not Open SQL

Hope this thread will help u regarding this

http://scn.sap.com/thread/900731

Thanks

Gourav.

Read only

0 Likes
506

Dear ALL,

can u please explain step by step  how to data retrive  from sap to sql through RFC