FMPPS_IF_POSITION SAP (Item Data) Structure details

Dictionary Type: Structure
Description: Item Data




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




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

FMPPS_IF_POSITION 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 "Item Data" 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_POSITION TYPE FMPPS_IF_POSITION.

The FMPPS_IF_POSITION table consists of various fields, each holding specific information or linking keys about Item Data data available in SAP. These include WRBTR (Total reserved amount in transaction currency), DMBTR (Total Value of Cost Estimate in Local Currency), XSENDER (Indicator: Sender), XEMPFGR (Indicator: Receiver).. 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 FMPPS_IF_POSITION 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
RFPOSReference line item AWPOSCHAR10AWPOS
WRBTRTotal reserved amount in transaction currency KBLWTGCURR15(2) WERTV8
DMBTRTotal Value of Cost Estimate in Local Currency HWGESCURR15(2) CVAL8
XSENDERIndicator: Sender XSENDERCHAR1XFELD
XEMPFGRIndicator: Receiver XEMPFGRCHAR1XFELD
ERLKZCompletion indicator for earmarked funds document item FMRE_ERLKZCHAR1CHAR1_X
REFBELNRReference document number: reservation/funds precommitment REFKBLNRCHAR10Assigned to domainALPHAKBLNR
REFBLPOSItem in reference document REFKBLPOSNUMC3Assigned to domainKBLPOS
REFSETERLKUsed earmarked funds set to 'Complete' REFSETERLKCHAR1CHAR1_X
FIPEXCommitment item (No longer in use -> FM_FIPEX) FIPEXCHAR24FIPEXFIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LNRZAAccount Number of the Alternative Payee LNRZACHAR10Assigned to domainALPHALIFNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
BLPKZBlocking Indicator (Item) BLPKZCHAR1CHAR1_X
STATSFunds Management Statistical Indicator FMRE_STATSCHAR1FMRE_STATS
ABGWAERSReduction in local currency only FMABGWAERSCHAR1XFELD
CARRYOVDo not carry forward open documents in the fiscal year chge CARRYOVCHAR1XFELD
ACCHANGFM account assignment can be changed in follow-on document FM_ACCHANGCHAR1XFELD
FDATKCosts due on KBLFDATKDATS8DATUM
UEBTOTolerance limit for overrun FMUEBTODEC4(1) PRZ31
CONSUMEKZUsage may exceed reserved amount without limit FMCONSUMECHAR1XFELD
TOLOVIndicator: Override Global (Percentage-Based) Tolerance FMRTOLOVCHAR1XFELD
POSLOCKEarmarked funds item block FMRPOSLOCKCHAR2Assigned to domainFMRLOCK
PTEXTItem Text SGTXTCHAR50TEXT50
PEROP_BEGPeriod of Performance Start FM_PEROP_LOWDATS8DATUM
PEROP_ENDPeriod of Performance End FM_PEROP_HIGHDATS8DATUM
PPA_EX_INDPPA Exclude Indicator EXCLUDE_FLGCHAR1XFELD
MENGEReserved quantity KBLMENGEQUAN13(3) MENG13V
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
PREISPrice KBLPREISCURR15(2) WERT8
PEINHPrice Unit PEINHDEC5PACK3
PRMENPrice unit KBLPRMENUNIT3Assigned to domainCUNITMEINS
PRUMNDenominator for converting price unit into quantity KBLPRUMNDEC5UMBSN
PRUMZCounter for converting price unit into quantity KBLPRUMZDEC5UMBSZ

Key field Non-key field



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

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

How to access SAP table FMPPS_IF_POSITION

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