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 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


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

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          OID

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

          NAME

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

          DESCRIPTION

          Definition The textual and understandable 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

          See the primary key information:

          PK_CHANGE_LIST

          Column(s) OID
          Filegroup CATALOG_DATA