Dear SAP Experts,
We are using CDS views I_TimeSheetRecordLongText in SAP S4HANA Cloud. The field PlainLongText is of type string. We have to split the field and send only 250 characters in one field.
When we are using string functions in the calculated field we get the following error
"Function CAST: Type STRING of Parameter 1 not supported ( ACCP CHAR CLNT CUKY LANG RAW UNIT NUMC DEC INT1 IN )"
We have used substring, Ltrim, and Rtrim casting (but casting to abap.char is not available in the cloud) and getting the same error.
Please let me know if we can achieve this requirement using any other functions.
Thanks & Regards
Pavan M