CONSUMPTION_ITEM_MAPPING_FIELD

Consumption Item Mapping Field

Definition


The CONSUMPTION_ITEM_MAPPING_FIELD table contains the properties of the consumption item mapping of the chargeable item class

Description


The CONSUMPTION_ITEM_MAPPING_FIELD table contains the properties of the consumption item mapping properties of the chargeable item class.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CONSUMPTION_ITEM_MAPPING_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_CONSUMPTION_ITEM_MAPPING_FIELD       

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

      Indicates whether the consumption item mapping field is in error or not

      More...

      NAME        

        The name of the field used by the consumption item mapping. It must be unique for a consumption item mapping.
        RELEASED_OID        

          The unique identifier of the released consumption item mapping field when its is being modified
          STATE        

            The state of the consumption item mapping field

            More...

            CI_DECIMAL_LENGTH        

              The decimal length of the field
              CI_FIELD_TYPE        

                The convergent invoicing field type of the field
                CI_LENGTH        

                  The convergent invoicing field length of the field
                  CI_MAX_LENGTH        

                    The convergent invoicing field maximum length of the field
                    CI_TYPE        

                      The convergent invoicing type of the field
                      DESCRIPTION        

                        The description of the consumption item mapping field
                        SOURCE        

                          The name of the chargeable item class field or default property mapped to the consumption item mapping field
                          IS_DEFAULT        

                            Indicates whether the consumption item mapping field uses a default or a custom property (i.e. chargeable item class field)

                            More...

                            TYPE        

                              The type of the property mapped to the consumption item mapping field

                              More...

                              CHARGEABLEITEMCLASS_OID       CHARGEABLE_ITEM_CLASS (OID)
                               

                                The unique identifier of the chargeable item class (or consumption item class) that owns the consumption item mapping 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 consumption item mapping field. It is generated by the SAP CC Cockpit application.
                                Type DECIMAL(28), NOT NULL
                                Primary Key PK_CONSUMPTION_ITEM_MAPPING_FIELD

                                IN_ERROR_STATE

                                Definition Indicates whether the consumption item mapping field is in error or not
                                Format

                                The possible values are:

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

                                Type BOOLEAN, NULL

                                NAME

                                Definition The name of the field used by the consumption item mapping. It must be unique for a consumption item mapping.
                                Type VARCHAR(256), NULL

                                RELEASED_OID

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

                                STATE

                                Definition The state of the consumption item mapping field
                                Format

                                The possible values are:

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

                                Type DECIMAL(3), NULL

                                CI_DECIMAL_LENGTH

                                Definition The decimal length of the field
                                Type VARCHAR(2000), NULL

                                CI_FIELD_TYPE

                                Definition The convergent invoicing field type of the field
                                Type VARCHAR(2000), NULL

                                CI_LENGTH

                                Definition The convergent invoicing field length of the field
                                Type VARCHAR(2000), NULL

                                CI_MAX_LENGTH

                                Definition The convergent invoicing field maximum length of the field
                                Type VARCHAR(2000), NULL

                                CI_TYPE

                                Definition The convergent invoicing type of the field
                                Type VARCHAR(2000), NULL

                                DESCRIPTION

                                Definition The description of the consumption item mapping field
                                Type VARCHAR(2000), NULL

                                SOURCE

                                Definition The name of the chargeable item class field or default property mapped to the consumption item mapping field
                                Type VARCHAR(256), NULL

                                IS_DEFAULT

                                Definition Indicates whether the consumption item mapping field uses a default or a custom property (i.e. chargeable item class field)
                                Format

                                The possible values are:

                                • 0: Custom property
                                • 1: Default property

                                Type BOOLEAN, NULL

                                TYPE

                                Definition The type of the property mapped to the consumption item mapping field
                                Format

                                The possible values are:

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

                                Type DECIMAL(10), NULL

                                CHARGEABLEITEMCLASS_OID

                                Definition The unique identifier of the chargeable item class (or consumption item class) that owns the consumption item mapping field
                                Type DECIMAL(28), NOT NULL

                                Primary Key Details

                                See the primary key information:

                                PK_CONSUMPTION_ITEM_MAPPING_FIELD

                                Column(s) OID
                                Tablespace COCKPIT_INDX