GLE_STR_MCA_FXRDT SAP (Exchange Rate Details) Structure details

Dictionary Type: Structure
Description: Exchange Rate Details




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




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

GLE_STR_MCA_FXRDT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Exchange Rate Details" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GLE_STR_MCA_FXRDT TYPE GLE_STR_MCA_FXRDT.

The GLE_STR_MCA_FXRDT table consists of various fields, each holding specific information or linking keys about Exchange Rate Details data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUDAT (Posting Date in the Document), WAERS (Currency Key).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GLE_STR_MCA_FXRDT structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSFExchange Rate Direct Quotation (Batch Input Field) KURSF_BICHAR10CHAR10
KURSXMarket Data Exchange Rate GLE_DTE_MCA_FXR_KURSX_BICHAR29
RATE_TYPE_1Exchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FROM_CURR_1From currency FCURR_CURRCUKY5Assigned to domainWAERS
TO_CURRNCY_1To-currency TCURR_CURRCUKY5Assigned to domainWAERS
VALID_FROM_1Date from Which Entry Is Valid GDATU_CURDATS8DATUM
EXCH_RATE_1Exchange Rate with Extended Rate Format /BA1/F4_DTE_FX_RATE_EXTDDEC28(14) /BA1/F4_FX_RATE_EXTD
RATE_TYPE_2Exchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FROM_CURR_2From currency FCURR_CURRCUKY5Assigned to domainWAERS
TO_CURRNCY_2To-currency TCURR_CURRCUKY5Assigned to domainWAERS
VALID_FROM_2Date from Which Entry Is Valid GDATU_CURDATS8DATUM
EXCH_RATE_2Exchange Rate with Extended Rate Format /BA1/F4_DTE_FX_RATE_EXTDDEC28(14) /BA1/F4_FX_RATE_EXTD
RATE_TYPE_3Exchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FROM_CURR_3From currency FCURR_CURRCUKY5Assigned to domainWAERS
TO_CURRNCY_3To-currency TCURR_CURRCUKY5Assigned to domainWAERS
VALID_FROM_3Date from Which Entry Is Valid GDATU_CURDATS8DATUM
EXCH_RATE_3Exchange Rate with Extended Rate Format /BA1/F4_DTE_FX_RATE_EXTDDEC28(14) /BA1/F4_FX_RATE_EXTD

Key field Non-key field



How do I retrieve data from SAP structure GLE_STR_MCA_FXRDT using ABAP code?

As GLE_STR_MCA_FXRDT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GLE_STR_MCA_FXRDT as there is no data to select.

How to access SAP table GLE_STR_MCA_FXRDT

Within an ECC or HANA version of SAP you can also view further information about GLE_STR_MCA_FXRDT 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!