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
| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
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 |
|---|---|---|---|---|---|---|
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The legible name of the counter. It must be unique in the allowance interface. |
| Type | VARCHAR(256), NOT NULL |
| Definition | The textual and understandable description of the counter |
| Type | VARCHAR(256), NOT NULL |
| Definition | The default value of the counter |
| Type | DECIMAL(28,6), NOT NULL |