cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible to create a database view using outer join?

Former Member
0 Likes
214

Dear Experts,

I am working on creating a database view for a generic extraction.

It turns out that the database view created through an inner join is not enough to cover the requirement.

Is it possible that I can create a database view using outer join?

Is there any althernative way to resolve this problem?

Thanks and appreciated.

Arthur

View Entire Topic
Former Member
0 Likes

Dear Arthur,

Do You want to connect a NON SAP System ?

If You wan't to Connect a NON SAP System You create a View with an Outer Join

in the Sourcesystem in the native SQL of the source system and than You access

this view with DB Connect.

Best Martin