Start of Content Area

-7051: Read only view WITH CHECK OPTION not allowed  Locate the document in its SAP Library structure

Explanation:

The view table to be created is not updateable. The specification WITH CHECK OPTION is not allowed for non updateable view tables.

User Action:

Repeat the SQL statement without the WITH CHECK OPTION.

 

End of Content Area