Do you have any question about this error?
Message type: E = Error
Message class: DDLS_HIER - Used for DDL Hierarchies
Message number: 060
Message text: Datatype for &1 is &2. Required is DATS, DATN, UTCL, DEC(15) or DEC(21,7)
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.
DDLS_HIER060
- Datatype for &1 is &2. Required is DATS, DATN, UTCL, DEC(15) or DEC(21,7) ?The SAP error message DDLS_HIER060 indicates that there is a datatype mismatch in a hierarchical data structure, such as when defining a characteristic in a data model or when working with InfoObjects in SAP BW (Business Warehouse). The message specifies that the datatype for a certain field (represented by
&1
) is currently set to&2
, but it should be one of the following datatypes:DATS
(date),DATN
(date with no time),UTCL
(UTC timestamp),DEC(15)
(decimal with 15 digits), orDEC(21,7)
(decimal with 21 digits and 7 decimal places).Cause:
- Incorrect Data Type Assignment: The field in question has been assigned a datatype that is not compatible with the expected datatypes for the operation you are trying to perform.
- Modeling Errors: When creating or modifying InfoObjects or data models, the wrong datatype may have been selected.
- Data Source Issues: If the data source being used has a different datatype than what is expected, this can lead to this error.
Solution:
- Check the Data Type: Review the definition of the field (characteristic or InfoObject) in the data model. Ensure that the datatype is set to one of the required types:
DATS
,DATN
,UTCL
,DEC(15)
, orDEC(21,7)
.- Modify the Data Type: If the datatype is incorrect, you will need to change it to one of the acceptable types. This can usually be done in the SAP GUI by navigating to the relevant InfoObject or data model and editing its properties.
- Recreate the Object: If changing the datatype is not feasible due to dependencies or other constraints, consider recreating the InfoObject or characteristic with the correct datatype.
- Check Data Source Compatibility: If you are pulling data from an external source, ensure that the source data types align with the expected types in SAP.
Related Information:
RSA1
(Data Warehousing Workbench) or SE11
(Data Dictionary) to check and modify InfoObjects and their properties.If you continue to experience issues after following these steps, consider reaching out to your SAP Basis or BW support team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
DDLS_HIER059
Datatype for valid_to &1 is not as data type for period_to &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS_HIER058
Datatype for valid_from &1 is not as data type for period_from &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS_HIER061
Field definition not found for field &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS_HIER062
Datatype for valid_to &1 is not as data type for valid_from &2
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.