cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid format for date in Odata

Former Member
0 Kudos

Hi

I have a date issue in my odata.

The error is:

Invalid format (return table): Row Number 1,  Property Name 'ZzKstromDato',  Property Value ''

It seems that even that my properties is set as nullable, I still got the error.

I have found this link, but that doesn't do the trick for me 😞

Anyone who will help me?

thanks

Lars

Accepted Solutions (1)

Accepted Solutions (1)

former_member183924
Active Participant
0 Kudos

Hi Lars,

I don't think you need to set type via 'ABAP Type Editor'. I didn't have used this editor and it's working fine for me. Output result in XML is this: <d:ZzKstromDato m:null="true"/>

Try to set 'Category' in ABAP Type Editor to null/empty and click OK.

--

Steffen

Answers (0)