Do you have any question about this error?
Message type: E = Error
Message class: AXT_MODEL -
Message number: 079
Message text: Field &3: length &1 must be higher than number of decimal places &2
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.
AXT_MODEL079
- Field &3: length &1 must be higher than number of decimal places &2 ?The SAP error message AXT_MODEL079 indicates that there is an issue with the length of a numeric field in a data model. Specifically, it states that the length of the field (denoted as &1) must be greater than the number of decimal places (denoted as &2) specified for that field. The field name is represented by &3.
Cause:
This error typically occurs when you are trying to define a numeric field in a data model (such as in a custom table, structure, or data element) where the total length of the field (including both the integer and decimal parts) is not sufficient to accommodate the specified number of decimal places. For example, if you have a field defined with a total length of 5 and you specify 3 decimal places, the maximum integer part can only be 1 digit (5 - 3 = 2), which is not sufficient.
Solution:
To resolve this error, you need to adjust the field definition to ensure that the total length is greater than the number of decimal places. Here are the steps you can take:
Review Field Definition: Check the definition of the field in the data model. Look for the total length and the number of decimal places specified.
Adjust Length: Increase the total length of the field to be greater than the number of decimal places. For example, if you have 3 decimal places, the total length should be at least 4 (1 digit for the integer part and 3 for the decimal part).
Recheck Data Model: After making changes, recheck the data model to ensure that all fields comply with the length and decimal place requirements.
Test Changes: Once adjustments are made, test the data model to ensure that the error no longer occurs.
Related Information:
By following these steps, you should be able to resolve the AXT_MODEL079 error and ensure that your data model is correctly defined.
Get instant SAP help. Start your 7-day free trial now.
AXT_MODEL078
Enter a field label
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AXT_MODEL077
Error during mass activation; the corresponding enhancement is unknown
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AXT_MODEL080
Data type of key &1 does not allow lower case
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AXT_MODEL081
Data type of key of &1 allows lower case
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.