tableKeys
Retrieve foreign key details for any ABAP table: referenced tables, join fields, cardinality, and input check enforcement. Shows where field values originate.
Instructions
The foreign keys of a table: for each field, the table its value is checked against, the fields the two are joined on, the cardinality and whether the check is enforced on input. The answer to "where do the values of this field come from". Reading only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Table, e.g. ZAPPSTEP_POS. |