Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 405
Message text: Value range is only permitted for formats CHAR, NUMC, DEC, INT*
You tried to enter fixed values for a domain with a data type which does
not allow this. Only data types CHAR, NUMC, DEC, INT2, and INT4 allow
entry of fixed values.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If you want to specify fixed values, you must change the data type of
the domain to one allowing entry of fixed values. Remember that the DYNP
processor carries out an input check on the template for data types
NUMC and CHAR only. At present, you have to program the value check for
the numeric types INT* and DEC yourself.
Error message extract from SAP system. Copyright SAP SE.
AD405
- Value range is only permitted for formats CHAR, NUMC, DEC, INT* ?The SAP error message AD405 indicates that there is an issue with the value range specified for a field in a data dictionary object (like a table or structure) that is not compatible with the data type of that field. Specifically, this error occurs when a value range is defined for a field that is not of the types CHAR (character), NUMC (numeric character), DEC (decimal), or INT (integer).
Cause: The error typically arises in the following scenarios: Incorrect Data Type: You are trying to set a value range for a field that is of a data type that does not support value ranges, such as DATE, TIME, or other non-numeric types. Field Definition: The field in question may have been defined incorrectly in the data dictionary, leading to a mismatch between the data type and the value range specified.
Solution: To resolve the AD405 error, you can take the following steps: Check Field Data Type: Verify
Get instant SAP help. Sign up for our Free Essentials Plan.
AD404
& (error during value test)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD403
Upper limit is lower than lower limit
What causes this issue? The upper limit of the range specified in the fixed values is smaller than the lower limit of the range. This is not permitte...
AD406
& (length & is not within limits (&,&))
What causes this issue? The specified number of places is not within the limits allowed for the data type.System Response An error message is issued...
AD407
Ordering party &
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.