cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, I have an issue with a generic extractor based on views.

Former Member
0 Kudos

Currently I am using a database view on two tables. But I want to have a left outer join instead of inner join. Any solutions on this??

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186445
Active Contributor
0 Kudos

create the extractor based on the left table. retrieve the fields of the other table via an user-exit

M.

FCI
Active Contributor
0 Kudos

One way will be to create a CDS view (where a left outer join feature is available) and build an ODP dataSource on top of it.

Regards,

Frederic