Entering content frame

Sequence Name (sequence_name) Locate the document in its SAP Library structure

A sequence name (sequence_name) identifies a sequence of values.

Syntax

<sequence_name> ::= <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 displayed if the name has more than 32 characters.

SQL Statements

CREATE SEQUENCE statement

DROP SEQUENCE statement

 

Leaving content frame