‎2008 May 29 3:25 PM
Hi All,
I have one job which runs daily and extracts the data from GLPCA table ans sends it to Legacy system.
Since last couple of days this job is getting cancelled with error message SYSTEM_IMODE_TOO_LARGE.
I guess this is becasue of the huge data its picking up from GLPCA table.
Please suggest me how to get rid of this error.
Its Urgent.
Any pointers are apprcitaed.
NOTE: I AM USING 4.6C VERSION OF SAP.
-Sanjay
‎2008 May 29 3:28 PM
I think UR getting data from table GLPCA into an internal table
This might be exceeding 2GB of data .. and hence the error.
Consult your basis team to increase the capacity to 4GB but
which is not recommended ..
‎2008 May 29 3:28 PM
Hi,
See OSS Note 548845.
".... According to note 548845, their session is trying to use more than 2GB of memory. We are on 4.6C and the only way to get around this seems to be to change the profile parameters ztta/roll_extension and abap/heap_area_nondia to allow sessions to use 4GB of memory...... "
Regards
Kiran Sure
Edited by: Kiran Sure(skk) on May 29, 2008 7:59 PM