RATE_PLAN

Rate Plans (Master Data)

Definition


The RATE_PLAN table contains the basic definition of the rate plans stored in the pricing catalogs of service providers

Description


The RATE_PLAN table contains the basic definition of the rate plans stored in the pricing catalogs of service provider companies that monetize their services.

These basic definitions are completed with the dependent objects information stored in the following database tables:

Technical Data


Schema Version 2023.0.2
Partitioned No

Summary


The RATE_PLAN 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       

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

    The name of the rate plan
    CATALOG     IX_RATE_PLAN_CATALOG  CATALOG (NAME)
     

      The name of the pricing catalog that owns the rate plan
      CC_OID        

        The unique identifier of the rate plan in the SAP CC Core Server system
        DESCRIPTION        

          The description of the rate plan
          IN_ERROR_STATE        

            Indicates whether the rate plan is in error or not

            More...

            CHILD_IN_ERROR        

              The number of sub objects in error in the rate plan
              IS_LOCKED_BY_ME        

                This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                LOCKING_USER        

                  The name of the SAP CC user who opened the rate plan in creation or modification
                  OBJECT_CHANGE_NUMBER        

                    The change number of the rate plan

                    More...

                    RELEASED_OID        

                      The unique identifier of the released rate plan when its is being modified
                      STATE     IX_RATE_PLAN_STATE   

                        The state of the rate plan

                        More...

                        STATUS        

                          The status of the rate plan

                          More...

                          LAST_CHANGE        

                            The last creation or modification date of the rate plan
                            CURRENCY       CURRENCY (CODE)
                             

                              The currency of all amounts calculated by the rate plan. When not specified, the currency is defined by the parameter with the type currency.
                              IS_CHARGE_PLAN        

                                Indicates whether the plan is a charge plan or a rate plan

                                More...

                                UNSAVED_CHANGES        

                                  This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                  HAS_CURRENCY_PARAMETER        

                                    Indicates whether the rate plan has a parameter with the type currency or not

                                    More...

                                    PARAMETER_NAME_FOR_CURRENCY        

                                      Name of the parameter with the type currency

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

                                      NAME

                                      Definition The name of the rate plan
                                      Type NVARCHAR(256), NULL
                                      Available Index IX_RATE_PLAN_NAME

                                      CATALOG

                                      Definition The name of the pricing catalog that owns the rate plan
                                      Type NVARCHAR(256), NULL
                                      Available Index IX_RATE_PLAN_CATALOG

                                      CC_OID

                                      Definition The unique identifier of the rate plan in the SAP CC Core Server system
                                      Type DECIMAL(28), NULL

                                      DESCRIPTION

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

                                      IN_ERROR_STATE

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

                                      The possible values are:

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

                                      Type BOOLEAN, NULL

                                      CHILD_IN_ERROR

                                      Definition The number of sub objects in error in the rate plan
                                      Type DECIMAL(10), NOT NULL

                                      IS_LOCKED_BY_ME

                                      Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                      Type BOOLEAN, NULL

                                      LOCKING_USER

                                      Definition The name of the SAP CC user who opened the rate plan in creation or modification
                                      Type NVARCHAR(256), NULL

                                      OBJECT_CHANGE_NUMBER

                                      Definition The change number of the rate plan
                                      Description

                                      The change number of the rate plan. Used to detect object desynchronization with the SAP CC Core Server system.

                                      Type DECIMAL(28), NULL

                                      RELEASED_OID

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

                                      STATE

                                      Definition The state of the rate plan
                                      Format

                                      The possible values are:

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

                                      Type DECIMAL(3), NULL
                                      Available Index IX_RATE_PLAN_STATE

                                      STATUS

                                      Definition The status of the rate plan
                                      Format

                                      The possible values are:

                                      • 0: Open
                                      • 1: Released
                                      • 2: Obsolete

                                      Type DECIMAL(3), NULL

                                      LAST_CHANGE

                                      Definition The last creation or modification date of the rate plan
                                      Type SECONDDATE, NULL

                                      CURRENCY

                                      Definition The currency of all amounts calculated by the rate plan. When not specified, the currency is defined by the parameter with the type currency.
                                      Type NVARCHAR(5), NULL

                                      IS_CHARGE_PLAN

                                      Definition Indicates whether the plan is a charge plan or a rate plan
                                      Format

                                      The possible values are:

                                      • 0: Charge plan, not compatible with the Core Server (Read-only access, cannot be displayed by the SAP CC Cockpit application)
                                      • 1: Rate plan, compatible with the Cockpit (Read and write access)

                                      Type BOOLEAN, NULL

                                      UNSAVED_CHANGES

                                      Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                                      Type BOOLEAN, NULL

                                      HAS_CURRENCY_PARAMETER

                                      Definition Indicates whether the rate plan has a parameter with the type currency or not
                                      Format

                                      The possible values are:

                                      • 0: No parameter with the type currency
                                      • 1: One parameter with the type currency

                                      Type BOOLEAN, NULL

                                      PARAMETER_NAME_FOR_CURRENCY

                                      Definition Name of the parameter with the type currency
                                      Type NVARCHAR(256), NULL

                                      Primary Key Details

                                      See the primary key information:

                                      PK_RATE_PLAN

                                      Column(s) OID
                                      Tablespace COCKPIT_INDX

                                      Index Details

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

                                      IX_RATE_PLAN_NAME

                                      Indexed Column(s) NAME
                                      Unique No
                                      Partitioned No

                                      IX_RATE_PLAN_STATE

                                      Indexed Column(s) STATE
                                      Unique No
                                      Partitioned No

                                      IX_RATE_PLAN_CATALOG

                                      Indexed Column(s) CATALOG
                                      Unique No
                                      Partitioned No