I have a simple CDS view. When I execute it, I have the error invalid format (return table) row number 1 property name
.
I think I need to cast the date to string or char type, but there's this syntax error:
CAST DOGUM_TARIHI on type CHAR: Length information of target type is missing
Here is my code:
define view ZUMBS_CDS008
as select from zumhr_ddl001 as hr {
personel_numarasi,
personel_adi,
cast(dogum_tarihi as abap.char) as te33 //<== error at this line
} group by personel_numarasi,personel_adi,dogum_tarihi