Entering content frame

-8021: Column must have DEFAULT specification Locate the document in its SAP Library structure

Explanation:

The attempt was made to specify the <action> SET DEFAULT as <DELETE RULE> in a REFERENTIAL CONSTRAINT DEFINITION, although no DEFAULT value had been defined for at least one section of the <REFERENCING COLUMN>.

User Action:

  1. If the error occurred during the execution of a <CREATE TABLE statement>, either define a DEFAULT value for the column(s) or choose another <ACTION>.
  2. If the error occurred during the execution of an <ALTER TABLE statement>, issue another <ALTER TABLE statement> to assign a DEFAULT value to all columns (REFERENCING COLUMN) without a DEFAULT value and then repeat the previous <ALTER TABLE statement>. Alternatively, you may choose another ACTION.

 

 

 

Leaving content frame