Entering content frame

Privileges: Overview Locate the document in its SAP Library structure

There are a number of privileges that can be used to assign the authorizations for data manipulation or data queries for database objects to a database user. 

Privilege

Object

This privilege allows the user to ...

ALTER

Table

use the ALTER TABLE statement

See Privilege Specification (priv_spec)

CREATEIN

Schema

create database objects in the specified schema

See Privilege Specification for a Schema (schema_priv_spec)

DELETE

Table

delete rows in the specified tables

See Privilege Specification (priv_spec)

DROPIN

Schema

delete database objects in the specified schema

See Privilege Specification for a Schema (schema_priv_spec)

EXECUTE

Database Procedure

Database Function

execute the database procedure or the database function

See GRANT statement (grant_statement)

INDEX

Table

use the CREATE INDEX and DROP INDEX statements

See Privilege Specification (priv_spec)

INSERT

Table

Insert rows in the specified tables

See Privilege Specification (priv_spec)

REFERENCES

Table

specify the specified table as a referenced table in a column definition or referential CONSTRAINT definition

See Privilege Specification (priv_spec)

SELECT

Sequence

use the specified sequences

See GRANT statement (grant_statement)

SELECT

Table or parts of a table

select entire rows or parts of rows in the specified tables

See Privilege Specification (priv_spec)

SELUPD

Table or parts of a table

the SELECT and UPDATE privileges are granted.

See Privilege Specification (priv_spec)

UPDATE

Table or parts of a table

change entire rows or parts of rows in the specified tables

See Privilege Specification (priv_spec)

See also:

INSERT/UPDATE/DELETE Privilege for Owners of the View Table

GRANT Statement

REVOKE Statement

 

Leaving content frame