2009 Jun 10 8:40 AM
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
2009 Jun 10 8:46 AM
Hi,
Check the value in the variable lv_nr.
.
Is any record present at that index in the internal table?
Regards,
Ankur Parab
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
2009 Jun 10 8:45 AM
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
2009 Jun 10 8:46 AM
Hi,
Check the value in the variable lv_nr.
.
Is any record present at that index in the internal table?
Regards,
Ankur Parab
2009 Jun 10 9:18 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |