Table:
ISO_4217
|
Table Name
|
ISO_4217 |
| Table Description |
The ISO_4217 table contains information about the ISO 4217 currencies. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The ISO_4217 database table is defined by the following columns.
Column: CODE
| Value Type |
VARCHAR(3), NOT NULL |
| Key(s) |
Primary Key: PK_ISO_4217_CODE |
| Column Description |
The ISO 4217 currency unique code. |
Column: NUMERIC_CODE
| Value Type |
DECIMAL(3), NOT NULL |
| Column Description |
The ISO 4217 currency numeric code. |
Column: RATIO_FRACTION
| Value Type |
BIGINT, NOT NULL |
| Column Description |
The unit of the whole part of this currency. |
Column: SMALLEST_UNIT_FRACTION
| Value Type |
BIGINT, NOT NULL |
| Column Description |
The smallest multiples of sub-unit in use for scriptural payment for this currency |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.