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 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
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 |
VARCHAR(256), NOT NULL |
DESCRIPTION
| Definition |
The comprehensive description of the change list |
| Type |
VARCHAR(2000), NULL |
USER_LOGIN
| Definition |
The logon of the SAP CC user (individual) who created the change list |
| Type |
VARCHAR(64), NOT NULL |
CREATION_DATE
| Definition |
The date when the change list was created |
| Type |
TIMESTAMP, NOT NULL |
Primary Key Details
PK_CHANGE_LIST