Entering content frame

Background documentation Privilege Locate the document in its SAP Library structure

A privilege specifies the SQL statements permitted for a database object.

Users may only implement SQL statements on database objects for which they have been granted privileges. When a user creates a database object, this user then automatically becomes the owner of the database object, and is granted all privileges for this database object.

The owner of an object can grant privileges for this database object to other users; no privileges are granted implicitly. Other users can only grant privileges for a database object when they themselves have been granted these privileges and have permission to grant these to other users.

See also:

Reference Manual:

·        Privileges: Overview

·        GRANT Statement (grant_statement)

·        REVOKE Statement (revoke_statement)

 

 

 

Leaving content frame