IFMEUFDOCS SAP (Structure for Document Selection) Structure details

Dictionary Type: Structure
Description: Structure for Document Selection




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




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

IFMEUFDOCS 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 "Structure for Document Selection" 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_IFMEUFDOCS TYPE IFMEUFDOCS.

The IFMEUFDOCS table consists of various fields, each holding specific information or linking keys about Structure for Document Selection data available in SAP. These include AWTYP (Reference Transaction), AWSYS (Logical System), AWKEY (Reference Key), AWPOS (Reference line item).. 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 IFMEUFDOCS 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
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
AWKEYReference Key AWKEYCHAR20AWKEY
AWPOSReference line item AWPOSCHAR10AWPOS
FINEXCDocument Category for Expenditure Certification FMEUF_CATCHAR2FMEUF_CAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRExpenditure Document Number FMEUF_EXNCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FINEXLExpenditure Document Line FMEUF_EXLNUMC3NUM3
DOC_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR_CONV_DATCurrency Conversion Date FMEUF_CONV_DATDATS8DATUM
PAY_DATPayment Date FMEUF_PAY_DATDATS8DATUM
OPERAOperation Identification FMEUF_OPERACHAR24Assigned to domainFMEUF_OPERA
DOCGRPDocument Group FMEUF_DOCGRPCHAR2CHAR2
GROSSGross Amount of Document Line FMEUF_AMT_GROSSCURR15(2) FMEUF_AMT
NETNet amount of document line FMEUF_AMT_NETCURR15(2) FMEUF_AMT
ELIGEligible Amount of Document Line FMEUF_DOCAMTCURR15(2) FMEUF_AMT
PART_PAYPartial payment FMEUF_PART_PAYCHAR1XFELD
APP_AMTApportionment amount FMEUF_APP_AMTCURR15(2) FMEUF_AMT
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
CUST_CORRECTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table IFMEUFDOCS

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