CHARGE_DEPENDENCY
Definition
The CHARGE_DEPENDENCY table describes the relationships between charges in offers
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The CHARGE_DEPENDENCY table is defined by the
following columns.
See the column details for more information.
Column Details
MASTER_CODE
| Definition |
The code of the master charge |
| Type |
VARCHAR(256), NOT NULL |
DEPENDENT_CODE
| Definition |
The code of the dependent charge |
| Type |
VARCHAR(256), NOT NULL |
OFFE_OID
| Definition |
The identifier of the offer |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_CD_O_OID |
DEPENDENCY_INDEX
| Definition |
The number of this dependency when the dependencies are arranged in order of priority
inside the offer
|
| Type |
DECIMAL(3), NULL |
Index Details
The following database indexes are available in the
CHARGE_DEPENDENCY database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_CD_O_OID
| Indexed Column(s) |
OFFE_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |