ABAP Runtime Errors

GEN_NO_MEMORY SAP ABAP Runtime Error gen no memory







GEN_NO_MEMORY 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: A - ABAP Programming Error

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.


GEN_NO_MEMORY ABAP Runtime Error

Try to split your program into smaller units that call each other via external PERFORMs or CALL FUNCTIONs. No memory of length <runtime parameter> available for generation. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Please see not enough roll for more details about the possible cause of this runtime error and how it could be avoided.

*** Note ***
On servers with 8-byte pointers, large SAP programs can need up to 16 MB of memory for generation (OSF1, DEC Alpha). An attempt was made to create memory space of length <runtime parameter> for generation area <runtime parameter>. This memory was not available though. Please see memory size for more details about the possible cause of this runtime error and how it could be avoided.

Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.