null values instead.
| Schema Version | 2023.0.2 | |
| Partitioned | No | |
The NODE_CONTENT 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 |
|---|---|---|---|---|---|---|
| SUB_TYPE |
|
The type of the node content | ||||
| NODE_CONTENT_OID | PK_NODE_CONTENT |
|
The unique identifier of the node content. It is generated by the SAP CC Cockpit back-end application. | |||
| OPERATOR |
|
The operator to apply | ||||
| MESSAGE |
|
The message | ||||
| DECIMAL_COUNT |
|
The number of decimal places | ||||
| ROUNDING_MODE |
|
The rounding mode | ||||
| TABLE_CLASS |
|
The name of the table class to the node content | ||||
| LONGEST_PREFIX_MATCH_INDEX |
|
The index of the column to use for longest prefix matching | ||||
| INPUT_COLUMN_COUNT |
|
The number of input columns | ||||
| SEPARATOR |
|
The separator for string values | ||||
| TRANSFORMATION |
|
The transformation to apply | ||||
| DECIMAL_SEPARATOR |
|
The decimal separator for number values | ||||
| THOUSAND_SEPARATOR |
|
The thousand separator for number values | ||||
| DATE_FORMAT |
|
The date format to use | ||||
| DATE_FIELD |
|
The date field to use | ||||
| LAST_RANGE_BOUNDED |
|
Whether the last range is bounded | ||||
| SOURCE_UNIT |
|
The source unit of time | ||||
| TIME_UNIT |
|
The computed unit of time | ||||
| ROUNDING_UNIT |
|
The unit for rounding | ||||
| DAY_OF_WEEK_CONFIGURATION |
|
The day of week configuration | ||||
| DAY_OF_MONTH_CONFIGURATION |
|
The day of month configuration | ||||
| MONTH_CONFIGURATION |
|
The month configuration | ||||
| YEAR_CONFIGURATION |
|
The year configuration | ||||
| DAY_OF_WEEK |
|
The day of week value | ||||
| DAY_OF_MONTH |
|
The day of month value | ||||
| MONTH |
|
The month value | ||||
| YEAR |
|
The year value | ||||
| EVENT_CLASS |
|
The name of the event class associated to the node content | ||||
| PLAN |
|
The name of the object associated to the node content |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The type of the node content |
| Type | NVARCHAR(50), NOT NULL |
| Definition | The unique identifier of the node content. It is generated by the SAP CC Cockpit back-end application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_NODE_CONTENT |
| Definition | The operator to apply |
| Type | DECIMAL(10), NULL |
| Definition | The message |
| Type | NVARCHAR(2000), NULL |
| Definition | The number of decimal places |
| Type | DECIMAL(10), NULL |
| Definition | The rounding mode |
| Type | DECIMAL(10), NULL |
| Definition | The name of the table class to the node content |
| Type | NVARCHAR(256), NULL |
| Definition | The index of the column to use for longest prefix matching |
| Type | DECIMAL(10), NULL |
| Definition | The number of input columns |
| Type | DECIMAL(10), NULL |
| Definition | The separator for string values |
| Type | NVARCHAR(2000), NULL |
| Definition | The transformation to apply |
| Type | DECIMAL(10), NULL |
| Definition | The decimal separator for number values |
| Type | NVARCHAR(2000), NULL |
| Definition | The thousand separator for number values |
| Type | NVARCHAR(2000), NULL |
| Definition | The date format to use |
| Type | NVARCHAR(2000), NULL |
| Definition | The date field to use |
| Type | DECIMAL(10), NULL |
| Definition | Whether the last range is bounded |
| Type | BOOLEAN, NULL |
| Definition | The source unit of time |
| Type | DECIMAL(10), NULL |
| Definition | The computed unit of time |
| Type | DECIMAL(10), NULL |
| Definition | The unit for rounding |
| Type | DECIMAL(10), NULL |
| Definition | The day of week configuration |
| Type | DECIMAL(10), NULL |
| Definition | The day of month configuration |
| Type | DECIMAL(10), NULL |
| Definition | The month configuration |
| Type | DECIMAL(10), NULL |
| Definition | The year configuration |
| Type | DECIMAL(10), NULL |
| Definition | The day of week value |
| Type | DECIMAL(10), NULL |
| Definition | The day of month value |
| Type | DECIMAL(10), NULL |
| Definition | The month value |
| Type | DECIMAL(10), NULL |
| Definition | The year value |
| Type | DECIMAL(10), NULL |
| Definition | The name of the event class associated to the node content |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the object associated to the node content |
| Type | NVARCHAR(256), NULL |
See the primary key information:
| Column(s) | NODE_CONTENT_OID |
| Tablespace | COCKPIT_INDX |