Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 274
Message text: Foreign key &-& (& and & point to different domains)
You assigned two fields from the dependent table and the check table to
each other but they have different domains. A foreign key field,
however, must have the same domain as the primary key field of the
check table.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Change the domain of the field in the dependent table to the domain of
the corresponding field in the check table.
Error message extract from SAP system. Copyright SAP SE.
AD274
- Foreign key &-& (& and & point to different domains) ?The SAP error message AD274 indicates a foreign key constraint issue where two fields that are supposed to be linked via a foreign key relationship are pointing to different domains. This typically occurs in the context of data dictionary objects, such as tables or views, where the foreign key relationship is defined.
Cause: Different Domains: The fields involved in the foreign key relationship are defined with different domains. A domain in SAP defines the data type and the value range for a field. If the fields are not compatible (i.e., they have different data types or value ranges), the foreign key relationship cannot be established. Incorrect Data Element Assignment: The fields may be assigned to different data elements that are based on different domains. Inconsistent Data Model: The data model may have inconsistencies where the intended relationships between tables are not properly defined.
Solution: Check Domain Definitions: Verify the domains of the fields involved in the
Get instant SAP help. Sign up for our Free Essentials Plan.
AD273
Foreign key &-& does not originate from foreign key table &
What causes this issue? You have selected a foreign key field, which is not in the foreign key table. The system issues an error message and will not...
AD272
Foreign key & was saved
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD275
Foreign key &-& (dependency factor & is incorrect here)
What causes this issue? The type of the foreign key fields was specified incorrectly. Since all the fields used in the foreign key are in the key of ...
AD276
Foreign key &-& was already saved
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.