CHANGE_LIST
Change Lists
Definition
The CHANGE_LIST table contains the list of change lists created in the SAP CC system
Technical Data
Summary
The CHANGE_LIST table is defined by the
following columns.
See the column details for more information.
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