IN_MACRO_PROPERTY

Definition


The IN_MACRO_PROPERTY table contains the descriptions of rating context properties in the pricing macros

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The IN_MACRO_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
MACR_OID     IX_IN_MACRO_PROPERTY  PRICING_MACRO (OID)
 

    The identifier of the pricing macro owning the property
    INDEX_IN_MACR        

      The index of the property in the pricing macro
      NAME        

        The name of the property
        DESCRIPTION        

          The description of the property
          VALUE_TYPE        

            The type of the property

            More...

            COUNTER        

              Indicates if the property is a counter

              More...

              NB_ADDITIONAL_INFO        

                The number of additional info for this parameter

                Column Details

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

                MACR_OID

                Definition The identifier of the pricing macro owning the property
                Type DECIMAL(28), NULL
                Available Index IX_IN_MACRO_PROPERTY

                INDEX_IN_MACR

                Definition The index of the property in the pricing macro
                Type DECIMAL(3), NOT NULL

                NAME

                Definition The name of the property
                Type NVARCHAR(256), NOT NULL

                DESCRIPTION

                Definition The description of the property
                Type NVARCHAR(2000), NULL

                VALUE_TYPE

                Definition The type of the property
                Format

                The possible values are:

                • 0: number
                • 1: string
                • 2: date
                • 4: multi-valued number
                • 5: multi-valued string

                Type DECIMAL(1), NOT NULL

                COUNTER

                Definition Indicates if the property is a counter
                Format

                The possible values are:

                • 0: the property is not a counter.
                • 1: the property is a counter and the VALUE_TYPE field is set to 0 as for any number.

                Type DECIMAL(1), NOT NULL

                NB_ADDITIONAL_INFO

                Definition The number of additional info for this parameter
                Type DECIMAL(3), NOT NULL

                Index Details

                The following database indexes are available in the IN_MACRO_PROPERTY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

                IX_IN_MACRO_PROPERTY

                Indexed Column(s) MACR_OID
                Unique No
                Partitioned No
                Clustered No