The CURRENCY table stores all the data definitions for the currencies (ISO-based or custom) that are necessary
to be able to configure some SAP Master Data in SAP Convergent Charging:
Note
In this table, the Cockpit Database includes data copied from and synchronized with
business data in the SAP CC Core Database (used by the CC Core Server system).
The Cockpit user interface refreshes this persistent data into its Cockpit Database.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_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 |
|---|---|---|---|---|---|---|
| OID | PK_CURRENCY |
|
The unique identifier of the currency. It is generated by the SAP CC Cockpit application. | |||
| CODE | IX_CURRENCY_CODE |
|
The currency code (ISO or non-ISO) | |||
| NAME | IX_CURRENCY_NAME |
|
The legible name for the currency | |||
| PRECISION |
|
The currency precision that represents the number of decimal places to keep | ||||
| ISO_CODE |
|
The ISO 4217 currency code that the currency is based on. Otherwise there is no value when the currency is a non-ISO currency such as the PNT (Point) currency. |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the currency. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CURRENCY |
| Definition | The currency code (ISO or non-ISO) |
| Type | VARCHAR(5), NULL |
| Available Index | IX_CURRENCY_CODE |
| Definition | The legible name for the currency |
| Type | VARCHAR(40), NULL |
| Available Index | IX_CURRENCY_NAME |
| Definition | The currency precision that represents the number of decimal places to keep |
| Type | DECIMAL(5), NULL |
| Definition | The ISO 4217 currency code that the currency is based on. Otherwise there is no value when the currency is a non-ISO currency such as the PNT (Point) currency. |
| Type | VARCHAR(3), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the CURRENCY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | CODE |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |