Entering content frame

-7038: Foreign key column not allowed Locate the document in its SAP Library structure

Explanation:

A foreign key column is a column which was specified in the <REFERENCING COLUMN> of a <REFERENTIAL CONSTRAINT DEFINITION>.

  1. The attempt was made to delete a table column which was specified as a <REFERENCING COLUMN> of a <CONSTRAINT definition>.
  2. The attempt was made to delete the key of a table. The columns of the key were specified implicitly or explicitly as <REFERENCING COLUMN>s of a <CONSTRAINT definition>.

User Action:

Delete the REFERENTIAL CONSTRAINT DEFINITION and then the column or key.

 

 

Leaving content frame