| Schema Version | 2023.0.2 | |
| Partitioned | No | |
The NODE_METADATA 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 |
|---|---|---|---|---|---|---|
| NODE_METADATA_OID | PK_NODE_METADATA |
|
The unique identifier of the node metadata. It is generated by the SAP CC Cockpit back-end application. | |||
| ERROR_STATE |
|
The error state of the associated node | ||||
| INDEX |
|
The index of the node amongst the other nodes used to represent the different branches of a same pricing component | ||||
| MISSING_NODE |
|
Whether the associated node is missing a child node | ||||
| NAME |
|
The name of the associated node.
If set to null, a name is computed based on the type and configuration of the associated node.
|
||||
| SUB_TYPE |
|
The type of pricing component represented by the associated node |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the node metadata. It is generated by the SAP CC Cockpit back-end application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_NODE_METADATA |
| Definition | The error state of the associated node |
| Format |
The possible values are:
|
| Type | DECIMAL(5), NOT NULL |
| Definition | The index of the node amongst the other nodes used to represent the different branches of a same pricing component |
| Type | DECIMAL(5), NOT NULL |
| Definition | Whether the associated node is missing a child node |
| Type | BOOLEAN, NOT NULL |
| Definition |
The name of the associated node.
If set to null, a name is computed based on the type and configuration of the associated node.
|
| Type | NVARCHAR(256), NULL |
| Definition | The type of pricing component represented by the associated node |
| Type | DECIMAL(5), NOT NULL |
See the primary key information:
| Column(s) | NODE_METADATA_OID |
| Tablespace | COCKPIT_INDX |