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

Native Sql

Former Member
0 Likes
400

hello experts ,

i want to transfer all the data from MS SQL View to an internal table . i am currently using EXEC SQL PERFORMING LOOP_OUTPUT to transfer the data line by line . Is there any other efficient way transfer all the data at one time ?

thanks and regards .

Vivek Soni

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
373

Hello Vivek,

SAP has provided standard classes for this. (ADBC - ABAP DataBase Connectivity).

You can refer to the program ADBC_DEMO for this.

BR,

Suhas

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
374

Hello Vivek,

SAP has provided standard classes for this. (ADBC - ABAP DataBase Connectivity).

You can refer to the program ADBC_DEMO for this.

BR,

Suhas