| Schema Version | 2022.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The CONTEXT_PROPERTY 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 |
|---|---|---|---|---|---|---|
| CONTEXT_PROPERTY_OID | PK_CONTEXT_PROPERTY | IX_CONTEXT_PROPERTY_FCO_CPOIX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
|
The unique identifier of the context property. It is generated by the SAP CC Cockpit back-end application. | ||
| CATEGORY | IX_CONTEXT_PROPERTY_C_C_T_KIX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
|
The category of the context property | |||
| COMPUTED | IX_CONTEXT_PROPERTY_C_C_T_KIX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
|
Whether the context property is computed by the node content | |||
| OPTIONAL |
|
Whether the context property is optional | ||||
| DATE_VALUE |
|
The constant date value of the context property | ||||
| KEY |
|
The key of the context property | ||||
| NUMBER_VALUE |
|
The constant number value of the context property | ||||
| STRING_VALUE |
|
The constant string value of the context property | ||||
| TYPE | IX_CONTEXT_PROPERTY_C_C_T_KIX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
|
The type of the context property | |||
| FK_CONTENT_OID | IX_CONTEXT_PROPERTY_FCOIX_CONTEXT_PROPERTY_FCO_CPOIX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
|
The unique identifier of the node content associated to the context property | |||
| PROPERTY_ORDER |
|
The position of the context property amongst the other context properties of the associated node content | ||||
| VALUE_TYPE |
|
The value type of the context property (property or constant) |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the context property. It is generated by the SAP CC Cockpit back-end application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CONTEXT_PROPERTY |
| Available Index | IX_CONTEXT_PROPERTY_FCO_CPO |
| Available Index | IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
| Definition | The category of the context property |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Available Index | IX_CONTEXT_PROPERTY_C_C_T_K |
| Available Index | IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
| Definition | Whether the context property is computed by the node content |
| Type | NUMBER(1,0), NOT NULL |
| Available Index | IX_CONTEXT_PROPERTY_C_C_T_K |
| Available Index | IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
| Definition | Whether the context property is optional |
| Type | NUMBER(1,0), NOT NULL |
| Definition | The constant date value of the context property |
| Type | DATE, NULL |
| Definition | The key of the context property |
| Type | VARCHAR2(256 CHAR), NULL |
| Definition | The constant number value of the context property |
| Type | DECIMAL(28,6), NULL |
| Definition | The constant string value of the context property |
| Type | VARCHAR2(2000 CHAR), NULL |
| Definition | The type of the context property |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NOT NULL |
| Available Index | IX_CONTEXT_PROPERTY_C_C_T_K |
| Available Index | IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
| Definition | The unique identifier of the node content associated to the context property |
| Type | DECIMAL(28), NULL |
| Available Index | IX_CONTEXT_PROPERTY_FCO |
| Available Index | IX_CONTEXT_PROPERTY_FCO_CPO |
| Available Index | IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO |
| Definition | The position of the context property amongst the other context properties of the associated node content |
| Type | DECIMAL(10), NULL |
| Definition | The value type of the context property (property or constant) |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NOT NULL |
See the primary key information:
| Column(s) | CONTEXT_PROPERTY_OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the CONTEXT_PROPERTY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | FK_CONTENT_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | FK_CONTENT_OID,CONTEXT_PROPERTY_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | COMPUTED,CATEGORY,TYPE,"KEY" |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | "KEY",CATEGORY,TYPE,COMPUTED,CONTEXT_PROPERTY_OID,FK_CONTENT_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |