Hi Community,
I'm getting the following error while loading my data model:
Could not execute foreign key join: there are duplicates on both sides of the specified key relationship.
Table EKKO, key columns (MANDT, LIFNR), key ('011', '0000805024').
What is the recommended best practice for resolving this issue?
- Should the duplicate records be removed, or should the join relationship be adjusted?
- If removing duplicates is the preferred approach, how do you typically handle it? I have already identified the duplicate records, so the only remaining step would be how to delete them.
Thanks in advance for your insights and recommendations!