Entering content frame

Parameter Name (parameter_name) Locate the document in its SAP Library structure

A parameter name (parameter_name) identifies a parameter (host variable) in an application containing SQL statements from the database system.

Syntax

<parameter_name> ::= :<identifier>
| :<identifier>(<identifier>)
| :<identifier>(.<identifier>.)

Explanation

A colon is placed before the identifier.

The conventions of the programming language in which the SQL statements of the database system are embedded determine the number of significant characters in the parameter name.

Identifiers for parameter names may contain the characters "." and "_", but not as the first character.

See also:

Parameter Specification (parameter_spec)

 

Leaving content frame