cancel
Showing results for 
Search instead for 
Did you mean: 

VL02N:Post Goods Issue Error: PXA_NO_FREE_SPACE

Former Member
0 Kudos

Hi gurus,

i am testing post goods issue under vl02n after posting&delivering a sales order with type OR. the ' PXA_NO_FREE_SPACE' error occured after my clicking post good issue.

PFB the error log, can anyone help to solve it out. TIA.



    No PXA storage space available at the moment.



What happened?
    The current ABAP/4 program had to be terminated because there
    was no space available to load it.

    Each ABAP/4 program to be executed is stored in a central
    storage area that is divided between all users.
    This area was too small to hold all currently active programs for all
    users.
    Resource bottleneck

    The current program "SAPMV50A" had to be terminated because
    a capacity limit has been reached.



What can you do?
    Since this could have resulted in 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 the ABAP/4 programs.

    Note which actions and input led to the error.

    For further help in handling the problem, contact your SAP administrator
    .

    You can use the ABAP dump analysis transaction ST22 to view and manage
    termination messages, in particular for long term reference.




Error analysis
    Unable to load a program of 1048576 bytes.
    The PXA ('program execution area') was too small to hold all
    currently active programs for all users.
    At present, the size of the PXA is set at 144868 Kbytes.
    The largest contiguous and unlocked memory chunk has 1014784 bytes.

How to correct the error
    The current size of the PXA was set at 144868 kilobytes.
    You can increase or decrease the PXA in the SAP profile. When
    doing this, please refer to the relevent instructions in the
    installation manual.

    You can use the utility program 'ipclimits' to display the
    available system resources.

    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:

    "PXA_NO_FREE_SPACE" " "
    "SAPMV50A" or "FV50XF0B_BELEG_SICHERN"
    "BELEG_SICHERN_POST"

    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File
    (Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".

    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.


any reponses will be awarded,

regards,

samson

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Check these links where the same issue was discussed

[PXA_NO_FREE_SPACE|http://www.sapfans.com/forums/viewtopic.php?f=12&t=304020&p=917783]

[PXA_NO_FREE_SPACE Error|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/pxa_no_free_space-error-858115]

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

former_member217082
Active Contributor
0 Kudos

Hi samson

The problem is the ABAP related data are not loaded properly. and it is telling that some extra space is required That is the reason ,system is getting dumped. when you are running some transaction.

You take help of BASIS consultant

Regards

Srinath

Former Member
0 Kudos

Hi Samson,

During large memory is required to transfer between the swap space and main memory , you are getting this error.

Please update with memory in case.

If you are using 32 bit operating system, system can allocate 4 Gb ram, Incase of 64 bit system you can avail for more memory space.

So please Check out with your basic consultant to resolve this issue.

Regards,

Swamy H P

Former Member
0 Kudos

Thanks for ur reply swamy, we have system with 8Gb RAM of 32-bit system. can you tell me which parameter should be adjusted in RZ11 to avoid this error in the future. Thanks a lot.