Entering content frame

-7057: View definition contradicts new table definition Locate the document in its SAP Library structure

Explanation:

  1. The attempt was made to add a column to a table or to drop a column from a table. When creating the specified view table, SELECT * was used and new names were assigned to the view table columns. After table modification, the number of names would no longer coincide with the number of table columns.
  2. The attempt was made to drop a REFERENTIAL CONSTRAINT DEFINITION which is the prerequisite for an updateable join view table.

User Action:

  1. Delete the view table and define it again. Specify the required columns individually in the SELECT COLUMN of the QUERY EXPRESSION.
  2. It is only possible to delete the REFERENTIAL CONSTRAINT DEFINITION by deleting the modifiable view table first.

 

 

 

Leaving content frame