Application Development 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: 

DB Connect and Database Views

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Chek out these two links.

It would be helpful:

Regards,

Anjali

3 REPLIES 3

Former Member
0 Kudos

Hi,

Chek out these two links.

It would be helpful:

Regards,

Anjali

Former Member
0 Kudos

hi Matt,

search forum for this

i have seen many threads on this.

regards.

Former Member
0 Kudos

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