CURRENCY
Currencies (in Business Data)
Description
The CURRENCY table contains business data information about the currencies defined
in the SAP CC Core Server system connected to the back-end database system.
These currencies can correspond to the default currencies defined in SAP CC or to
the currencies retrieved from the implementation of the EIF.
The application administrator of SAP CC manages this data with the SAP CC Core Tool
user interface.
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The CURRENCY table is defined by the
following columns.
See the column details for more information.
Column Details
CODE
| Definition |
The currency unique code |
| Type |
VARCHAR2(5 CHAR), NOT NULL |
| Primary Key |
PK_CURRENCY_CODE |
PRECISION
| Definition |
The currency precision |
| Type |
DECIMAL(3), NOT NULL |
NAME
| Definition |
The currency name |
| Type |
VARCHAR2(40 CHAR), NULL |
ISO_CODE
| Definition |
The code of the associated ISO 4217 currency |
| Type |
VARCHAR2(3 CHAR), NULL |
Primary Key Details
PK_CURRENCY_CODE