cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP - Parameterized CDS - Casting the input field

thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I have CDS to fetch data from table PLMM_AUDIT with parameter as GUID (key field).

In the UI, I pass only External format of the GUID, but that External format is not accepted by the CDS. It always expects Internal format.

How to solve this issue. Any suggestion.

Thanks,

Thiyagarajan

aoyang
Contributor

What is the UI you are displaying the data? Is it Data preview in Eclipse or SE16N/SE16H in SAP GUI?

Please also share your CDS view code.

Föß
Active Participant
0 Kudos

Hi,

what do you mean with external / internal format of a guid? Do you mean guid raw 16 and guid char 32?

lgf

thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

johann.fleitner2

yes it is guid field.

View Entire Topic
thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi aocheng

,This is a FIORI KPI Report Thanks.