PROPERTY_DESCRIPTION

Property Description

Definition


The PROPERTY_DESCRIPTION table describes the custom properties of a chargeable item class

Description


The PROPERTY_DESCRIPTION table describes the properties of a chargeable item class.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The PROPERTY_DESCRIPTION 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_PROPERTY_DESCRIPTION       

    The unique identifier of the property. It is generated by the SAP CC Cockpit application.
    NAME        

      The name of the property. It must be unique for a chargeable item class.
      DESCRIPTION        

        The description of the property
        INDEX_IN_ITEM        

          The position of the property in the chargeable item class
          TYPE        

            The type of the property

            More...

            IN_ERROR_STATE        

              Indicates whether the property is in error or not

              More...

              RELEASED_OID        

                The unique identifier of the released property when its is being modified
                STATE        

                  The state of the property

                  More...

                  RELEASED        

                    Indicates whether the property is in released state or not

                    More...

                    CHARGEABLEITEMCLASS_OID       CHARGEABLE_ITEM_CLASS (OID)
                     

                      The unique identifier of the chargeable item class that owns the property

                      Column Details

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

                      OID

                      Definition The unique identifier of the property. It is generated by the SAP CC Cockpit application.
                      Type DECIMAL(28), NOT NULL
                      Primary Key PK_PROPERTY_DESCRIPTION

                      NAME

                      Definition The name of the property. It must be unique for a chargeable item class.
                      Type NVARCHAR(256), NULL

                      DESCRIPTION

                      Definition The description of the property
                      Type NVARCHAR(2000), NULL

                      INDEX_IN_ITEM

                      Definition The position of the property in the chargeable item class
                      Type DECIMAL(10), NOT NULL

                      TYPE

                      Definition The type of the property
                      Format

                      The possible values are:

                      • 0: number
                      • 1: string
                      • 2: date

                      Type DECIMAL(10), NULL

                      IN_ERROR_STATE

                      Definition Indicates whether the property is in error or not
                      Format

                      The possible values are:

                      • 0: No errors
                      • 1: One or more errors

                      Type BIT, NULL

                      RELEASED_OID

                      Definition The unique identifier of the released property when its is being modified
                      Type DECIMAL(28), NULL

                      STATE

                      Definition The state of the property
                      Format

                      The possible values are:

                      • 0: CREATED
                      • 1: MODIFIED
                      • 2: RELEASED

                      Type DECIMAL(3), NULL

                      RELEASED

                      Definition Indicates whether the property is in released state or not
                      Format

                      The possible values are:

                      • 0: Not released
                      • 1: Released

                      Type BIT, NOT NULL

                      CHARGEABLEITEMCLASS_OID

                      Definition The unique identifier of the chargeable item class that owns the property
                      Type DECIMAL(28), NOT NULL

                      Primary Key Details

                      See the primary key information:

                      PK_PROPERTY_DESCRIPTION

                      Column(s) OID
                      Filegroup COCKPIT_DATA