IFMPDOC SAP (Payment Directives: Structure for Posting List) Structure details

Dictionary Type: Structure
Description: Payment Directives: Structure for Posting List




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




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

IFMPDOC 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 "Payment Directives: Structure for Posting List" 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_IFMPDOC TYPE IFMPDOC.

The IFMPDOC table consists of various fields, each holding specific information or linking keys about Payment Directives: Structure for Posting List data available in SAP. These include GJAHR (Fiscal Year), BLART (Document Type), LOTKZ (Lot Number for Requests), BELNR (Accounting Document 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: Cannot Be Enhanced


SAP IFMPDOC 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
MARKCheckbox XFELDCHAR1XFELD
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
LOTKZLot Number for Requests PSO_LOTKZCHAR10ALPHALOTKZLOT
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
OBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUDATPosting Date in the Document BUDATDATS8DATUM
OWRBTROpen Amount FM_OWRBTRCURR13(2) WERT7
ODMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTROriginal Amount in Document FM_WRBTR_ORCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
PWRBTRPosting Amount FM_PWRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
GWRBTRAmount in document currency WRBTRCURR13(2) WERT7
SWRBTRAmount in document currency WRBTRCURR13(2) WERT7
GDMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
SDMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
PDMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
STGRDReason for Reversal STGRDCHAR2Assigned to domainSTGRDFSG
STBLGReverse Document Number STBLGCHAR10ALPHABELNR

Key field Non-key field



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

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

How to access SAP table IFMPDOC

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