Entering content frame

DROP DBPROC Statement (drop_dbproc_statement) Locate the document in its SAP Library structure

The DROP DBPROC statement (drop_dbproc_statement) drops a database procedure.

Syntax

<drop_dbproc_statement> ::= DROP DBPROC <dbproc_name>

Explanation

If a schema is not specified in the database procedure name, the current schema is assumed implicitly.

The current user must be the owner of the database procedure or have the DROPIN privilege for the schema to which the database procedure is assigned.

The metadata of the database procedure is dropped.

 

Leaving content frame