CAPA_CHARGE_DEPENDENCY

Definition


The CAPA_CHARGE_DEPENDENCY table contains the charge dependencies of the charge plan

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
CAPA_OID     IX_CAPA_CHDE  CAPA (OID)
 
 
MASTER_CODE          
DEPENDENT_CODE          
DEPENDENCY_INDEX          

Column Details


CAPA_OID

Definition The identifier of the charge plan
Type DECIMAL(28), NOT NULL
Available Index IX_CAPA_CHDE

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

DEPENDENCY_INDEX

Definition The index of the charge dependency
Type DECIMAL(3), NOT NULL

Index Details


The following database indexes are available in the CAPA_CHARGE_DEPENDENCY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_CAPA_CHDE

Indexed Column(s) CAPA_OID
Unique No
Partitioned No
Clustered No
Segment CATALOG_INDX