Do you have any question about this error?
Message type: E = Error
Message class: DDLS - For DDL source handling
Message number: 428
Message text: Input parameter &: type Decfloat Scale is not supported
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 DDLS428 indicates that there is an issue with the input parameter of type
Decfloat Scale
in your Data Definition Language (DDL) statement. This error typically arises when you are trying to define a data type or a field in a database table or view that is not supported by the current version of the SAP system or the database you are using.Cause:
- Unsupported Data Type: The
Decfloat Scale
type may not be supported in the version of SAP or the database you are using. This can happen if you are using an older version of SAP that does not recognize this data type.- Incorrect Syntax: There may be a syntax error in your DDL statement that is causing the system to misinterpret the data type.
- Database Compatibility: The database you are using may not support the
Decfloat
data type, which is a decimal floating-point type introduced in later versions of SQL standards.Solution:
- Check SAP Version: Ensure that you are using a version of SAP that supports the
Decfloat
data type. If you are on an older version, consider upgrading to a newer version that supports this data type.- Modify Data Type: If upgrading is not an option, consider changing the data type in your DDL statement to a supported type, such as
DECIMAL
orFLOAT
, depending on your precision and scale requirements.- Review DDL Syntax: Double-check the syntax of your DDL statement to ensure that it is correct and conforms to the expected format for defining data types.
- Consult Documentation: Refer to the SAP documentation or the database documentation for the specific version you are using to understand the supported data types and their usage.
Related Information:
By following these steps, you should be able to resolve the DDLS428 error and successfully define your data types in SAP.
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 | ![]() |
![]() |
DDLS427 Return parameter &: type Decfloat Scale is not supported
Self-Explanatory Message Since SAP believes that this specific error message is ...
DDLS426 Return parameter & of type NUMC can have a maximum length of 69
Self-Explanatory Message Since SAP believes that this specific error message is ...
DDLS429 Input parameters &: Long char. types (&, STRING, &) are not supported
Self-Explanatory Message Since SAP believes that this specific error message is ...
DDLS430 Input parameter &: binary type LRAW is not supported
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.