CAPI

Charge Plan and Refill Plan Items

Description


charge plans and refill plans

These definitions are completed with information stored in the CAPI_xx database tables ( CAPI_CHARGE_COMPONENT_REF, ...).

Note

For compatibility reasons, the name of this table remains unchanged even if the table concerns also the refill items used in the SAP CC system.

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_CAPI        CAPI_CHARGE_COMPONENT_REF (CAPI_OID)
CAPI_PARAMETER (CAPI_OID)
CAPI_PARAMETER_REF (CAPI_OID)
CAPI_COUNTER (CAPI_OID)
CAPI_COUNTER_REF (CAPI_OID)
CAPI_USER_TECH_ID_REF (CAPI_OID)
CAPI_ACCOUNT_ASSIGNMENT_REF (CAPI_OID)
CAPI_CHARGED_ITEM_MAPPING (CAPI_OID)
CAPI_TAX_PARAMETER_SET (CAPI_OID)
 
CAPA_OID     IX_CAPA_ITM  CAPA (OID)
 
 
ID          
RELATIONSHIP_TYPE          
OPERATION_TYPE          

Column Details


OID

Definition The unique identifier of the charge plan item
Description The unique identifier of the charge plan item. It is generated by the SAP CC system.
Type DECIMAL(28), NOT NULL
Primary Key PK_CAPI

CAPA_OID

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

ID

Definition The identification name of the charge plan item in the charge plan
Type VARCHAR2(256 CHAR), NOT NULL

RELATIONSHIP_TYPE

Definition The type of relationship with the service provider
Format

The possible values are:

  • 0: client
  • 1: partner

Type DECIMAL(1), NOT NULL

OPERATION_TYPE

Definition This field indicates whether the account of the client or the partner involved will be credited or debited
Format

The possible values are:

  • 0: debit
  • 1: credit

Type DECIMAL(1), NOT NULL

Primary Key Details


PK_CAPI

Column(s) OID
Tablespace CATALOG_INDX

Index Details


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

IX_CAPA_ITM

Indexed Column(s) CAPA_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX