‎2012 Oct 13 12:18 PM
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 ?
‎2012 Oct 13 12:32 PM
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.
‎2012 Oct 13 12:32 PM
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.
‎2012 Oct 13 1:07 PM
Dear ALL,
can u please explain step by step how to data retrive from sap to sql through RFC