FMUDKBLPH SAP (Addtl Info re Revenues Increasing Budget for Fcst of Revenue) Table details

Dictionary Type: Table
Description: Addtl Info re Revenues Increasing Budget for Fcst of Revenue




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




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

FMUDKBLPH is a standard SAP Table which is used to store Addtl Info re Revenues Increasing Budget for Fcst of Revenue data and is available within R/3 SAP systems depending on the version and release level.

The FMUDKBLPH table consists of various fields, each holding specific information or linking keys about Addtl Info re Revenues Increasing Budget for Fcst 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: Can be enhanced (character-type or numeric)


SAP FMUDKBLPH 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
RFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
RESTHMKCheckbox XFELDCHAR1XFELD
BUARTValue Type CO_WRTTPCHAR2CO_WRTTP
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
BGGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BGPERIOPeriod CO_PERIONUMC3PERBLVPE
INCFIPOSSender commitment item FM_SFIPOSCHAR14Assigned to domainFMCISFIPOS
INCFICTRSender funds center FM_SFICTRCHAR16Assigned to domainFISTL
INCFONDSSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
INCFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
ERHPROZ% of a Revenue Allotted to Expenditure FM Account Assignment FM_ERHPROZDEC5(2) PRZ32
ERHBTRAmount of increase in expenditure budget FM_ERHBTRCURR15(2) WERTV8
SUMBGBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
OLDFIPOSOld commitment item initiating FM_OLDFIPOCHAR14Assigned to domainFMCISFIPOS
OLDFICTROld funds center originating FM_OLDFICTCHAR16Assigned to domainFISTL
OLDFONDSOld fund initiating FM_OLDFONDCHAR10Assigned to domainBP_GEBER
STATUSDocument Status: Revenues Increasing the Budget DOC_STATUS_RIBCHAR1DOC_STATUS_RIB
DATABNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
.INCLU--AP 0
OLDFAREAPegged Old Functional Area FM_OLDFAREACHAR16Assigned to domainFKBER

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMUDKBLPH
INTO CORRESPONDING FIELDS OF WA_FMUDKBLPH
WHERE...

How to access SAP table FMUDKBLPH

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