Modify Data Through Views

Although SAP ASE places no restrictions on retrieving data through views, and although Transact-SQL places fewer restrictions on modifying data through views than other versions of SQL, certain rules still apply to various data modification operations.

These rules are:

When you attempt an update, insert, or delete for a view, SAP ASE checks to make sure that none of the above restrictions is violated and that no data integrity rules are violated.