cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Conversion exit in ABAP RESTful Programming Model - Need Solution

2,356

Area - ABPA RESTful Programming model.

I created CDS view with below fields. Data element behind the attributes have the conversion exit.

Because of the Conversion exit, my service Binding Preview tool, is not loading the application.

So I checked the transaction code /IWBEP/ERROR_LOG. I have error Message, Conversion exit not allowed for entity attribte << attribute name >>.

But I need the attribute, should be shown on my application.

Attribute use the Standard data element Domain.

Example : PS_PSPID ( Domain )

/BOBF/TIMESTAMP ( Domain )

View Entire Topic
StarDev
Participant
0 Likes

Hi. Could you try doing a casting of the field to Timestamp field in the wrapper CDS. Might help.

cast(zfield as timestamp) as zfield.