GLE_MCA_UI_POST_FD_AD SAP (Additional Information of posting line items on screen) Structure details

Dictionary Type: Structure
Description: Additional Information of posting line items on screen




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




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

GLE_MCA_UI_POST_FD_AD 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 "Additional Information of posting line items on screen" 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_MCA_UI_POST_FD_AD TYPE GLE_MCA_UI_POST_FD_AD.

The GLE_MCA_UI_POST_FD_AD table consists of various fields, each holding specific information or linking keys about Additional Information of posting line items on screen data available in SAP. These include HWAER (Local Currency), HWAE2 (Currency Key of Second Local Currency), HWAE3 (Currency Key of Third Local Currency), KURSF (Exchange rate).. 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: Can be enhanced (character-type or numeric)


SAP GLE_MCA_UI_POST_FD_AD 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
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
KURS2Exchange Rate for the Second Local Currency KURS2DEC9(5) KURSF
KURS3Exchange Rate for the Third Local Currency KURS3DEC9(5) KURSF
KURSXMarket Data Exchange Rate GLE_FXR_DTE_RATEX28DEC28(14) EXCRXGLE_FXR_RATEX28
KUR2XMarket Data Exchange Rate 2 GLE_FXR_DTE_RATE2X28DEC28(14) EXCRXGLE_FXR_RATEX28
KUR3XMarket Data Exchange Rate 3 GLE_FXR_DTE_RATE3X28DEC28(14) EXCRXGLE_FXR_RATEX28
FLAGCheckbox XFELDCHAR1XFELD
CHEXRATSingle-Character Indicator CHAR1CHAR1CHAR1
CHEXRAT2Single-Character Indicator CHAR1CHAR1CHAR1
CHEXRAT3Single-Character Indicator CHAR1CHAR1CHAR1
HD_BUKRSSingle-Character Indicator CHAR1CHAR1CHAR1
XFC1Functional Currency GLE_MCA_XFCCHAR1BOOLEAN
XFC2Functional Currency GLE_MCA_XFCCHAR1BOOLEAN
XFC3Functional Currency GLE_MCA_XFCCHAR1BOOLEAN
KURSF_INTExchange rate KURSFDEC9(5) EXCRTKURSF
KURS2_INTExchange Rate for the Second Local Currency KURS2DEC9(5) KURSF
KURS3_INTExchange Rate for the Third Local Currency KURS3DEC9(5) KURSF
KURSX_INTMarket Data Exchange Rate GLE_FXR_DTE_RATEX28DEC28(14) EXCRXGLE_FXR_RATEX28
KUR2X_INTMarket Data Exchange Rate 2 GLE_FXR_DTE_RATE2X28DEC28(14) EXCRXGLE_FXR_RATEX28
KUR3X_INTMarket Data Exchange Rate 3 GLE_FXR_DTE_RATE3X28DEC28(14) EXCRXGLE_FXR_RATEX28
IINP1Single-Character Indicator CHAR1CHAR1CHAR1
IINP2Single-Character Indicator CHAR1CHAR1CHAR1
IINP3Single-Character Indicator CHAR1CHAR1CHAR1
FAUS1Account/Posting Key Field Selection FAUS1CHAR50FA050
FAUS2Account/Posting Key Field Selection FAUS1CHAR50FA050
RDIF1Amount in Local Currency DMBTRCURR13(2) WERT7
RDIF2Amount in Second Local Currency DMBE2CURR13(2) WERT7
RDIF3Amount in Third Local Currency DMBE3CURR13(2) WERT7

Key field Non-key field



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

As GLE_MCA_UI_POST_FD_AD 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_MCA_UI_POST_FD_AD as there is no data to select.

How to access SAP table GLE_MCA_UI_POST_FD_AD

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