cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in handling Date field

AshwinDutt
Active Contributor
0 Kudos

Hello Experts,

In order to handle the 'date filed' i have used 'Edm Core Type' as 'Edm.DateTime' as shown below.

In the 'ABAP Type Editor' i have used '/BI0/OIDATE' as type which is provided by Gateway itself.

When backend returns the date filed with values ( for example '20130303' ) my service is not dumping and is working fine as shown below.

I am facing the below issues.

Issues :

1.     I am getting the below error when the backend returns the date filed with value '00000000'.

2.     I am getting the same above error when date filed is ' ' .

Kindly suggest solution for the above issue and guide if anything is wrong.

Immediately help is very much appreciated as i have already spent much time on this

Regards,

Ashwin

View Entire Topic
0 Kudos

Hi,

You are going to get entity data, after getting record your date field contain no value so you need to make your date field nullable.

Thank you.