ALLOWANCE_INTERFACE_COUNTER

Counters of the Allowance Interface (in Business and Custom Data)

Definition


The ALLOWANCE_INTERFACE_COUNTER table describes the counters of the unique allowance interface of the SAP CC system

Description


The ALLOWANCE_INTERFACE_COUNTER table contains all the counters of the unique allowance interface configured in the SAP CC Core Server system.

The allowance interface defines the common parameters and counters of all the allowances configured in provider contracts of a service provider and its customer service. The SAP CC system uses this data configuration when creating a new allowance.

See also: ALLOWANCE_INTERFACE_PARAMETER

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The ALLOWANCE_INTERFACE_COUNTER table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
CLIENT_NUMBER        

    The client number associated to the counter
    NAME        

      The legible name of the counter. It must be unique in the allowance interface.
      DESCRIPTION        

        The textual and understandable description of the counter
        DEFAULT_VALUE        

          The default value of the counter

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          CLIENT_NUMBER

          Definition The client number associated to the counter
          Type DECIMAL(3), NOT NULL

          NAME

          Definition The legible name of the counter. It must be unique in the allowance interface.
          Type VARCHAR(256), NOT NULL

          DESCRIPTION

          Definition The textual and understandable description of the counter
          Type VARCHAR(256), NOT NULL

          DEFAULT_VALUE

          Definition The default value of the counter
          Type DECIMAL(28,6), NOT NULL