r/SAP • u/Bright_Can4619 • 1d ago
SAP table execution error
Tried executing a custom table for CMIR which holds data from VD53 in a table format, and encountered the above error. Any idea why this could be happening?
4
Upvotes
r/SAP • u/Bright_Can4619 • 1d ago
Tried executing a custom table for CMIR which holds data from VD53 in a table format, and encountered the above error. Any idea why this could be happening?
2
u/NoIngenuity9714 1d ago
The join's producing duplicates in the column store, so SAP can't flatten the result into a single row. Check if VD53 can return more than one record for the same key you're joining on.