The PROPERTY_DESCRIPTION table describes the properties of a chargeable item class.
| Schema Version | 2022.0.2 | |
| Segment | COCKPIT_DATA | |
| Partitioned | No | |
The PROPERTY_DESCRIPTION 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_PROPERTY_DESCRIPTION |
|
The unique identifier of the property. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of the property. It must be unique for a chargeable item class. | ||||
| DESCRIPTION |
|
The description of the property | ||||
| INDEX_IN_ITEM |
|
The position of the property in the chargeable item class | ||||
| TYPE |
|
The type of the property | ||||
| IN_ERROR_STATE |
|
Indicates whether the property is in error or not | ||||
| RELEASED_OID |
|
The unique identifier of the released property when its being modified | ||||
| STATE |
|
The state of the property | ||||
| RELEASED |
|
Indicates whether the property is in released state or not | ||||
| CHARGEABLEITEMCLASS_OID | CHARGEABLE_ITEM_CLASS (OID)
|
|
The unique identifier of the chargeable item class that owns the property |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the property. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PROPERTY_DESCRIPTION |
| Definition | The name of the property. It must be unique for a chargeable item class. |
| Type | NVARCHAR(256), NULL |
| Definition | The description of the property |
| Type | NVARCHAR(2000), NULL |
| Definition | The position of the property in the chargeable item class |
| Type | DECIMAL(10), NOT NULL |
| Definition | The type of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | Indicates whether the property is in error or not |
| Format |
The possible values are:
|
| Type | NUMERIC(1,0), NULL |
| Definition | The unique identifier of the released property when its being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | Indicates whether the property is in released state or not |
| Format |
The possible values are:
|
| Type | NUMERIC(1,0), NOT NULL |
| Definition | The unique identifier of the chargeable item class that owns the property |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Segment | COCKPIT_INDX |