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

Connecting To External database

Former Member
0 Likes
280

Hi Friends,

Is there any options connecting to Non Sap Database through ABAP Report.

If we can connect to any other database(nonsap) what syntax or how should we write the coding

Regards

Kumar M

1 REPLY 1
Read only

Former Member
0 Likes
262

Hi,

Use NATIVE SQL commads to fetch data from other database servers. This statements can be written in abap programs.

Check NATIVE SQL help.