SAP FMDPEF_DOC_LINE DP with EF reference doc line Table data and field list

FMDPEF_DOC_LINE 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 "DP with EF reference doc line" 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_FMDPEF_DOC_LINE TYPE FMDPEF_DOC_LINE.

The FMDPEF_DOC_LINE table consists of various fields, each holding specific information or linking keys about DP with EF reference doc line data available in SAP. These include WRBTR (Amount in document currency), DMBTR (Amount in Local Currency), FLG_OK (Booking Ok), KBLNR (Document Number for Earmarked Funds)... 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. .

FMDPEF_DOC_LINE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMDPEF_DOC_LINE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMDPEF_DOC_LINE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MARKCheckbox XFELDCHAR1XFELD
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
FLG_OKBooking Ok FM_FLG_POST_OKCHAR1XFELD
KBLNRDocument Number for Earmarked Funds KBLNR_FICHAR10Assigned to domainALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
ERLKZCompletion indicator for line item KBLERLKZCHAR1CHAR1_X
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FKBERFunctional Area FKBER_LONGCHAR16Assigned to domainFKBER_LONGFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
HWGESTotal value in local currency KBLHWGCURR15(2) WERTV8
HWFREEOpen amount (local currency) FMHWFREECURR15(2) WERTV8
PEROP_BEGPeriod of Performance Start FM_PEROP_LOWDATS8DATUM
PEROP_ENDPeriod of Performance End FM_PEROP_HIGHDATS8DATUM
LIFNR_EFAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PTEXTEarmarked Funds Item Text FMDPEF_EFTXTCHAR50TEXT50
SGTXTItem Text SGTXTCHAR50TEXT50
ZFBDTDue Date Line FMDPEF_DUE_DATE_LINEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FMDPEF_DOC_LINE

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

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