OUT_MACRO_PROPERTY
Definition
The OUT_MACRO_PROPERTY table contains the descriptions of the properties generated
in pricing macros
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The OUT_MACRO_PROPERTY table is defined by the
following columns.
See the column details for more information.
Column Details
MACR_OID
| Definition |
The identifier of the pricing macro owning the property |
| Type |
DECIMAL(28), NULL |
| Available Index |
IX_OUT_MACRO_PROPERTY |
INDEX_IN_MACR
| Definition |
The index of the generated property in the pricing macro |
| Type |
DECIMAL(3), NOT NULL |
NAME
| Definition |
The name of the property |
| Type |
VARCHAR(256), NOT 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 |
DESCRIPTION
| Definition |
The description of the property |
| Type |
VARCHAR(2000), NULL |
NUMBER_VALUE
| Definition |
The default value of the property when it is a number |
| Type |
DECIMAL(28,6), NULL |
STRING_VALUE
| Definition |
The default value of the property when it is a string |
| Type |
VARCHAR(256), NULL |
DATE_VALUE
| Definition |
The default value of the property when it is a date |
| Type |
TIMESTAMP, NULL |
Index Details
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:
IX_OUT_MACRO_PROPERTY
| Indexed Column(s) |
MACR_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |