FMDPEF_DOC_HEADER SAP (Doc header create DP with EF reference) Structure details

Dictionary Type: Structure
Description: Doc header create DP with EF reference




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




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

FMDPEF_DOC_HEADER 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 "Doc header create DP with EF reference" 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_HEADER TYPE FMDPEF_DOC_HEADER.

The FMDPEF_DOC_HEADER table consists of various fields, each holding specific information or linking keys about Doc header create DP with EF reference data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), ZUMSK (Target Special G/L Indicator), UMSKZ (Special G/L Indicator), SAKNR (G/L Account Number).. 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 FMDPEF_DOC_HEADER 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ZUMSKTarget Special G/L Indicator DZUMSKCHAR1Assigned to domainUMSKZ
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
ZFBDTDue Date DPR FMDPEF_DUE_DATEDATS8DATUM
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BKTXTDocument Header Text BKTXTCHAR25TEXT25
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WWERTTranslation Date WWERT_DDATS8DATUM
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
XMWSTCalculate tax automatically XMWSTCHAR1XFELDXTX
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
VALUTValue date VALUTDATS8DATUM
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
BALANCEDocument Balance RPDIFNCURR13(2) WERTV7
LOCAL_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DISTR_IDDistribution ID FMDPEF_DISTR_IDCHAR4
DISTR_TXTDistribution text FMDPEF_DISTR_TXTCHAR30FM_DPEF_DISTR_TXT
FLG_TAX_NETCheckbox XFELDCHAR1XFELD
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
FLG_USE_EF_AMTUse Earmarked Fund amounts FMDPEF_USE_EF_AMTCHAR1XFELD
PERC_EF_AMOUNTPercentage of EF amount FMDPEF_PERC_EF_AMTDEC6(3) FMDPEF_PERCENT
FLG_CALC_DP_AMTCheckbox XFELDCHAR1XFELD
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
FMDPEF_LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
FMDPEF_KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
EMPFBPayee/Payer EMPFBCHAR10ALPHAMAXKK

Key field Non-key field



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

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

How to access SAP table FMDPEF_DOC_HEADER

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