The ALLOWANCE_EVENT_CLASS table contains the description of each allowance event class.
The allowance event class is composed by a list of allowance event class properties.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The ALLOWANCE_EVENT_CLASS 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 |
|---|---|---|---|---|---|---|
| OID | PK_ALLOWANCE_EVENT_CLASS |
|
The unique identifier of the allowance event class | |||
| IN_ERROR_STATE |
|
Indicates whether the allowance event class is in error or not | ||||
| CHILD_IN_ERROR |
|
Indicates whether the allowance event class has fields in error or not | ||||
| NAME |
|
The name of the allowance event class | ||||
| RELEASED_OID |
|
The unique identifier of the released allowance event class when its is being modified | ||||
| STATE |
|
The state of the allowance event class | ||||
| CC_NAME |
|
The name of the allowance event class in the SAP CC Core Server system | ||||
| DESCRIPTION |
|
The description of the allowance event class | ||||
| ALLOWANCEPLAN_OID | ALLOWANCE_PLAN (OID)
|
|
The unique identifier of the allowance plan having this allowance event class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the allowance event class |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ALLOWANCE_EVENT_CLASS |
| Definition | Indicates whether the allowance event class is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | Indicates whether the allowance event class has fields in error or not |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NOT NULL |
| Definition | The name of the allowance event class |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the released allowance event class when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the allowance event class |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | The name of the allowance event class in the SAP CC Core Server system |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the allowance event class |
| Type | NVARCHAR(2000), NULL |
| Definition | The unique identifier of the allowance plan having this allowance event class |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |