FMPP_ALV_REF SAP (Partial Payment by Fund: Reference for ALV-Grid) Structure details

Dictionary Type: Structure
Description: Partial Payment by Fund: Reference for ALV-Grid




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




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

FMPP_ALV_REF 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 "Partial Payment by Fund: Reference for ALV-Grid" 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_FMPP_ALV_REF TYPE FMPP_ALV_REF.

The FMPP_ALV_REF table consists of various fields, each holding specific information or linking keys about Partial Payment by Fund: Reference for ALV-Grid data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting 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. .

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


SAP FMPP_ALV_REF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
SPL_NOSequence Number of Splitting Information FMPP_SPL_NONUMC6NUMC06
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PP_IDAdditional Identification FMPP_IDCHAR6CHAR6
PP_ID_TAdditional Identification Text FMPP_ID_TCHAR30CHAR30
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
XLPAYPartial Payment by Fund: Last payment indicator XLPAYCHAR1CHAR1
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
ORBTROriginal Amount FMPP_ORBTRCURR13(2) WERT7
ENBTREntered Amount FMPP_ENBTRCURR13(2) WERT7
RMBTRRemaining Amount FMPP_RMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE

Key field Non-key field



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

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

How to access SAP table FMPP_ALV_REF

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