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

Overflow

Former Member
0 Likes
279

I have a report that sums stock and if it is greater than or equal to six digits the quantity overflows.

Any idea as to how to prevent the quantity from overflow.

1 REPLY 1
Read only

Former Member
0 Likes
258

Hi

All Qty fields in SAP are maintained as 13 length with 3 decimals.

sp declare as per Std Qty fields.

All Type I,P and F fields (qty or Curr) when the field length is not sufficient they overflow.

Reward points if useful

Regards

Anji