NODE
Node
Definition
The NODE table contains the definition of the nodes of a
pricing tree.
Technical Data
| Schema Version |
2022.0.2 |
| Filegroup |
COCKPIT_DATA |
| Partitioned |
No |
Summary
The NODE table is defined by the
following columns in your back-end database.
See the column details for more information.
Column Details
The database schema defines the following columns. Check the definitions, types, available
indexes, and
formats:
NODE_OID
| Definition |
The unique identifier of the node. It is generated by the SAP CC Cockpit back-end
application.
|
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_NODE |
| Available Index |
IX_NODE_FTO_FCO_NO |
CHILD_ORDER
| Definition |
The position of the node amongst the other child nodes of its parent node |
| Type |
DECIMAL(10), NULL |
MATERIALIZED_PATH
| Definition |
The path to the node from the root of the tree, represented as the unique identifiers
of the nodes separated by the '/' character
|
| Type |
NVARCHAR(MAX), NULL |
VERSION
| Definition |
The version of the node |
| Type |
DECIMAL(28), NOT NULL |
FK_CONTENT_OID
FK_PARENT_OID
| Definition |
The unique identifier of the parent node of the node |
| Type |
DECIMAL(28), NULL |
| Available Index |
IX_NODE_FPO |
| Available Index |
IX_NODE_FPO_FMO |
FK_TREE_OID
Primary Key Details
See the primary key information:
PK_NODE
Index Details
The following database indexes are available in the
NODE database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_NODE_FTO
| Indexed Column(s) |
FK_TREE_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
COCKPIT_INDX |
IX_NODE_FPO
| Indexed Column(s) |
FK_PARENT_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
COCKPIT_INDX |
IX_NODE_FPO_FMO
| Indexed Column(s) |
FK_PARENT_OID,FK_METADATA_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
COCKPIT_INDX |
IX_NODE_FTO_FCO_NO
| Indexed Column(s) |
FK_TREE_OID,FK_CONTENT_OID,NODE_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
COCKPIT_INDX |