2007 Sep 19 7:31 PM
hi all,
see the following declaration.,
data lt_zodpsshits like standard table of zodpsshits with header line.
while running the program , i get the run time error as ' increase memory for internal table(lt_zodpsshits)'.
plz. help me how to increase the memory for the above table lt_zodpsshits.
(either by 'occurs 0' or something else).
hi all,
see the following declaration.,
data lt_zodpsshits like standard table of zodpsshits with header line.
while running the program , i get the run time error as ' increase memory for internal table(lt_zodpsshits)'.
plz. help me how to increase the memory for the above table lt_zodpsshits.
(either by 'occurs 0' or something else).
2007 Sep 19 7:32 PM
I think it's saying that you have too many rows in the table. Try to keep only those that you need.
Rob
2007 Sep 19 7:37 PM
HI,
I think the program is getting too many records into the memory.. check with that...
Thanks
Mahesh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |