| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The TAX_PARAMETER_SET 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_TAX_PARAMETER_SET |
|
The identifier of the tax parameter set | |||
| CCON_OID | IX_TXPS_CCON | CHARGE_CONDITION (OID)
|
|
The identifier of the charge condition | ||
| TAX_MODULE |
|
The code of the tax module |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the tax parameter set |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_TAX_PARAMETER_SET |
| Definition | The identifier of the charge condition |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_TXPS_CCON |
| Definition | The code of the tax module |
| Type | NVARCHAR(256), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
The following database indexes are available in the TAX_PARAMETER_SET database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CCON_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |