Table:
RI_PROPERTY_DESCRIPTION
|
Table Name
|
RI_PROPERTY_DESCRIPTION |
| Table Description |
The RI_PROPERTY_DESCRIPTION table describes the properties of a refill item class. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The RI_PROPERTY_DESCRIPTION database table is defined by the following columns.
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the property. It must be unique for a refill item class. |
Column: INDEX_IN_ITEM
| Value Type |
DECIMAL(3), NOT NULL |
| Column Description |
The position of the property in the item. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the property.
Possible values are:
- 0: number
- 1: string
- 2: date
|
Column: DESCRIPTION
| Value Type |
VARCHAR(2000) |
| Column Description |
The description of the property. |
Column: ITEM_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: RI_CLASS
- Foreign field(s): OID
|
| Index(es) |
IX_RI_PROPERTY_DESCRIPTION
|
| Column Description |
The OID of the refill item class having this property. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.