CHARGED_ITEM_CLASS_FIELD

Charged Item Class Field

Definition


The CHARGED_ITEM_CLASS_FIELD table describes the fields of a charged item class

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The CHARGED_ITEM_CLASS_FIELD 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_CHARGED_ITEM_CLASS_FIELD       

    The unique identifier of the charged item class field. It is generated by the SAP CC Cockpit application.
    IN_ERROR_STATE        

      Indicates whether the charged item class field is in error or not

      More...

      NAME        

        The name of the charged item class field
        RELEASED_OID        

          The unique identifier of the released charged item class field when its is being modified
          STATE        

            The state of the charged item class field

            More...

            BOOLEAN_VALUE        

              The constant value of charged item class field if its type is boolean

              More...

              DATE_VALUE        

                The constant value of charged item class field if its type is date
                DESCRIPTION        

                  The description of the charged item class field
                  NUMBER_VALUE        

                    The constant value of charged item class field if its type is number
                    PROPERTY_NAME        

                      The property name of charged item class field
                      STRING_VALUE        

                        The constant value of charged item class field if its type is string
                        TYPE        

                          The type of charged item class field

                          More...

                          VALUE_TYPE        

                            The value type of charged item class field

                            More...

                            CHARGEDITEMCLASS_OID       CHARGED_ITEM_CLASS (OID)
                             

                              The unique identifier of the charged item class that owns the charged item class field

                              Column Details

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

                              OID

                              Definition The unique identifier of the charged item class field. It is generated by the SAP CC Cockpit application.
                              Type DECIMAL(28), NOT NULL
                              Primary Key PK_CHARGED_ITEM_CLASS_FIELD

                              IN_ERROR_STATE

                              Definition Indicates whether the charged item class field is in error or not
                              Format

                              The possible values are:

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

                              Type BIT, NULL

                              NAME

                              Definition The name of the charged item class field
                              Type NVARCHAR(256), NULL

                              RELEASED_OID

                              Definition The unique identifier of the released charged item class field when its is being modified
                              Type DECIMAL(28), NULL

                              STATE

                              Definition The state of the charged item class field
                              Format

                              The possible values are:

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

                              Type DECIMAL(3), NULL

                              BOOLEAN_VALUE

                              Definition The constant value of charged item class field if its type is boolean
                              Format

                              The possible values are:

                              • false: False
                              • true: True

                              Type BIT, NULL

                              DATE_VALUE

                              Definition The constant value of charged item class field if its type is date
                              Type DATETIME, NULL

                              DESCRIPTION

                              Definition The description of the charged item class field
                              Type NVARCHAR(2000), NULL

                              NUMBER_VALUE

                              Definition The constant value of charged item class field if its type is number
                              Type DECIMAL(28,6), NULL

                              PROPERTY_NAME

                              Definition The property name of charged item class field
                              Type NVARCHAR(256), NULL

                              STRING_VALUE

                              Definition The constant value of charged item class field if its type is string
                              Type NVARCHAR(64), NULL

                              TYPE

                              Definition The type of charged item class field
                              Format

                              The possible values are:

                              • 0: String
                              • 1: Date
                              • 2: Number
                              • 3: Boolean

                              Type DECIMAL(10), NULL

                              VALUE_TYPE

                              Definition The value type of charged item class field
                              Format

                              The possible values are:

                              • 0: Undefined
                              • 1: Property
                              • 2: Constant

                              Type DECIMAL(10), NULL

                              CHARGEDITEMCLASS_OID

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

                              Primary Key Details

                              See the primary key information:

                              PK_CHARGED_ITEM_CLASS_FIELD

                              Column(s) OID
                              Filegroup COCKPIT_DATA