2006 Mar 16 3:27 PM
the epc check shows an dump error of this kind.
Indirect Index Access to Internal Table T_PA0169
Outside a LOOP, this causes a short dump.
THE CODE IS.
if t_pa0169-endda eq '99991231'.
append t_pa0169 to t_change169.
delete t_pa0169.
clear t_pa0169.the same code exists in old version 4.6c WHERE THERE IS NO ERROR to but in new version 6.4 it shows an error.
sugest me any remedies.
thanks,
raj
2006 Mar 16 3:33 PM
Maybe you should add an index to <b>delete t_pa0169.</b>
delete t_pa0169 where ennda eq '99991231'.
or
delete t_pa0169 index w_tabix. "If you know the line number.
Greetings,
Blag.
the epc check shows an dump error of this kind.
Indirect Index Access to Internal Table T_PA0169
Outside a LOOP, this causes a short dump.
THE CODE IS.
if t_pa0169-endda eq '99991231'.
append t_pa0169 to t_change169.
delete t_pa0169.
clear t_pa0169.the same code exists in old version 4.6c WHERE THERE IS NO ERROR to but in new version 6.4 it shows an error.
sugest me any remedies.
thanks,
raj
2006 Mar 16 3:33 PM
Please provide the code just above this IF statement.
Also the data defs of tables - t_pa0169 and t_change169
2006 Mar 16 3:33 PM
Maybe you should add an index to <b>delete t_pa0169.</b>
delete t_pa0169 where ennda eq '99991231'.
or
delete t_pa0169 index w_tabix. "If you know the line number.
Greetings,
Blag.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |