CHARGED_ITEM_DEFINITION_FIELD

Charged Item Definition Field

Definition


The CHARGED_ITEM_DEFINITION_FIELD table contains the properties of the charged item definition of the rate plan

Description


The CHARGED_ITEM_DEFINITION_FIELD table contains the properties of the charged item definition properties of the rate plan.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The CHARGED_ITEM_DEFINITION_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_DEFINITION_FIELD       

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

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

      More...

      NAME     IX_CHARGED_ITEM_DEFINITION_FIELD_NAME   

        The name of the field used by the charged item definition
        TYPE        

          The type of the field

          More...

          CATEGORY        

            The category of the field

            More...

            RELEASED_OID        

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

                The state of the charged item definition field

                More...

                BOOLEAN_VALUE        

                  The value of the field when it is a boolean
                  DATE_VALUE        

                    The value of the field when it is a date
                    NUMBER_VALUE        

                      The value of the field when it is a number
                      PROPERTY_NAME        

                        The name of the property to map
                        STRING_VALUE        

                          The value of the field when it is a string
                          VALUE_TYPE        

                            The value type of the field

                            More...

                            IS_REDEFINED        

                              Indicates whether the field is redefined or not

                              More...

                              DEFAULT_BOOLEAN_VALUE        

                                The default value of the field when it is a boolean property
                                DEFAULT_DATE_VALUE        

                                  The default value of the field when it is a date property
                                  DEFAULT_NUMBER_VALUE        

                                    The default value of the field when it is a number property
                                    DEFAULT_PROPERTY_NAME        

                                      The name of the default property when the field is a property
                                      DEFAULT_STRING_VALUE        

                                        The default value of the field when it is a string property
                                        DEFAULT_VALUE_TYPE        

                                          The default value type of the field

                                          More...

                                          CHARGEDITEMDEFINITION_OID       CHARGED_ITEM_DEFINITION (OID)
                                           

                                            The unique identifier of the charged item definition containing the property
                                            IS_DEFAULT_PROPERTY_EMPTY        

                                              Indicates whether the default property is an empty value or not

                                              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 definition field. It is generated by the SAP CC Cockpit application.
                                              Type DECIMAL(28), NOT NULL
                                              Primary Key PK_CHARGED_ITEM_DEFINITION_FIELD

                                              IN_ERROR_STATE

                                              Definition Indicates whether the charged item definition 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 field used by the charged item definition
                                              Type NVARCHAR(256), NULL
                                              Available Index IX_CHARGED_ITEM_DEFINITION_FIELD_NAME

                                              TYPE

                                              Definition The type of the field
                                              Format

                                              The possible values are:

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

                                              Type DECIMAL(10), NULL

                                              CATEGORY

                                              Definition The category of the field
                                              Format

                                              The possible values are:

                                              • -1: internal
                                              • 0: default
                                              • 1: item
                                              • 2: parameter
                                              • 3: counter
                                              • 4: computed

                                              Type DECIMAL(10), NULL

                                              RELEASED_OID

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

                                              STATE

                                              Definition The state of the charged item definition field
                                              Format

                                              The possible values are:

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

                                              Type DECIMAL(3), NULL
                                              Available Index IX_CHARGED_ITEM_DEFINITION_FIELD_STATE

                                              BOOLEAN_VALUE

                                              Definition The value of the field when it is a boolean
                                              Type BIT, NULL

                                              DATE_VALUE

                                              Definition The value of the field when it is a date
                                              Type DATETIME, NULL

                                              NUMBER_VALUE

                                              Definition The value of the field when it is a number
                                              Type DECIMAL(28,6), NULL

                                              PROPERTY_NAME

                                              Definition The name of the property to map
                                              Type NVARCHAR(256), NULL

                                              STRING_VALUE

                                              Definition The value of the field when it is a string
                                              Type NVARCHAR(64), NULL

                                              VALUE_TYPE

                                              Definition The value type of the field
                                              Format

                                              The possible values are:

                                              • 0: undefined
                                              • 1: property
                                              • 2: constant

                                              Type DECIMAL(10), NULL

                                              IS_REDEFINED

                                              Definition Indicates whether the field is redefined or not
                                              Format

                                              The possible values are:

                                              • 0: is not redefined
                                              • 1: is redefined

                                              Type BIT, NULL

                                              DEFAULT_BOOLEAN_VALUE

                                              Definition The default value of the field when it is a boolean property
                                              Type BIT, NULL

                                              DEFAULT_DATE_VALUE

                                              Definition The default value of the field when it is a date property
                                              Type DATETIME, NULL

                                              DEFAULT_NUMBER_VALUE

                                              Definition The default value of the field when it is a number property
                                              Type DECIMAL(28,6), NULL

                                              DEFAULT_PROPERTY_NAME

                                              Definition The name of the default property when the field is a property
                                              Type NVARCHAR(256), NULL

                                              DEFAULT_STRING_VALUE

                                              Definition The default value of the field when it is a string property
                                              Type NVARCHAR(64), NULL

                                              DEFAULT_VALUE_TYPE

                                              Definition The default value type of the field
                                              Format

                                              The possible values are:

                                              • 0: undefined
                                              • 1: property
                                              • 2: constant

                                              Type DECIMAL(10), NULL

                                              CHARGEDITEMDEFINITION_OID

                                              Definition The unique identifier of the charged item definition containing the property
                                              Type DECIMAL(28), NOT NULL

                                              IS_DEFAULT_PROPERTY_EMPTY

                                              Definition Indicates whether the default property is an empty value or not
                                              Type BIT, NULL

                                              Primary Key Details

                                              See the primary key information:

                                              PK_CHARGED_ITEM_DEFINITION_FIELD

                                              Column(s) OID
                                              Filegroup COCKPIT_DATA

                                              Index Details

                                              The following database indexes are available in the CHARGED_ITEM_DEFINITION_FIELD database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

                                              IX_CHARGED_ITEM_DEFINITION_FIELD_NAME

                                              Indexed Column(s) NAME
                                              Unique No
                                              Partitioned No
                                              Clustered No
                                              Filegroup COCKPIT_INDX

                                              IX_CHARGED_ITEM_DEFINITION_FIELD_STATE

                                              Indexed Column(s) STATE
                                              Unique No
                                              Partitioned No
                                              Clustered No
                                              Filegroup COCKPIT_INDX