Entering content frame

-7002: KEY not allowed Locate the document in its SAP Library structure

Explanation:

  1. The <CREATE TABLE statement> must list the key columns first if they are defined by a KEY specification in a <KEY OR NOT NULL SPEC>.
  2. In a <CREATE TABLE statement>, it is not allowed to specify KEY in a <KEY OR NOT NULL SPEC> and a <KEY DEFINITION>.

User Action:

Specify the key columns in the SQL statement correctly.

 

 

 

Leaving content frame