Alexander
- Probability for duplicate entries will be there in such joins.
- It is due to we join it as system proposes. Means we need to understand the table data in relation to the adjoining tables.
- When we have that idea, then few more joins lines to be drawn manually.
- In case you so not know these additional joins, then there are ways in Infoset Query, but not in SQVI.
- SQVI limitations will force you here to go for Infoset Query where you can give a check statement which removes the duplicates.
- Means in the duplicate rows you need to look for such a field where values will be different and one of which is your desired line.
- So, you give a Check statement to remove the line with wrong field value.
- You can as well go for ABAP report.
Good luck
KJogeswaraRao