Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric Overflow error at runtime while data preview in CDS

shiromani_soni1
Active Participant
0 Kudos

Hi,

I have been working on CDS view and while doing UNION I am getting error as shown below for INT4 value.

I tried to do ABAP casting as well in order to handle the value if it is too large, however this is not the case, as table has only 4 values of length max 4 or 5 and even after casting the values same error occurs.

2 REPLIES 2

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is your question?

shiromani_soni1
Active Participant
0 Kudos

Question is how to resolve this error, casting is one of the approach which is not helping hence what could be the alternative way to get the Integer Value in data preview and not the error as shown above.