CONTEXT_PROPERTY

Context Property

Definition


The CONTEXT_PROPERTY table contains the context properties defined in a node content.

Technical Data


Schema Version 2022.0.2
Segment COCKPIT_DATA
Partitioned No

Summary


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

      More...

      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

                    More...

                    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)

                          More...

                          Column Details

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

                          CONTEXT_PROPERTY_OID

                          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

                          CATEGORY

                          Definition The category of the context property
                          Format

                          The possible values are:

                          • -1: internal properties
                          • 0: default properties
                          • 1: item properties
                          • 2: parameter properties
                          • 3: counter properties
                          • 4: computed properties

                          Type DECIMAL(10), NULL
                          Available Index IX_CONTEXT_PROPERTY_C_C_T_K
                          Available Index IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO

                          COMPUTED

                          Definition Whether the context property is computed by the node content
                          Type NUMERIC(1,0), NOT NULL
                          Available Index IX_CONTEXT_PROPERTY_C_C_T_K
                          Available Index IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO

                          OPTIONAL

                          Definition Whether the context property is optional
                          Type NUMERIC(1,0), NOT NULL

                          DATE_VALUE

                          Definition The constant date value of the context property
                          Type DATETIME, NULL

                          KEY

                          Definition The key of the context property
                          Type NVARCHAR(256), NULL

                          NUMBER_VALUE

                          Definition The constant number value of the context property
                          Type DECIMAL(28,6), NULL

                          STRING_VALUE

                          Definition The constant string value of the context property
                          Type NVARCHAR(2000), NULL

                          TYPE

                          Definition The type of the context property
                          Format

                          The possible values are:

                          • 0: number
                          • 1: string
                          • 2: date

                          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

                          FK_CONTENT_OID

                          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

                          PROPERTY_ORDER

                          Definition The position of the context property amongst the other context properties of the associated node content
                          Type DECIMAL(10), NULL

                          VALUE_TYPE

                          Definition The value type of the context property (property or constant)
                          Format

                          The possible values are:

                          • 0: property
                          • 1: constant

                          Type DECIMAL(10), NOT NULL

                          Primary Key Details

                          See the primary key information:

                          PK_CONTEXT_PROPERTY

                          Column(s) CONTEXT_PROPERTY_OID
                          Segment COCKPIT_INDX

                          Index Details

                          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:

                          IX_CONTEXT_PROPERTY_FCO

                          Indexed Column(s) FK_CONTENT_OID
                          Unique No
                          Partitioned No
                          Clustered No
                          Segment COCKPIT_INDX

                          IX_CONTEXT_PROPERTY_FCO_CPO

                          Indexed Column(s) FK_CONTENT_OID,CONTEXT_PROPERTY_OID
                          Unique No
                          Partitioned No
                          Clustered No
                          Segment COCKPIT_INDX

                          IX_CONTEXT_PROPERTY_C_C_T_K

                          Indexed Column(s) COMPUTED,CATEGORY,TYPE,"KEY"
                          Unique No
                          Partitioned No
                          Clustered No
                          Segment COCKPIT_INDX

                          IX_CONTEXT_PROPERTY_K_C_T_C_CPO_FCO

                          Indexed Column(s) "KEY",CATEGORY,TYPE,COMPUTED,CONTEXT_PROPERTY_OID,FK_CONTENT_OID
                          Unique No
                          Partitioned No
                          Clustered No
                          Segment COCKPIT_INDX