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
Filegroup CATALOG_DATA
Partitioned No

Summary


The CURRENCY table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
CODE PK_CURRENCY_CODE         
PRECISION          
NAME          
ISO_CODE          

Column Details


CODE

Definition The currency unique code
Type NVARCHAR(5), NOT NULL
Primary Key PK_CURRENCY_CODE

PRECISION

Definition The currency precision
Type DECIMAL(3), NOT NULL

NAME

Definition The currency name
Type NVARCHAR(40), NULL

ISO_CODE

Definition The code of the associated ISO 4217 currency
Type NVARCHAR(3), NULL

Primary Key Details


PK_CURRENCY_CODE

Column(s) CODE
Filegroup CATALOG_DATA