PROPERTY_DESCRIPTION
Definition
The PROPERTY_DESCRIPTION table describes the properties of a chargeable item
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The PROPERTY_DESCRIPTION table is defined by the
following columns.
See the column details for more information.
Column Details
NAME
| Definition |
The name of the property. It must be unique for a chargeable item. |
| Type |
VARCHAR2(256 CHAR), NOT NULL |
INDEX_IN_ITEM
| Definition |
The position of the property in the item |
| Type |
DECIMAL(3), NOT NULL |
VALUE_TYPE
| Definition |
The type of the property |
| Format |
The possible values are:
0: number
1: string
2: date
|
| Type |
DECIMAL(1), NOT NULL |
DESCRIPTION
| Definition |
The description of the property |
| Type |
VARCHAR2(2000 CHAR), NULL |
ITEM_OID
| Definition |
The OID of the chargeable item having this property |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_PROPERTY_DESCRIPTION |
Index Details
The following database indexes are available in the
PROPERTY_DESCRIPTION database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_PROPERTY_DESCRIPTION
| Indexed Column(s) |
ITEM_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |