| Schema Version | 5.0.6 | |
| Partitioned | No | |
The PRICING_MACRO 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 |
|---|---|---|---|---|---|---|
| OID | PK_PRICING_MACRO |
|
The pricing macro unique ID | |||
| CODE | IX_PRICING_MACRO_CODE |
|
The identification code (or NAME) for the pricing macro | |||
| DESCRIPTION |
|
The textual and understandable description of the pricing macro | ||||
| OWNER | IX_PRICING_MACRO_OWNER | CATALOG_ENTRY (OWNER)
|
|
The owner information of the pricing macro |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The pricing macro unique ID |
| Description |
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PRICING_MACRO |
| Definition | The identification code (or NAME) for the pricing macro |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_PRICING_MACRO_CODE |
| Definition | The textual and understandable description of the pricing macro |
| Type | NVARCHAR(2000), NULL |
| Definition | The owner information of the pricing macro |
| Type | NVARCHAR(64), NOT NULL |
| Available Index | IX_PRICING_MACRO_OWNER |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |
The following database indexes are available in the PRICING_MACRO database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | OWNER |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Indexed Column(s) | CODE |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |