Do you have any question about this error?
Message type: E = Error
Message class: CTLG_ITM_MNG_MSG_CL - Manage Catalog Items
Message number: 013
Message text: Price per unit cannot have more than one decimal point
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 CTLG_ITM_MNG_MSG_CL013 indicates that there is an issue with the price per unit in a transaction, specifically that it cannot have more than one decimal point. This error typically arises in scenarios where pricing information is being entered or processed, such as in sales orders, purchase orders, or inventory management.
Cause:
The error is caused by the input of a price that contains more than one decimal point. For example, entering a price like
12.34.56
or12.34.5
would trigger this error. SAP expects the price to be formatted correctly, typically with a single decimal point followed by the appropriate number of decimal places (e.g.,12.34
).Solution:
To resolve this error, you should:
Check the Input: Review the price per unit that you are trying to enter. Ensure that it contains only one decimal point and is formatted correctly. For example, it should be in the format
XX.XX
(where X is a digit).Correct the Format: If you find that the price has been entered incorrectly, correct it to ensure it follows the proper format. For instance, if the price is
12.34.56
, change it to12.34
.Review Configuration: If this error occurs frequently, it may be worth reviewing the configuration settings in SAP related to pricing. Ensure that the decimal places allowed for currency and pricing are set correctly in the system.
Test the Changes: After making the necessary corrections, try to save or process the transaction again to see if the error persists.
Related Information:
Decimal Places Configuration: In SAP, the number of decimal places for currency and pricing can be configured in the system settings. This is typically done in the transaction code OB08 (for currency settings) or through the relevant configuration paths in the SAP IMG (Implementation Guide).
Data Validation: Implementing data validation checks in user input forms can help prevent this error from occurring in the first place. This can be done through user exits or enhancements.
User Training: Providing training to users on how to correctly enter pricing information can also help reduce the occurrence of this error.
If the issue persists after following these steps, it may be beneficial to consult with your SAP support team or refer to SAP documentation for further troubleshooting.
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 | ![]() |
![]() |
CTLG_ITM_MNG_MSG_CL012 Enter a valid Currency Code
Self-Explanatory Message Since SAP believes that this specific error message is ...
CTLG_ITM_MNG_MSG_CL011 Failed to update the Catalog Item
Self-Explanatory Message Since SAP believes that this specific error message is ...
CTLG_ITM_MNG_MSG_CL014 Selected Contract has been deleted. Enter a valid Purchase Contract
Self-Explanatory Message Since SAP believes that this specific error message is ...
CTLG_ITM_MNG_MSG_CL015 Selected Contract Item has been deleted. Enter a valid Contract Item
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.