Entering content frame

Object documentation SEQUENCES Locate the document in its SAP Library structure

The SEQUENCES system table contains all the sequences for which the current user has privileges.

SEQUENCES

OWNER

CHAR(32)

Name of sequence owner

SEQUENCE_NAME

CHAR(32)

Name of sequence

MIN_VALUE

FIXED(38)

Minimum value of sequence

MAX_VALUE

FIXED(38)

Maximum value of sequence

INCREMENT_BY

FIXED(38)

Value by which sequence is increased

CYCLE_FLAG

CHAR(1)

Does sequence begin again with minimum value once maximum value has been reached?

ORDER_FLAG

CHAR(1)

Are the sequence values granted in the order of the request?

CACHE_SIZE

FIXED(38)

Number of sequence values that are loaded into cache simultaneously

LAST_NUMBER

FIXED(38)

Last sequence value that was saved

CREATEDATE

DATE(10)

Creation date of sequence

CREATETIME

TIME(8)

Creation time of sequence

COMMENT

LONG

Comment about sequence

See also:

Evaluating System Tables ® SEQUENCES

 

Leaving content frame