Application Development and Automation 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: 
Read only

Numeric Overflow error at runtime while data preview in CDS

shiromani_soni1
Active Participant
0 Likes
1,943

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
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,212

What is your question?

Read only

shiromani_soni1
Active Participant
0 Likes
1,212

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.