Do you have any question about this error?
Message type: E = Error
Message class: BL - Application Log
Message number: 273
Message text: COMMIT counter was set to 100
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.
The SAP error message BL273, which states "COMMIT counter was set to 100," typically occurs in the context of batch input sessions or when processing large volumes of data. This message indicates that the system has reached a predefined limit for the number of database commits that can be processed in a single batch input session.
Cause:
- Batch Input Sessions: When processing data in batch input sessions, SAP uses a commit counter to manage how many records can be processed before a commit is executed. The default value for this counter is often set to 100.
- Performance Optimization: The commit counter is designed to optimize performance and ensure that the system does not become overloaded with too many uncommitted changes, which could lead to performance degradation or even system instability.
Solution:
- Adjust the Commit Counter: If you frequently encounter this error and need to process more records in a single session, you can adjust the commit counter. This can be done by changing the settings in the batch input session or the program that is executing the batch input.
- You can set the commit counter to a higher value, but be cautious as this may impact system performance.
- Split the Batch Input: If adjusting the commit counter is not feasible or does not resolve the issue, consider splitting the batch input into smaller sessions. This way, each session will process fewer records, thus avoiding the commit limit.
- Review Batch Input Program: If you are using a custom program for batch input, review the code to ensure that it is handling commits appropriately and not exceeding the limits set by the system.
Related Information:
SM35
to monitor and manage batch input sessions.The BL273 error is a common issue when dealing with batch input sessions in SAP. By adjusting the commit counter or splitting the input into smaller batches, you can effectively manage this error and ensure smooth processing of your data. Always consider the performance implications of any changes you make.
Get instant SAP help. Start your 7-day free trial now.
Feature | Free Access | Free Trial |
---|---|---|
Basic SAP error explanation | ![]() |
![]() |
Step-by-Step Usage Guide | ![]() |
![]() |
Interactive SAP Coach Assistance | ![]() |
![]() |
AI Troubleshooting for T-Code Errors | ![]() |
![]() |
BL272 Number of logs per background job was set to 1000
Self-Explanatory Message Since SAP believes that this specific error message is ...
BL271 Periodic background job scheduled
Self-Explanatory Message Since SAP believes that this specific error message is ...
BL274 Database commit done every &1 logs
Self-Explanatory Message Since SAP believes that this specific error message is ...
BL300 ******** Messages for example programs *****************************
Self-Explanatory Message Since SAP believes that this specific error message is ...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.