Solution : https://service.sap.com/sap/support/notes/1612416 (SAP Service marketplace login required)
Summary :
SAP Note highlights an issue in AS ABAP on DB2 (DB6) where field names in partition expressions are unquoted, leading to errors if special characters are present. Supported since SAP NetWeaver 7.00, this bug surfaces particularly with field names like '/abc/def'. The solution involves using addressed correction instructions or updating with suggested support packages. Particular syntax errors, such as "SQL0104N An unexpected token "/" was found...", indicate the problem with non-quoted field names in the partition expression, correctable by quoting the field names as shown in corrected excerpts.
Key words :
terms ibm db2 db6 luw table range partitioning expression sql0104 reason, symptom table partitioning, quoted field names, abap ddic coding, support packages mentioned, attached correction instruction, partitioning clause, partition expression, correct expression, sap netweaver 7
Related Notes :
1594952 | DB6: Length of a storage parameter line in SE14 |
1379362 | DB6: Support for partitioned tables in the ABAP DDIC |