| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CAPI_PARAMETER_REF 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_PARAMETER_REF |
|
The unique identifier of the charge plan parameter reference | |||
| CAPI_OID | IX_CAPA_PREF | CAPI (OID)
|
|
The identifier of the charge plan item | ||
| NAME |
|
The name of the charge plan item parameter | ||||
| TARGET_NAME |
|
The name of the charge plan parameter referenced by the charge plan item parameter | ||||
| VALUE_TYPE |
|
The type of the charge plan item parameter | ||||
| START_DATE |
|
The start date of the parameter reference period in the chronology | ||||
| END_DATE |
|
The end date of the parameter reference period in the chronology |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charge plan parameter reference |
| Description |
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CAPI_PARAMETER_REF |
| Definition | The identifier of the charge plan item |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CAPA_PREF |
| Definition | The name of the charge plan item parameter |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The name of the charge plan parameter referenced by the charge plan item parameter |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The type of the charge plan item parameter |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The start date of the parameter reference period in the chronology |
| Type | SECONDDATE, NULL |
| Definition | The end date of the parameter reference period in the chronology |
| Type | SECONDDATE, NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the CAPI_PARAMETER_REF 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 |