ABAP Runtime Errors

SYSTEM_EG_ALLOCATION_ERROR SAP ABAP Runtime Error system eg allocation error







SYSTEM_EG_ALLOCATION_ERROR is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: O - Resource Shortage

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


SYSTEM_EG_ALLOCATION_ERROR ABAP Runtime Error

Increase the value of the profile parameter em/global_area_MB. You can use this parameter to adjust the size of the EG memory.

5. Attach the file mm.dump from the work directory (DIR_HOME) to your error message. 5. Include the file mm.dump from the work directory (DIR_HOME) in your error message. Memory request in the EG memory could not be met. Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.

There is not enough successional memory available in the EG memory to meet the requirement of <runtime parameter> bytes. Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.