Do you have any question about this error?
Message type: E = Error
Message class: RT - Monitoring infrastructure MSG and alert texts
Message number: 427
Message text: Currently used roll area [KB]
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.
RT427
- Currently used roll area [KB] ?The SAP error message RT427 indicates that the currently used roll area has exceeded its allocated size. This typically occurs when the roll area, which is a memory space used by the SAP system to store user context and data during program execution, is insufficient for the current workload or user session.
Cause:
- Insufficient Roll Area Size: The roll area size may be set too low for the current workload or the number of users.
- High Memory Consumption: Certain transactions or programs may consume more memory than usual, leading to the roll area being filled quickly.
- Long-Running Transactions: Transactions that take a long time to complete may hold onto memory longer than expected.
- Configuration Issues: Incorrect configuration settings in the SAP system can lead to inadequate memory allocation.
Solution:
Increase Roll Area Size:
- You can increase the roll area size by adjusting the profile parameters in the SAP system. The relevant parameters are:
rdisp/roll_area
- This parameter defines the size of the roll area.rdisp/roll_max
- This parameter sets the maximum size of the roll area.- To change these parameters, you can use transaction
RZ10
to edit the instance profile and then restart the SAP instance for the changes to take effect.Monitor Memory Usage:
- Use transaction
SM04
to monitor user sessions and their memory consumption. Identify any sessions that are consuming excessive memory and investigate the cause.Optimize Programs:
- Review and optimize any custom programs or transactions that may be consuming excessive memory. This may involve code optimization or breaking down large transactions into smaller, more manageable ones.
Check for Memory Leaks:
- Investigate if there are any memory leaks in custom ABAP programs or third-party add-ons that could be causing excessive memory usage.
Review System Configuration:
- Ensure that the overall system configuration is appropriate for the expected workload. This includes checking the settings for the instance and database.
Consult SAP Notes:
- Check the SAP Support Portal for any relevant SAP Notes that may address this specific error or provide additional guidance.
Related Information:
Transaction Codes:
RZ10
: To change instance profile parameters.SM04
: To monitor user sessions.ST02
: To check buffer and memory statistics.SM50
: To monitor active processes and their memory usage.SAP Documentation: Refer to the official SAP documentation for detailed information on memory management and configuration settings.
Performance Tuning: Regularly perform system performance tuning to ensure optimal memory usage and system responsiveness.
By following these steps, you should be able to resolve the RT427 error and improve the overall performance of your SAP system.
Get instant SAP help. Start your 7-day free trial now.
RT426
Maximum Load of roll area [KB] since system start
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RT425
Update requests with errors
How to fix this error? Investigate the requests with errors in transaction <DS:TRAN.SM13>SM13 </> (Update Management). You can find detai...
RT428
Currently used roll area [%]
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RT429
Maxmimum paging area load [KB] since system start
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.