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.
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The CURRENCY table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| CODE | PK_CURRENCY_CODE |
|
The currency unique code | |||
| PRECISION |
|
The currency precision | ||||
| NAME |
|
The currency name | ||||
| ISO_CODE |
|
The code of the associated ISO 4217 currency |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The currency unique code |
| Type | NVARCHAR(5), NOT NULL |
| Primary Key | PK_CURRENCY_CODE |
| Definition | The currency precision |
| Type | DECIMAL(3), NOT NULL |
| Definition | The currency name |
| Type | NVARCHAR(40), NULL |
| Definition | The code of the associated ISO 4217 currency |
| Type | NVARCHAR(3), NULL |
See the primary key information:
| Column(s) | CODE |
| Filegroup | CATALOG_DATA |