I have an OData service that returns some DateTime values. They are stored in a table in Backend as TIMESTAMPL(with some other data).
Now there is a value of '20160630084459.5000'. From MOVE-CORRESPONDINGto 'et_entityset' where it is 'TIMESTAMP'. Due to rounding, it gets' 20160630084460 ', since the seconds must be between' 00 'and '59', this is not a valid return value.
My main problem is that my table has a lot of records, so I need an efficient way to fix this error.
Invalid timestamp was a typo, thanks
source
share