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, 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 Open SQL.

Other versions: 7.31 | 7.40 | 7.54

Continue

Check Table

Foreign Key