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
Tablespace 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 VARCHAR2(256 CHAR), NOT NULL

          DESCRIPTION

          Definition The textual and understandable description of the change list
          Type VARCHAR2(2000 CHAR), NULL

          USER_LOGIN

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

          CREATION_DATE

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

          Primary Key Details

          See the primary key information:

          PK_CHANGE_LIST

          Column(s) OID
          Tablespace CATALOG_INDX