cancel
Showing results for 
Search instead for 
Did you mean: 

Run Time Error: PXA_NO_FREE_SPACE

Former Member
0 Kudos

Hello Experts,

While i am doing PGI ( Post Goods Issue ) i am facing Run Time Error.

In RZ10 we have increase ABAP/Buffer time from 150000 to 700000 still we are getting same error message.

Can anybody help me ASAP.

Thanks,

Laxman Kotte.

Accepted Solutions (0)

Answers (3)

Answers (3)

AnoopMayamkote
Participant
0 Kudos

Hi Laxman,

This error is caused by the Program buffer being too large for the available unfragmented memory Space.

There are a number of SAP Notes refering to this issue.

Thanks & Regards

Anoop Menon

Former Member
0 Kudos

Dear

you can see note

Note 147568

the sappfpar output contains the direct recommendation for tha shared memory segments, just search it through, you will find it.

If I were you I'd change the buffer sizes as follows (based on the swaps on your screenshot):

- rsdb/ntab/entrycount                            60000

- rsdb/ntab/ftabsize                              100000

- rsdb/ntab/irbdsize                                10000

- abap/buffersize                                1000000

- rsdb/cua/buffersize                              20000

- zcsa/presentation_buffer_area      20000000

- zcsa/table_buffer_area                  50000000

- rtbb/buffer_length                                15000

- rsdb/obj/buffersize                               50000

These are small buffers except the abap/buffersize so further increase won't cause too much memory consumption.

Regards

Former Member
0 Kudos

Go to ST22 to analyze the error and based on that, contact technical team if required.

Thanks

Former Member
0 Kudos

Hello Atul Padmakar,

Thanks for Quick Replay, I will try with ST22 and get back to you ASAP.

Thanks,

Laxman.