| Schema Version | 5.0.6 | |
| Partitioned | No | |
The OUT_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_OUT_MACRO_PROPERTY | PRICING_MACRO (OID)
|
|
The identifier of the pricing macro owning the property | ||
| INDEX_IN_MACR |
|
The index of the generated property in the pricing macro | ||||
| NAME |
|
The name of the property | ||||
| VALUE_TYPE |
|
The type of the property | ||||
| DESCRIPTION |
|
The description of the property | ||||
| NUMBER_VALUE |
|
The default value of the property when it is a number | ||||
| STRING_VALUE |
|
The default value of the property when it is a string | ||||
| DATE_VALUE |
|
The default value of the property when it is a date |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the pricing macro owning the property |
| Type | DECIMAL(28), NULL |
| Available Index | IX_OUT_MACRO_PROPERTY |
| Definition | The index of the generated property in the pricing macro |
| Type | DECIMAL(3), NOT NULL |
| Definition | The name of the property |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The type of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The description of the property |
| Type | NVARCHAR(2000), NULL |
| Definition | The default value of the property when it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The default value of the property when it is a string |
| Type | NVARCHAR(256), NULL |
| Definition | The default value of the property when it is a date |
| Type | DATETIME, NULL |
The following database indexes are available in the OUT_MACRO_PROPERTY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | MACR_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |