cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase Buffer size

Former Member
0 Kudos

Hi,

How to increase ABAP Program buffer size and Table buffer size.

Points will be rewarded.

Thanks,

Vinayak

Accepted Solutions (1)

Accepted Solutions (1)

andreas_herzog
Active Contributor
0 Kudos

use transaction rz10 and load the appropriate profile (SID_DVEBMGS); chose/edit abap/buffersize and set the value accordingly...which table buffer are you thinking of? single record? generic key? table definition? maybe you should check on st02...

GreetZ, AH

Former Member
0 Kudos

Hi,

does this require a system restart

Thanks,

Vinayak

andreas_herzog
Active Contributor
0 Kudos

yes...you will have to restart the sap system...

GreetZ, AH

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

if lucky, you can change these values dynamically using tcode RZ11.

andreas_herzog
Active Contributor
0 Kudos

...but only until the sap system is next started...

GreetZ, AH

former_member204746
Active Contributor
0 Kudos

with RZ11, it may be dynamically changeable.

for permanent change, RZ!0 is needed.

Former Member
0 Kudos

most buffers can not be extended dynamically.

you have to restart the app-server in order to use the new values.

Peter