Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  Classic Objects in ABAP Dictionary →  Database Tables →  Semantic Attributes of Database Tables →  Table-Specific Semantic Attributes of Database Tables 

Foreign Key Dependencies

A foreign key dependency is a semantic dependency between two database tables, namely a foreign key table and a check table.

A foreign key dependency is defined in the foreign key table. Check tables are assigned to table fields and these fields become foreign keys.

Among other things, foreign key dependencies are evaluated for input checks, for input help on dynpros and in Web Dynpro, when creating views, and in lock objects. Foreign keys are not used in the ABAP programming language or in ABAP SQL.

In a check table, obsolete data can be identified, which has an effect on the input check and input help on dynpros or Web Dynpros.

Other versions: 7.31 | 7.40 | 7.54

Continue

Check Table

Foreign Key

Flagging of Obsolete Data in Check Tables