Message type: E = Error
Message class: DO - Dictionary: Mass activation of domains and data elements
Message number: 011
Message text: Associated type for components LOW and HIGH not specified
INCLUDE DDDOC_TTYP_RANGETTYP OBJECT DOKU ID TX
You did not define an associated type for a
<DS:TX.DDDOC_TTYP_RANGETTYP>ranges table type</>.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Define an associated type or convert the ranges table type to a general
table type (Convert table type category).
Error message extract from SAP system. Copyright SAP SE.
DO011
- Associated type for components LOW and HIGH not specified ?The SAP error message DO011, which states "Associated type for components LOW and HIGH not specified," typically occurs in the context of data element definitions or when working with ranges in ABAP programs. This error indicates that the system expects a defined data type for the components LOW and HIGH of a range table, but it has not been specified.
Cause: Missing Data Type Definition: The error usually arises when a range table is defined without specifying the associated data type for its components. In ABAP, range tables are often used to define selection criteria for database queries. Incorrect Declaration: If you are declaring a range table but have not properly defined the data type for the LOW and HIGH fields, the system will throw this error. Inconsistent Data Types: If the data types of the LOW and HIGH components do not match the expected types for the operation being performed, this error can
Get instant SAP help. Sign up for our Free Essentials Plan.
DO010
Key for ranges table type corrected to standard key
What causes this issue? INCLUDE DDDOC_TTYP_RANGE_ATTR OBJECT DOKU ID TX You did not set standard key as the key for a ranges table type.System Respon...
DO009
Access mode for ranges table type corrected to standard table
What causes this issue? INCLUDE DDDOC_TTYP_RANGE_ATTR OBJECT DOKU ID TX You set an access mode other than standard table for a ranges table type.Syst...
DO012
Associated type & for components LOW and HIGH does not exist
What causes this issue? INCLUDE DDDOC_TTYP_RANGE_CTYPE OBJECT DOKU ID TX You defined an associated type that is not active or that does not exist for...
DO013
Associated type &: Reference types not allowed as associated types
What causes this issue? INCLUDE DDDOC_TTYP_RANGE_CTYPE OBJECT DOKU ID TX The associated type defined for the <DS:TX.DDDOC_TTYP_RANGETTYP>ranges...
Click on this link to search all SAP messages.