cancel
Showing results for 
Search instead for 
Did you mean: 

Changing values for parameters

Former Member
0 Kudos

Hi,

I want to change parameter for two profiles abap/programs and abap/buffersize.

The current value for this is 100 and 150000 respectively.

What should be the value in case I want to run programs RSTABLESIZE and RSSPACECHECK.

Thanks

Parvez Khan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Parvez,

Which ABAP dump you are getting?

Pls increase abap/buffersize only and that too in steps as this parameter will affect other shared memory pool sizing parameter and oversizing may give dumps like PXA_NO_SHARED_MEMORY

Hope this is useful

Regards

Umesh

Former Member
0 Kudos

Hi Parvez,

Increase only the abap/buffersize=400000

regards,

Vinodh.

Former Member
0 Kudos

Vinodh,

Thanks for the help, can you please tell me the steps to increase the parameter value.

Thanks

Parvez Khan

Former Member
0 Kudos

Hi

Follow the steps,

1. Execute RZ10 transaction

2. Select the Instance profile

3. Search by the parameter name and double click on the parameter name

4. Click on the Change button

5. Change the parameter value that you have decided

6. Click on Copy to create the new version of the profile

7. Save and activate the new profile version

8. Restart the instance to make the new profile version in to action.

9. If you have problems with the new version, activate the old version and restart the instance.

regards,

Vinodh.