Hi experts!
I have a CDS View with parameter that i want to publish as an oData service.
My view have two parameters:
- GJAHR:GJAHR --> CHAR 04
- AFABE:AFABE_D --> CHAR 02
How i publish this CDS View in SEGW?
When i used an import by reference, it recognize the parameters, but when generating the class, i have an error (the class is generated with a blank type).
Ex.:
TYPES:
BEGIN OF tt_zcds_parameters.
INCLUDE TYPE . "no type is specified, and this generated an error in the class activating
Thanks!
Matheus Goulart