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 error

Former Member
0 Likes
522

Hi,

I am getting an overflow error at a read table command ?

read table itab into wa index lv_nr.

What can be the reason for it ?

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi,

Check the value in the variable lv_nr.

.

Is any record present at that index in the internal table?

Regards,

Ankur Parab

3 REPLIES 3
Read only

Former Member
0 Likes
486

hi,

did the table itab has that many records which u give as index number(lv_nr).

check it in deburg mode, how many entries in the itab and wht value lv_nr contains.

if lv_nr is higher then table entries than it may give error.

thanq,

rajesh.k

Read only

Former Member
0 Likes
487

Hi,

Check the value in the variable lv_nr.

.

Is any record present at that index in the internal table?

Regards,

Ankur Parab

Read only

former_member219399
Active Participant
0 Likes
486

Hi,

Please check whether the work area and Itab have same structure.

If in the Itab you have a field of more length than that in wa, with same name you may get this short dump.

With regards,

Vamsi