CHANGE_LIST

Change Lists

Definition


The CHANGE_LIST table contains the list of change lists created in the SAP CC system

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The CHANGE_LIST table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_CHANGE_LIST        CHAN_OBJECT (CHAN_OID)
CHAN_OBJECT_SNAPSHOT (CHAN_OID)
 
NAME          
DESCRIPTION          
USER_LOGIN          
CREATION_DATE          

Column Details


OID

Definition The unique identifier of the change list
Type DECIMAL(28), NOT NULL
Primary Key PK_CHANGE_LIST

NAME

Definition The name of the change list
Type NVARCHAR(256), NOT NULL

DESCRIPTION

Definition The comprehensive description of the change list
Type NVARCHAR(2000), NULL

USER_LOGIN

Definition The logon of the SAP CC user (individual) who created the change list
Type NVARCHAR(64), NOT NULL

CREATION_DATE

Definition The date when the change list was created
Type DATETIME, NOT NULL

Primary Key Details


PK_CHANGE_LIST

Column(s) OID
Segment CATALOG_INDX