Do you have any question about this error?
Message type: E = Error
Message class: DDLS_HIER - Used for DDL Hierarchies
Message number: 059
Message text: Datatype for valid_to &1 is not as data type for period_to &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.
DDLS_HIER059
- Datatype for valid_to &1 is not as data type for period_to &2 ?The SAP error message DDLS_HIER059 indicates a mismatch in data types between two fields, specifically
valid_to
andperiod_to
. This error typically arises in the context of data modeling or when working with hierarchical data structures in SAP, such as when defining InfoObjects in SAP BW or when working with data definitions in ABAP Dictionary.Cause:
The error occurs when the data type of the field
valid_to
does not match the expected data type of the fieldperiod_to
. This can happen due to:
- Inconsistent Data Types: The two fields may have been defined with different data types in the underlying database or data model.
- Incorrect Field Mapping: During the creation or modification of a data model, the fields may have been incorrectly mapped or defined.
- Changes in Data Model: If there were recent changes to the data model or database schema, it could lead to inconsistencies.
Solution:
To resolve the error, you can take the following steps:
Check Data Types: Verify the data types of both
valid_to
andperiod_to
. Ensure that they are compatible. For example, if one is defined as a date and the other as a timestamp, you may need to adjust one of them.Modify Data Model: If you find that the data types are indeed different, you may need to modify the data model to ensure that both fields have the same data type. This may involve changing the field definitions in the ABAP Dictionary or the InfoObject settings.
Recreate or Adjust Mappings: If the fields are part of a mapping or transformation process, ensure that the mappings are correctly set up to handle the data types appropriately.
Check for Updates: If you are working in a development environment, ensure that all changes have been transported correctly and that there are no pending updates that could affect the data model.
Consult Documentation: Review SAP documentation or notes related to the specific version you are using, as there may be known issues or additional guidance on resolving this error.
Related Information:
By following these steps, you should be able to identify the root cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
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_HIER057
Parameter definition &1 not found
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS_HIER060
Datatype for &1 is &2. Required is DATS, DATN, UTCL, DEC(15) or DEC(21,7)
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...
Click on this link to search all SAP messages.