Hi,
I am working on extending a standard SAP Gateway service for PO/PR tracking. The project name is SRA020_PO_TRACKING. When I perform a consistency check on the project I receive several model binding errors. Upon checking other Gateway projects for Fiori, I find the same kind of errors.
Some examples are:
- Conversion error possible; ABAP type is more restrictive
- ABAP type ' (STRING)' not applicable with EDM core type 'Edm.Boolean'
- Conversion error possible; EDM type is more restrictive
- ABAP type 'BBMNG (PACKED[13,3])' not applicable with EDM core type 'Edm.Float'
- ABAP type 'EINDT (DATE)' not applicable with EDM core type 'Edm.String'
- ABAP type 'STRINGVAL (STRING)' not applicable with EDM core type 'Edm.Float'
There must be something else wrong rather than the standard code/configuration being incorrect. Has anyone encountered this issue?
Thank you in advance.