RATE_PLAN_ADDITIONAL_INFO

Rate Plan Additional Information

Definition


The RATE_PLAN_ADDITIONAL_INFO table contains the additional info used by the rate plan.

Description


The RATE_PLAN_ADDITIONAL_INFO table contains the additional info used by the rate plan.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The RATE_PLAN_ADDITIONAL_INFO 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_RATE_PLAN_ADDITIONAL_INFO       

    The unique identifier of the rate plan additional information. It is generated by the SAP CC Cockpit application.
    NAME        

      The name of the additional information used by the rate plan
      DATE_VALUE        

        The value of the additional information when it is a date
        DESCRIPTION        

          The description of the additional information used by the rate plan
          IN_ERROR_STATE        

            Indicates whether the rate plan additional information is in error or not

            More...

            NUMBER_VALUE        

              The value of the additional information when it is a number
              RATEPLAN_OID       RATE_PLAN (OID)
               

                The unique identifier of the rate plan where the additional info is defined
                RELEASED_OID     IX_RATE_PLAN_ADDITIONAL_INFO_RELEASED_OID   

                  The unique identifier of the released rate plan additional information when its is being modified
                  STATE     IX_RATE_PLAN_ADDITIONAL_INFO_STATE   

                    The state of the rate plan additional information

                    More...

                    STRING_VALUE        

                      The value of the additional information when it is a string
                      TYPE        

                        The type of the additional info

                        More...

                        ERROR_CODE        

                          The error code of the additional info which indicates which parts of the additional info are in error

                          More...

                          Column Details

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

                          OID

                          Definition The unique identifier of the rate plan additional information. It is generated by the SAP CC Cockpit application.
                          Type DECIMAL(28), NOT NULL
                          Primary Key PK_RATE_PLAN_ADDITIONAL_INFO

                          NAME

                          Definition The name of the additional information used by the rate plan
                          Type VARCHAR(256), NULL

                          DATE_VALUE

                          Definition The value of the additional information when it is a date
                          Type TIMESTAMP, NULL

                          DESCRIPTION

                          Definition The description of the additional information used by the rate plan
                          Type VARCHAR(2000), NULL

                          IN_ERROR_STATE

                          Definition Indicates whether the rate plan additional information is in error or not
                          Format

                          The possible values are:

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

                          Type BOOLEAN, NULL

                          NUMBER_VALUE

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

                          RATEPLAN_OID

                          Definition The unique identifier of the rate plan where the additional info is defined
                          Type DECIMAL(28), NOT NULL

                          RELEASED_OID

                          Definition The unique identifier of the released rate plan additional information when its is being modified
                          Type DECIMAL(28), NULL
                          Available Index IX_RATE_PLAN_ADDITIONAL_INFO_RELEASED_OID

                          STATE

                          Definition The state of the rate plan additional information
                          Format

                          The possible values are:

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

                          Type DECIMAL(3), NULL
                          Available Index IX_RATE_PLAN_ADDITIONAL_INFO_STATE

                          STRING_VALUE

                          Definition The value of the additional information when it is a string
                          Type VARCHAR(2000), NULL

                          TYPE

                          Definition The type of the additional info
                          Format

                          The possible values are:

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

                          Type DECIMAL(10), NULL

                          ERROR_CODE

                          Definition The error code of the additional info which indicates which parts of the additional info are in error
                          Format

                          The possible values are:

                          • 0: none
                          • 1: name
                          • 3: description
                          • 4: name and description
                          • 5: value
                          • 6: name and value
                          • 8: description and value
                          • 9: name and description and value

                          Type DECIMAL(10), NULL

                          Primary Key Details

                          See the primary key information:

                          PK_RATE_PLAN_ADDITIONAL_INFO

                          Column(s) OID
                          Tablespace COCKPIT_INDX

                          Index Details

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

                          IX_RATE_PLAN_ADDITIONAL_INFO_RELEASED_OID

                          Indexed Column(s) RELEASED_OID
                          Unique No
                          Partitioned No
                          Tablespace COCKPIT_INDX

                          IX_RATE_PLAN_ADDITIONAL_INFO_STATE

                          Indexed Column(s) STATE
                          Unique No
                          Partitioned No
                          Tablespace COCKPIT_INDX