Table:
ACTI_CHARGING_MAPPING
|
Table Name
|
ACTI_CHARGING_MAPPING |
| Table Description |
The ACTI_CHARGING_MAPPING table is the mapping between the reference and the account to be charged in a charge activation.
|
| Tablespace |
SUBSCRIBER_DATA |
| Database |
Core Database |
|
Partitioned
|
Yes
|
|
Columns
|
|
Columns of the Table
The ACTI_CHARGING_MAPPING database table is defined by the following columns.
Column: ACTI_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CHARGE_ACTIVATION
- Foreign field(s): OID
|
| Index(es) |
IX_CA_MAPPING
|
| Column Description |
The identifier of the charge activation. |
Column: SUAC_OID
| Value Type |
BIGINT, NOT NULL |
| Column Description |
The identifier of the subscriber account. |
Column: REFERENCE_CODE
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The code of the charging reference. |
Column: EXTERNAL_ACCOUNT_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the external account if the account to be charged is external. |
Column: PREPAID_ACCOUNT_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the prepaid account if the account to be charged is prepaid. |
Column: CREDIT_LIMIT1_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the first credit limit balance. |
Column: CREDIT_LIMIT2_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the second credit limit balance. |
Column: CREDIT_LIMIT3_CODE
| Value Type |
VARCHAR(256) |
| Column Description |
The code of the third credit limit balance. |
Column: ROOT_SUBS_OID
| Value Type |
BIGINT, NOT NULL |
| Index(es) |
IX_ACM_ROOT_SUBS_OID
|
| Column Description |
The identifier of the root subscription for the charge activation. |
Column: PARTITION_ID
| Value Type |
SMALLINT, NOT NULL |
| Column Description |
The partition of the subscriber account containing the charge activation. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.