cancel
Showing results for 
Search instead for 
Did you mean: 

how to solve SYSTEM_IMODE_TOO_LARGE

Former Member
0 Kudos

job is failing due to "SYSTEM_IMODE_TOO_LARGE" error,

can you suggest me how to solve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the job and associated abap program.

Discuss with functional/developer and then search the note on OSS.

It is very generic and common error and you will get many notes specific to it.

Hope it will help you

Thanks

Amit

Former Member
0 Kudos

Hello,

Try read the oss notes :Note 548845 - Internal modes uses more than 2 GB,

this deppending the your system requarement and aplied this,

the profile parameter is called abap/max_imode and has two possible

values: "two_gb" and "four_gb". Set it to "four_gb" in order to apply

note 548845.

System restart is required.

Hope will help,

Chris,

Answers (1)

Answers (1)

ImtiazKaredia
Active Contributor
0 Kudos

Hi,

This error means you are running out of memory. Check your memory parameter setting based on your OS and SAP Version.

You can find notes on recommendations.

If the program giving this dump is customized program ask your developer for possibility of tuning it. Can the data selection be restricted.

Can you run this job in parts check for this possibility. For e.g.: you can run job for one company code at a time.