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

DB Connect and Database Views

Former Member
0 Likes
760

Hello,

I am writing a function module to access an external Oracle database that has been defined in our ABAP system using DBConnect.

I would like to use Open SQL instead of Native SQL to access the data in the remote table. Is this possible? I believe that in order to do this, a view of the remote table would have to be defined in the ABAP data dictionary via SE11, but I am unable to do this.

Does anyone know if this is possible, or am I required to use Native SQL when accessing an external database?

Regards,

-Matt Schababerle

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

Hi,

Chek out these two links.

It would be helpful:

Regards,

Anjali

Hi,

Chek out these two links.

It would be helpful:

Regards,

Anjali

3 REPLIES 3
Read only

Former Member
0 Likes
631

Hi,

Chek out these two links.

It would be helpful:

Regards,

Anjali

Read only

Former Member
0 Likes
630

hi Matt,

search forum for this

i have seen many threads on this.

regards.

Read only

Former Member
0 Likes
630

Thanks very much! I looked for threads on native SQL, but did not search past the begining of this year. The link was exactly what i was looking for!

-Matt