Entering content frame

Reference name Locate the document in its SAP Library structure

The reference name is an identifier that is declared for a certain validity range and associated with exactly one table. The scope of this declaration is the entire SQL statement.

Syntax

<reference_name> ::= <identifier>

identifier

Explanation

The same reference name specified in various scopes can be associated with different tables or with the same table.

An error message is output if the name has more than 32 characters.

Leaving content frame