SAP FMPPS_IF_DOCUMENT Document Data of an Earmarked Fund Table data and field list

FMPPS_IF_DOCUMENT 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 "Document Data of an Earmarked Fund" 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_FMPPS_IF_DOCUMENT TYPE FMPPS_IF_DOCUMENT.

The FMPPS_IF_DOCUMENT table consists of various fields, each holding specific information or linking keys about Document Data of an Earmarked Fund data available in SAP. These include RFBLNR (Reference Document Number), RFORG (Reference Organizational Units), RFTYP (Reference Transaction), RFSYS (Logical system of source document)... 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. .

FMPPS_IF_DOCUMENT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FMPPS_IF_DOCUMENT 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 FMPPS_IF_DOCUMENT 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
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
RFBLNRReference Document Number AWREFCHAR10ALPHAAWREF
RFORGReference Organizational Units AWORGCHAR10AWORG
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
BLTYPEarmarked Funds Document Category KBLTYPNUMC3KBLTYP
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BLARTDoc.type: Manual document entry KBLARTCHAR2KBLARTKDT
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WWERTTranslation Date WWERT_DDATS8DATUM
COMBUDGETUpdate in commitment budget FM_COMBUDGCHAR1CHAR1_X
PAYBUDGETUpdate in Payment Budget FM_PAYBUDGCHAR1CHAR1_X
LOTKZLot Number for Documents LOTKZCHAR10ALPHALOTKZLOT
KTEXTDoc.header text KBLKTEXTCHAR50TEXT50
DOCLOCKFunds precommitment document block FMRDOCLOCKCHAR2Assigned to domainFMRLOCK
PARK_DOCData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
POSITIONS 0

Key field Non-key field



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

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

How to access SAP table FMPPS_IF_DOCUMENT

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

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