TCURC table in SAP ERP or S/4HANA stores Currency Codes data. There are total 6 fields in TCURC table. The Currency Codes table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of TCURC table. It is in Financials: Components in Basis (SFIB) ABAP package and is part of the Currency Conversion/Expiring Currency (BC-SRV-BSF-CUR) module.
SAP TCURC Table Fields
Following is the list of fields that are available in SAP TCURC table. The primary key fields of Currency Codes table in SAP are MANDT (Client), WAERS (Currency Key).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MANDT | Client | MANDT | * | CLNT(3) |
WAERS | Currency Key | WAERS_CURC | CUKY(5) | |
ISOCD | ISO currency code | ISOCD | CHAR(3) | |
ALTWR | Alternative key for currencies | ALTWR | CHAR(3) | |
GDATU | Date until which the currency is valid | DATUM_CURC | DATS(8) | |
XPRIMARY | Primary SAP Currency Code for ISO Code | XPRIMARY | CHAR(1) |