Message type: E = Error
Message class: ESH_OM_OBJ_MODEL_REP - Object Model Repository
Message number: 478
Message text: DATATYPE &1 requires declaration of length (field "LENG")
The field "DATATYPE" is specified as &v1&. This requires the declaration
of a length in bytes in field "LENG".
The data type is inconsistent.
Specify the length.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
ESH_OM_OBJ_MODEL_REP478
- DATATYPE &1 requires declaration of length (field "LENG") ?The SAP error message ESH_OM_OBJ_MODEL_REP478 indicates that there is an issue with the declaration of a data type in the context of the SAP Enterprise Search (ESH) or Object Model. Specifically, the error states that a certain data type (denoted by &1) requires a declaration of length for the field "LENG".
Cause: This error typically arises when: A data type is defined without specifying its length, which is mandatory for certain data types in SAP. There may be inconsistencies in the data model or object model definitions, particularly when custom data types or structures are involved. The data type being referenced is not properly defined in the ABAP Dictionary.
Solution: To resolve this error, you can follow these steps: Check Data Type Definition: Go to the ABAP Dictionary (transaction SE11). Look for the data type mentioned in the error message (replace &1 with the actual data type). Ensure that the data type has a length defined for the field "LENG". If
Get instant SAP help. Sign up for our Free Essentials Plan.
ESH_OM_OBJ_MODEL_REP477
Keyword incorporates several words
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_OM_OBJ_MODEL_REP476
Data source &1 does not exist or is inactive
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_OM_OBJ_MODEL_REP479
INTTYPE &1 requires declaration of number of decimals
What causes this issue? The field "INTTYPE" is specified as &v1&. This requires the declaration of the number of decimals in field ...
ESH_OM_OBJ_MODEL_REP480
Response fields &1 and &2 have the same description in language &3
What causes this issue? The response fields &v1& and &v2& belong to the same node and have the same description in language &v3&a...
Click on this link to search all SAP messages.