| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CAPI_CHARGED_ITEM_MAPPING 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_CAPI_CHARGED_ITEM_MAPPING |
|
The identifier of the charged item mapping; it is generated by the system. | |||
| CAPI_OID | IX_CAPI_CITM_CAPI_OID | CAPI (OID)
|
|
The identifier of the charge plan item | ||
| CITC_CODE |
|
The code of the charged item class | ||||
| CITA_CODE |
|
The code of the charged items aggregation policy associated to the charge plan item | ||||
| REPORTING_SCOPE |
|
Specifies the reporting mode to use during the aggregation of charged items within session-based charging operations. When using the "Charged Item" reporting mode, a reporting condition fulfilled for a charged item triggers the reporting of the related charged item only. When using the "Session" reporting mode, a reporting condition fulfilled for a charged item triggers the reporting of all the charged items of the session. This field is only relevant for charge plan items related to master charge components. | ||||
| TYPE |
|
The type of the charged item mapping |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the charged item mapping; it is generated by the system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CAPI_CHARGED_ITEM_MAPPING |
| Definition | The identifier of the charge plan item |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CAPI_CITM_CAPI_OID |
| Definition | The code of the charged item class |
| Type | NVARCHAR(256), NULL |
| Definition | The code of the charged items aggregation policy associated to the charge plan item |
| Description |
|
| Type | NVARCHAR(256), NULL |
| Definition | Specifies the reporting mode to use during the aggregation of charged items within session-based charging operations. When using the "Charged Item" reporting mode, a reporting condition fulfilled for a charged item triggers the reporting of the related charged item only. When using the "Session" reporting mode, a reporting condition fulfilled for a charged item triggers the reporting of all the charged items of the session. This field is only relevant for charge plan items related to master charge components. |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The type of the charged item mapping |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the CAPI_CHARGED_ITEM_MAPPING database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CAPI_OID |
| Unique | No |
| Partitioned | No |