Entering content frame

Sequence name Locate the document in its SAP Library structure

A sequence name identifies a sequence of values.

Syntax

<sequence_name> ::= <identifier>

identifier

Explanation

A sequence is a series of values that are generated in accordance with certain rules. The step width between these values can be defined, among other things.

Sequences can be used to generate unique values. These are not uninterrupted, because values generated within a transaction that was rolled back cannot be used again.

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

SQL statement for defining a sequence name

CREATE SEQUENCE statement

Leaving content frame