SUBSCRIBER_ACCOUNT

Subscriber Accounts (Customer Master Data)

Description


The SUBSCRIBER_ACCOUNT table stores the subscriber account master data for each end customer (subscriber) who uses a service from a service provider. A subscriber account may include a set of:

A subscriber account represents a set of subscriptions belonging to a subscriber.

Note

Consider the customer data that belongs to a subscriber account:

Technical Data


Schema Version 4.5.13
Tablespace SUBSCRIBER_DATA
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


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

Name PK FK IX Uses Used by
OID PK_SUBSCRIBER_ACCOUNT        SUAC_ADDITIONAL_INFO (SUAC_OID)
PREPAID_ACCOUNT (SUAC_OID)
EXTERNAL_ACCOUNT (SUAC_OID)
EXPIRATION_ALERT (SUAC_OID)
CREDIT_LIMIT_BALANCE (SUAC_OID)
COUNTER (SUAC_OID)
AMOUNT_ALERT (SUAC_OID)
RATING_SESSION_@NUMBER@ (SUAC_OID)
CACO (SUAC_OID)
SURT (SUAC_OID)
 
CODE     IX_SUAC_CODE     
SUBSCRIBER          
SERVICE_PROVIDER     IX_SUAC_CODE     
DESCRIPTION          
TAXATION_MODULE          
TAX_CODE          
TAXATION_MODE          
TAX_DATA          
PREPAID_TAXATION_TYPE          
PREPAID_TRANSAC_PARTITION_ID          
PARTITION_ID     IX_SUAC_CODE     

Column Details


OID

Definition The unique identifier of the subscriber account in the customer master data. It is generated by the SAP CC system.
Type DECIMAL(28), NOT NULL
Primary Key PK_SUBSCRIBER_ACCOUNT

CODE

Definition The identification code (or code name) of the subscriber account in the customer master data of a service provider
Type VARCHAR(256), NOT NULL
Available Index IX_SUAC_CODE

SUBSCRIBER

Definition The subscriber of the subscriber account
Description The subscriber of the subscriber account. Generally, this is the end customer who uses the services from the service provider.
Type VARCHAR(256), NOT NULL

SERVICE_PROVIDER

Definition The service provider for the subscriber account. It is the owner of the subscriber account.
Type VARCHAR(256), NOT NULL
Available Index IX_SUAC_CODE

DESCRIPTION

Definition The comprehensive description of the subscriber account
Type VARCHAR(2000), NULL

TAXATION_MODULE

Definition The tax system defined for the subscriber account
Format

The possible values are:

  • 0: VAT
  • 1: EZTax
  • 2: No tax system

Type DECIMAL(1), NOT NULL
Default 0

TAX_CODE

Definition The code of the tax defined for the subscriber account
Format

The possible values are:

  • NO_TAX
  • BY_RULE
  • /EZTAX_AREA/ if using EZTax
  • The following syntax for VAT taxation /<country code>/<sort of tax>#<timestamp> where:
    • <country code> is the ISO code of the country
    • <sort of tax> gives the tax rate to apply:
      • 0: NORMAL_TAX_RATE
      • 1: INTERMEDIARY_TAX_RATE
      • 2: REDUCED_TAX_RATE
      • 3: SUPER_REDUCED_TAX_RATE
      • 4: ZERO_TAX_RATE
      • 5: SPECIAL_TAX_RATE
    • <timestamp> is the number of days before applying the tax rate from the 1st of January 1970.

Type VARCHAR(256), NOT NULL

TAXATION_MODE

Definition The taxation mode for the subscriber account
Format

The possible values are:

  • 0: VENDOR_SUBJECT_TO_PAY
  • 1: BUYER_SUBJECT_TO_PAY
  • 2: BUYER_EXEMPTED
  • 3: NOBODY_SUBJECT_TO_PAY

Type DECIMAL(1), NOT NULL
Default 0

TAX_DATA

Definition The TAX_DATA field includes additional information about taxes in a CSV string
Description The TAX_DATA field includes additional information about taxes in a CSV string. This information can be needed when using VAT or EZTax.
Type VARCHAR(256), NULL

PREPAID_TAXATION_TYPE

Definition The prepaid balance taxation type
Format

The possible values are:

  • 0: Tax excluded
  • 1: Tax included

Type DECIMAL(1), NOT NULL
Default 0

PREPAID_TRANSAC_PARTITION_ID

Definition The partition ID for the prepaid transactions
Type DECIMAL(3), NOT NULL
Default -1

PARTITION_ID

Definition The partition of the subscriber account
Type DECIMAL(4), NOT NULL
Available Index IX_SUAC_CODE

Primary Key Details


PK_SUBSCRIBER_ACCOUNT

Column(s) OID
Tablespace SUBSCRIBER_INDX

Index Details


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

IX_SUAC_CODE

Indexed Column(s) PARTITION_ID,CODE,SERVICE_PROVIDER
Unique Yes
Partitioned No
Tablespace SUBSCRIBER_INDX