PRICING_MACRO
Description
Technical Data
Summary
The PRICING_MACRO table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The pricing macro unique ID |
| Description |
The pricing macro unique ID. It is generated by the SAP CC system. |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_PRICING_MACRO |
CODE
| Definition |
The code of the pricing macro |
| Type |
NVARCHAR(256), NOT NULL |
| Available Index |
IX_PRICING_MACRO_CODE |
DESCRIPTION
| Definition |
The description of the pricing macro |
| Type |
NVARCHAR(2000), NULL |
OWNER
Primary Key Details
PK_PRICING_MACRO
Index Details
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:
IX_PRICING_MACRO_OWNER
| Indexed Column(s) |
OWNER |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Segment |
CATALOG_INDX |
IX_PRICING_MACRO_CODE
| Indexed Column(s) |
CODE |
| Unique |
Yes |
| Partitioned |
No |
| Clustered |
No |
| Segment |
CATALOG_INDX |