Entering content frame

Domain name Locate the document in its SAP Library structure

A domain name identifies a domain in a table column.

Syntax

<domain_name> ::= [<owner>.]<identifier>

owner, identifier

Explanation

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

SQL statement for defining a domain name

CREATE DOMAIN statement

Note

You cannot specify TEMP as the owner in a domain name.

Leaving content frame