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:
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
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 | ||||
| CHILD_IN_ERROR |
|
Indicates whether a sub object of the allowance plan has error or not | ||||
| 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 | |||
| 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 | ||||
| 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 | ||||
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| 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 |
| Definition | Indicates whether the allowance plan is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | Indicates whether a sub object of the allowance plan has error or not |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NOT NULL |
| Definition | The name of the allowance plan |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_ALLOWANCE_PLAN_NAME |
| Definition | The unique identifier of the released allowance plan when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the allowance plan |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_ALLOWANCE_PLAN_STATE |
| Definition | The name of the pricing catalog that owns the allowance plan |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_ALLOWANCE_PLAN_CATALOG |
| Definition | The unique identifier of the allowance plan in the SAP CC Core Server system |
| Type | DECIMAL(28), NULL |
| Definition | The description of the allowance plan |
| Type | NVARCHAR(2000), NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BIT, NULL |
| Definition | The last creation or modification date of the allowance plan |
| Type | DATETIME, NULL |
| Definition | The name of the SAP CC user who opened the allowance plan in creation or modification |
| Type | NVARCHAR(256), NULL |
| 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 |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BIT, NULL |
| Definition | Indicates whether the allowance plan is compatible with the SAP CC Cockpit or not |
| Format |
The possible values are:
|
| Type | BIT, NOT NULL |
| Definition | The name of the allowance logic |
| Type | NVARCHAR(256), NULL |
| Definition | The allowance plan template key |
| Type | NVARCHAR(150), NULL |
| Definition | The allowance plan template version |
| Type | NVARCHAR(20), NULL |
| 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 |
| 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 |
| 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 |
| Definition | The class name of the generated charged item when the SAP CC Core Server system runs the allowance plan |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the charged item definition used by the generated charged item class |
| Type | DECIMAL(28), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
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:
| Indexed Column(s) | NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | CATALOG |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |