Entering content frame

-7004: DEFAULT not allowed Locate the document in its SAP Library structure

Explanation:

  1. Columns with DEFAULT specification cannot be added to a table using the <ALTER TABLE statement>.
  2. The specification of NOT NULL DEFAULT NULL is not allowed.

User Action:

  1. To add a column to one with an <ALTER TABLE statement>, specify it without a DEFAULT specification. Then define the DEFAULT in another <ALTER TABLE statement>. The added column then implicitly receives the DEFAULT value in all table rows.
  2. Repeat the SQL statement after removing the DEFAULT specification.

 

 

 

Leaving content frame