Entering content frame

Synonym name Locate the document in its SAP Library structure

A synonym name identifies a synonym for a table name.

Syntax

<synonym_name> ::= <identifier>

identifier

Explanation

If the synonym is not a PUBLIC synonym, it is only known by one user or usergroup. A PUBLIC synonym is known by every user and user group.

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

SQL statement for defining a synonym name

CREATE SYNONYM statement

Leaving content frame