on ‎2008 Feb 21 8:10 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arthur,
Outer joins are not possible with DB views. Alternate is to create a FM datasource. In the FM, you can write the select statement with an outer join. Hope this makes sense.
Thanks and Regards
Subray Hegde
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.