FMPP_CONTROL SAP (Partial Payment per G/L Account Assignments: Control Table) Table details

Dictionary Type: Table
Description: Partial Payment per G/L Account Assignments: Control Table




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




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

FMPP_CONTROL is a standard SAP Table which is used to store Partial Payment per G/L Account Assignments: Control Table data and is available within R/3 SAP systems depending on the version and release level.

The FMPP_CONTROL table consists of various fields, each holding specific information or linking keys about Partial Payment per G/L Account Assignments: Control Table data available in SAP. These include XFMPP_ACT (Partial Payment per G/L Account Assignments: Active Flag), ZLSPR (Payment Block Key), PP_ID (Additional Identification), PP_ID_T (Additional Identification Text).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMPP_CONTROL table 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
XFMPP_ACTPartial Payment per G/L Account Assignments: Active Flag XFMPP_ACTCHAR1XFELD
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
PP_IDAdditional Identification FMPP_IDCHAR6CHAR6
PP_ID_TAdditional Identification Text FMPP_ID_TCHAR30CHAR30
XFMPP_PAYRUNRestrict payment run to partial payment by fund documents XFMPP_PAYRUNCHAR1XFELD
XFMPP_LAST_PCreate dummy payment request for last payment XFMPP_LAST_PCHAR1XFELD
XFISTLPartial Payment by Fund: Funds Center Active XFMPP_FISTLCHAR1XFELD
XGEBERPartial Payment by Fund: Fund Active XFMPP_FUNDCHAR1XFELD
XGRANTPartial Payment by Fund: Grant Active XFMPP_GRANTCHAR1XFELD
XGSBERPartial Payment by Fund: Business Area Active XFMPP_GSBERCHAR1XFELD
XPRCTRPartial Payment by Fund: Profit Center Active XFMPP_PRCTRCHAR1XFELD
XBGTIDBudget Period Flag XFMPP_BGTIDCHAR1XFELD
WITL_MAXMaximum Number of Selectable Documents FMPP_WITL_MAXINT410INT4
BLARTAllowed Document types are stored as string FMPP_BLARTCHAR60CHAR60

Key field Non-key field



How do I retrieve data from SAP table FMPP_CONTROL using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMPP_CONTROL to SELECT all data from the table
DATA: WA_FMPP_CONTROL TYPE FMPP_CONTROL.

SELECT SINGLE *
FROM FMPP_CONTROL
INTO CORRESPONDING FIELDS OF WA_FMPP_CONTROL
WHERE...

How to access SAP table FMPP_CONTROL

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