Hello All,
I am filtering MARA data with selection criteria
Select * from MARA where (MTART = 'UNBW' OR MTART = 'VERP') AND (SPART = '00')
I made entry in DMC_ACSPL_SELECT table as
But job is going into error "Batch job for access plan calculation in sender system ended with errors"
And in source system, the short dump is specifying error for dynamic selection criteria.
"The reason for the exception is:
An Open SQL clause was specified dynamically. The contained field name
")" does not exist in any of the database tables from the FROM clause."
Looks like there is something wrong in my selection criteria (DMC_ACSPL_SELECT).
- Please can you point me where I am wrong here.
- Also, when I am using parallel approach even with 1 filter option, the complete data is getting loaded without any filter. Any thought on this?
Regards
BJ