FMUDKBLPP SAP (Item Revenues Increasing Budget for Forecast of Revenue) Table details

Dictionary Type: Table
Description: Item Revenues Increasing Budget for Forecast of Revenue




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




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

FMUDKBLPP is a standard SAP Table which is used to store Item Revenues Increasing Budget for Forecast of Revenue data and is available within R/3 SAP systems depending on the version and release level.

The FMUDKBLPP table consists of various fields, each holding specific information or linking keys about Item Revenues Increasing Budget for Forecast of Revenue data available in SAP. These include FCBELNR (Document Number for Earmarked Funds), FCBLPOS (Earmarked Funds: Document Item), RFIPOS (Receiver commitment item for payments), RFICTR (Receiver funds center for payments).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FMUDKBLPP 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
FCBELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
FCBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
RFIPOSReceiver commitment item for payments FM_PAYFIPOCHAR14Assigned to domainFMCISFIPOS
RFICTRReceiver funds center for payments FM_PAYFICTCHAR16Assigned to domainFISTL
RFONDSReceiver fund for payments FM_PAYFONDCHAR10Assigned to domainBP_GEBER
RESTHMKCheckbox XFELDCHAR1XFELD
BUARTValue Type CO_WRTTPCHAR2CO_WRTTP
STUNRNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
RFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
BGGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BGPERIOPeriod CO_PERIONUMC3PERBLVPE
BGBTRAmount BP_WERT3CURR15(2) WERTV8
BGBELNRDocument number from budget allocation & structure planning BP_BELNRNUMC10Assigned to domainBP_BELNRBPB
BGBUZEIPosting row CO_BUZEINUMC3BUZEI
INCREASEDPayment budget was increased FM_PAYINEXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMUDKBLPP
INTO CORRESPONDING FIELDS OF WA_FMUDKBLPP
WHERE...

How to access SAP table FMUDKBLPP

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