FMPA_DISPLAY_DOCS SAP (Output Structure for Payment Selection) Structure details

Dictionary Type: Structure
Description: Output Structure for Payment Selection




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




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

FMPA_DISPLAY_DOCS 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 "Output Structure for Payment 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_FMPA_DISPLAY_DOCS TYPE FMPA_DISPLAY_DOCS.

The FMPA_DISPLAY_DOCS table consists of various fields, each holding specific information or linking keys about Output Structure for Payment Selection data available in SAP. These include KNBELNR (FI document number), KNGJAHR (Fiscal year for FI document number), VOBUKRS (Company code for payment document number), VOBELNR (Payment 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 FMPA_DISPLAY_DOCS 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
KNBELNRFI document number FM_KNBELNRCHAR10ALPHABELNRBLN
KNGJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
VOBUKRSCompany code for payment document number FM_VOBUKRSCHAR4Assigned to domainBUKRS
VOBELNRPayment Document Number FM_VOBELNRCHAR10ALPHABELNRBLN
VOGJAHRFiscal year for payment document number FM_VOGJAHRNUMC4GJAHRGJAHRGJR
ZHLDTFunds Management - Update Date FM_ZHLDTDATS8DATUM
PERIOPeriod CO_PERIONUMC3PERBLVPE
TRBTRAmount in transaction currency FM_TRBTRCURR13(2) WERTV7
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
FKBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
WAERSFM area currency FM_WAERSCUKY5Assigned to domainWAERS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
PSOBTPosting Day PSOBTDATS8DATUM
NOTEComment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table FMPA_DISPLAY_DOCS

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