NODE_METADATA

Node Metadata

Definition


The NODE_METADATA table contains metadata about the nodes of a pricing tree.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


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

      More...

      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

              Column Details

              The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

              NODE_METADATA_OID

              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

              ERROR_STATE

              Definition The error state of the associated node
              Format

              The possible values are:

              • 0: the configuration of the node has no issue
              • 1: the configuration of the node contains warnings
              • 1: the configuration of the node contains errors

              Type DECIMAL(5), NOT NULL

              INDEX

              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

              MISSING_NODE

              Definition Whether the associated node is missing a child node
              Type BIT, NOT NULL

              NAME

              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

              SUB_TYPE

              Definition The type of pricing component represented by the associated node
              Type DECIMAL(5), NOT NULL

              Primary Key Details

              See the primary key information:

              PK_NODE_METADATA

              Column(s) NODE_METADATA_OID
              Filegroup COCKPIT_DATA