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

How to use CL_SQL_STATEMENT for dynamic tables?

Former Member
0 Likes
1,251

Hi,

How to use CL_SQL_STATEMENT for dynamic tables which is from an extrernal database?

Regards,

Arun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

Hello Arun,

Refer to the [CL_SQL_STATEMENT|http://help.sap.com/abapdocu_70/en/ABENCL_SQL_STATEMENT.htm] for more information on how to execute database calls.

Hope this resolves your problem!

Thanks,

-Augustin.

Search SDN Before you POST !!

2 REPLIES 2
Read only

Former Member
0 Likes
716

Hello Arun,

Refer to the [CL_SQL_STATEMENT|http://help.sap.com/abapdocu_70/en/ABENCL_SQL_STATEMENT.htm] for more information on how to execute database calls.

Hope this resolves your problem!

Thanks,

-Augustin.

Search SDN Before you POST !!

Read only

Former Member
0 Likes
715

Halo Arun,

You have so many ADBC* programs within SAP itself . Just go to SE38 and see one of the examples

you will get a clear idea of how to use the CL_SQL_STATEMENT classes