CHARGE_DEPENDENCY

Definition


The CHARGE_DEPENDENCY table describes the relationships between charges in offers

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The CHARGE_DEPENDENCY table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
MASTER_CODE          
DEPENDENT_CODE          
OFFE_OID     IX_CD_O_OID  OFFER (OID)
 
 
DEPENDENCY_INDEX          

Column Details


MASTER_CODE

Definition The code of the master charge
Type NVARCHAR(256), NOT NULL

DEPENDENT_CODE

Definition The code of the dependent charge
Type NVARCHAR(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
Clustered No
Segment CATALOG_INDX