ALLOWANCE_PLAN

Allowance Plans (Master Data)

Definition


The ALLOWANCE_PLAN table contains the basic definition of the allowance plans stored in the pricing catalog of a service provider

Description


The ALLOWANCE_PLAN table contains the basic definition of the allowance plans stored in the pricing catalog of a service provider.

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

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_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_ALLOWANCE_PLAN       

The unique identifier of the allowance plan. It is generated by the SAP CC Cockpit application.
IN_ERROR_STATE        

    Indicates whether the allowance plan is in error or not

    More...

    CHILD_IN_ERROR        

      Indicates whether a sub object of the allowance plan has error or not

      More...

      NAME     IX_ALLOWANCE_PLAN_NAME   

        The name of the allowance plan
        RELEASED_OID        

          The unique identifier of the released allowance plan when its is being modified
          STATE     IX_ALLOWANCE_PLAN_STATE   

            The state of the allowance plan

            More...

            CATALOG     IX_ALLOWANCE_PLAN_CATALOG  CATALOG (NAME)
             

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

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

                  The description of the allowance plan
                  IS_LOCKED_BY_ME        

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

                      The last creation or modification date of the allowance plan
                      LOCKING_USER        

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

                          The change number of the allowance plan

                          More...

                          UNSAVED_CHANGES        

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

                              Indicates whether the allowance plan is compatible with the SAP CC Cockpit or not

                              More...

                              ALLOWANCE_LOGIC_NAME        

                                The name of the allowance logic
                                TEMPLATE_KEY        

                                  The allowance plan template key
                                  TEMPLATE_VERSION        

                                    The allowance plan template version
                                    TEMPLATE_NAME        

                                      The name of the allowance plan template is never stored in database. It is computed at runtime by the SAP CC Cockpit back-end application.
                                      TEMPLATE_LATEST_VERSION        

                                        The allowance plan template latest version is never stored in database. It is computed at runtime by the SAP CC Cockpit back-end application.
                                        GENERATE_CHARGED_ITEM        

                                          Indicates whether the allowance plan can generate charged items or not when it is executed by the SAP CC Core server system
                                          CHARGED_ITEM_CLASS       CHARGED_ITEM_CLASS (NAME)
                                           

                                            The class name of the generated charged item when the SAP CC Core Server system runs the allowance plan
                                            CHARGEDITEMDEFINITION_OID       CHARGED_ITEM_DEFINITION (OID)
                                             

                                              The unique identifier of the charged item definition used by the generated charged item class

                                              Column Details

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

                                              OID

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

                                              IN_ERROR_STATE

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

                                              The possible values are:

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

                                              Type BIT, NULL

                                              CHILD_IN_ERROR

                                              Definition Indicates whether a sub object of the allowance plan has error or not
                                              Format

                                              The possible values are:

                                              • 0: No dependent objects in error
                                              • 1: One or more dependent objects in error

                                              Type DECIMAL(10), NOT NULL

                                              NAME

                                              Definition The name of the allowance plan
                                              Type NVARCHAR(256), NULL
                                              Available Index IX_ALLOWANCE_PLAN_NAME

                                              RELEASED_OID

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

                                              STATE

                                              Definition The state of the allowance plan
                                              Format

                                              The possible values are:

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

                                              Type DECIMAL(3), NULL
                                              Available Index IX_ALLOWANCE_PLAN_STATE

                                              CATALOG

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

                                              CC_OID

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

                                              DESCRIPTION

                                              Definition The description of the allowance plan
                                              Type NVARCHAR(2000), 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 BIT, NULL

                                              LAST_CHANGE

                                              Definition The last creation or modification date of the allowance plan
                                              Type DATETIME, NULL

                                              LOCKING_USER

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

                                              OBJECT_CHANGE_NUMBER

                                              Definition The change number of the allowance plan
                                              Description

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

                                              Type DECIMAL(28), NULL

                                              UNSAVED_CHANGES

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

                                              INCOMPATIBLE

                                              Definition Indicates whether the allowance plan is compatible with the SAP CC Cockpit or not
                                              Format

                                              The possible values are:

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

                                              Type BIT, NOT NULL

                                              ALLOWANCE_LOGIC_NAME

                                              Definition The name of the allowance logic
                                              Type NVARCHAR(256), NULL

                                              TEMPLATE_KEY

                                              Definition The allowance plan template key
                                              Type NVARCHAR(150), NULL

                                              TEMPLATE_VERSION

                                              Definition The allowance plan template version
                                              Type NVARCHAR(20), NULL

                                              TEMPLATE_NAME

                                              Definition The name of the allowance plan template is never stored in database. It is computed at runtime by the SAP CC Cockpit back-end application.
                                              Type NVARCHAR(1), NULL

                                              TEMPLATE_LATEST_VERSION

                                              Definition The allowance plan template latest version is never stored in database. It is computed at runtime by the SAP CC Cockpit back-end application.
                                              Type NVARCHAR(1), NULL

                                              GENERATE_CHARGED_ITEM

                                              Definition Indicates whether the allowance plan can generate charged items or not when it is executed by the SAP CC Core server system
                                              Type BIT, NOT NULL

                                              CHARGED_ITEM_CLASS

                                              Definition The class name of the generated charged item when the SAP CC Core Server system runs the allowance plan
                                              Type NVARCHAR(256), NULL

                                              CHARGEDITEMDEFINITION_OID

                                              Definition The unique identifier of the charged item definition used by the generated charged item class
                                              Type DECIMAL(28), NULL

                                              Primary Key Details

                                              See the primary key information:

                                              PK_ALLOWANCE_PLAN

                                              Column(s) OID
                                              Filegroup COCKPIT_DATA

                                              Index Details

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

                                              IX_ALLOWANCE_PLAN_NAME

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

                                              IX_ALLOWANCE_PLAN_STATE

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

                                              IX_ALLOWANCE_PLAN_CATALOG

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