ABAP Runtime Errors

INCL_NOT_ENOUGH_PXA SAP ABAP Runtime Error incl not enough pxa







INCL_NOT_ENOUGH_PXA 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: & - Text Include (no Short Dump, only Text Module)

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.


INCL_NOT_ENOUGH_PXA ABAP Runtime Error

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

Include: PXA too small. Since this might be just a temporary bottleneck, you should try to restart the program.

Ask your system administrator to increase the size of the area (PXA) used to store ABAP programs. The PXA ('program execution area') was too small to hold all currently active programs for all users.
The size of the PXA is currently set at <runtime parameter> Kbytes. The largest coherent and unlocked storage block was <runtime parameter> bytes in size. Every ABAP program to be executed, together with the data types required by it in the Data Dictionary, are stored centrally.
This area is shared by all users.
This area was too small to hold all currently active programs for all users.