EWUKEYS SAP (Currency key, exchange rate type and date for EMU) Table details

Dictionary Type: Table
Description: Currency key, exchange rate type and date for EMU




ABAP Code to SELECT data from EWUKEYS
Related tables to EWUKEYS
Access table EWUKEYS




Table field list including key, data, relationships and ABAP select examples

EWUKEYS is a standard SAP Table which is used to store Currency key, exchange rate type and date for EMU data and is available within R/3 SAP systems depending on the version and release level.

The EWUKEYS table consists of various fields, each holding specific information or linking keys about Currency key, exchange rate type and date for EMU data available in SAP. These include EWWU_KEY (Internal key for identifying Monetary Union), WAERS (Currency key for new currency), KURST (Exchange rate type for fixed Monetary Union exchange rates), DATUM (Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EWUKEYS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
EWWU_KEYInternal key for identifying Monetary Union EWU_KEYCHAR4EWWU_KEY
WAERSCurrency key for new currency EWU_CUKYCUKY5Assigned to domainWAERS
KURSTExchange rate type for fixed Monetary Union exchange rates EWU_KURSTCHAR4Assigned to domainKURST
DATUMDate DATE_INVCHAR8INVDTDATUM_INV
TCUR_MAINTIndicator: TCUR* tables prepared for local curr.changeover EWUTCUR_MTCHAR1EWUX
BKURSTEx.rate type for translating EMU ext.curr.using euro as ref. EWU_BKURSTCHAR4Assigned to domainKURST

Key field Non-key field



How do I retrieve data from SAP table EWUKEYS using ABAP code

The following ABAP code Example will allow you to do a basic selection on EWUKEYS to SELECT all data from the table
DATA: WA_EWUKEYS TYPE EWUKEYS.

SELECT SINGLE *
FROM EWUKEYS
INTO CORRESPONDING FIELDS OF WA_EWUKEYS
WHERE...

How to access SAP table EWUKEYS

Within an ECC or HANA version of SAP you can also view further information about EWUKEYS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!