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

Error message SYSTEM_IMODE_TOO_LARGE

Former Member
0 Likes
370

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

2 REPLIES 2
Read only

Former Member
0 Likes
333

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 ..

Read only

Former Member
0 Likes
333

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