| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CHANGE_LIST table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_CHANGE_LIST |
|
The unique identifier of the change list | |||
| NAME |
|
The legible name of the change list | ||||
| DESCRIPTION |
|
The textual and understandable description of the change list | ||||
| USER_LOGIN |
|
The logon of the SAP CC user (individual) who created the change list | ||||
| CREATION_DATE |
|
The date when the change list was created |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the change list |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHANGE_LIST |
| Definition | The legible name of the change list |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The textual and understandable description of the change list |
| Type | NVARCHAR(2000), NULL |
| Definition | The logon of the SAP CC user (individual) who created the change list |
| Type | NVARCHAR(64), NOT NULL |
| Definition | The date when the change list was created |
| Type | DATETIME, NOT NULL |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |