ABAP Runtime Errors

REFRESH_NO_SHORT_MEMORY SAP ABAP Runtime Error refresh no short memory







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


REFRESH_NO_SHORT_MEMORY ABAP Runtime Error

You may need to change the temporary storage space setting in the SAP profile. Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

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

No temporary storage of length <runtime parameter> available for REFRESH. statement. Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.

The size of the temporary storage space available may be too small. Please see memory size for more details about the possible cause of this runtime error and how it could be avoided.

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

The program <runtime parameter> attempted to execute the REFRESH .. FROM SELECT-OPTIONS statement, but the temporary storage space required for this was unavailable. Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.