2020 Oct 09 7:53 AM
Hi.
i'm developing CDS view and i need to use timestamp fied in WHERE clause or in JOIN tabels. i need it to be equal to curtain value. e.g. " where field1 = 99993112235959" but when i do it i get errror like this: "Value of literal (-)99991231235959 is greater than a 4-byte integer" . thing is that in table this field value is 99993112235959, if i use this field in select it's 99993112235959(or another but with same length)
2020 Oct 09 9:58 AM
Did you check the following SAP note, are you on an ABAP version lower than ABAP 751?
Solution:
PS: Searching by the errors content "Value of literal is greater than a 4-byte integer" would have led you to the above mentioned note.