Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: 29 - Bills of Material
Message number: 837
Message text: No more roll storage available
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
29837
- No more roll storage available ?The SAP error message "29837 No more roll storage available" indicates that the system has run out of roll area memory. The roll area is a part of the SAP memory management system that is used to store data for user sessions, particularly for dialog processes. When the roll area is full, the system cannot allocate more memory for new user sessions, leading to this error.
Causes:
- Insufficient Roll Memory Configuration: The roll memory may not be configured with enough space to handle the current workload.
- High User Load: A sudden increase in the number of concurrent users or processes can exhaust the available roll memory.
- Long-Running Transactions: Transactions that take a long time to complete can consume roll memory and prevent it from being freed up for new sessions.
- Memory Leaks: Poorly designed custom programs or ABAP code can lead to memory leaks, consuming roll memory unnecessarily.
- System Configuration Issues: Incorrect settings in the instance profile or parameters related to memory management.
Solutions:
Increase Roll Memory Size:
- You can increase the roll memory size by adjusting the instance profile parameters. Look for the parameter
rdisp/roll_area
and increase its value. This can be done in the SAP GUI:
- Go to transaction
RZ10
(Edit Profile).- Select the appropriate profile and change the
rdisp/roll_area
parameter.- Save and restart the instance for the changes to take effect.
Monitor and Optimize User Sessions:
- Use transaction
SM04
to monitor active user sessions and identify any that are consuming excessive resources.- Encourage users to log off when they are done to free up roll memory.
Review Long-Running Transactions:
- Identify and optimize long-running transactions that may be holding onto roll memory for extended periods.
Check for Memory Leaks:
- Review custom ABAP programs for potential memory leaks. Use transaction
ST22
to check for dumps that may indicate issues.Adjust Other Memory Parameters:
- Review and adjust other related memory parameters such as
abap/heap_area_dia
andabap/heap_area_nondia
to ensure that the overall memory allocation is balanced.System Restart:
- In some cases, a system restart may temporarily alleviate the issue, but it is essential to address the underlying cause to prevent recurrence.
Related Information:
RZ10
: Profile maintenanceSM04
: User overviewST22
: Dump analysisSM50
: Process overviewBy addressing the root causes and implementing the suggested solutions, you can resolve the "No more roll storage available" error and improve the overall performance of your SAP system.
Get instant SAP help. Sign up for our Free Essentials Plan.
29836
Screen & & not found
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
29835
Internal error importing fields for screen & &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
29838
Possible entries cannot be displayed here
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
29839
No application server has been selected
What causes this issue? You want to copy BOM data from a sequential file to your SAP System. The sequential file can be stored on an application serv...
Click on this link to search all SAP messages.