FMFUDRULE SAP (Rules for Revenues Increasing the Budget for LDB FMF) Structure details

Dictionary Type: Structure
Description: Rules for Revenues Increasing the Budget for LDB FMF




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




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

FMFUDRULE 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 "Rules for Revenues Increasing the Budget for LDB FMF" 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_FMFUDRULE TYPE FMFUDRULE.

The FMFUDRULE table consists of various fields, each holding specific information or linking keys about Rules for Revenues Increasing the Budget for LDB FMF data available in SAP. These include COMMITMENT (Revenues increase commitment budget), SENDER (FM Account Assignment Subject to Cover), RECEIVER (FM Account Assignment Entitled to Cover), UDECK (Type of revenue increasing budget).. 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: Not classified


SAP FMFUDRULE 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
PAYMENTRevenues increasing the payment budget FM_UDPAYCHAR1XFELD
COMMITMENTRevenues increase commitment budget FM_UDCOMCHAR1XFELD
SENDERFM Account Assignment Subject to Cover FM_SENDERCHAR1XFELD
RECEIVERFM Account Assignment Entitled to Cover FM_RECEIVERCHAR1XFELD
UDECKType of revenue increasing budget FM_UDECKCHAR1FM_UDECK
HVMTNRBudget memo FM_HVMTNRCHAR10Assigned to domainFM_HVMTNR
UDMETHODEProcess for increasing budget FM_UDMETHDCHAR1FM_UDMETHD
UDMETHODETProcedure for Budget Increase FM_UDMETHDTCHAR41TEXT41
INCHECKIn budget transfers, check for existing additional revenue FM_INCHECKCHAR1XFELD
DEAKTIVDeactivation Indicator FM_DEAKTIVCHAR1XFELD
UDINCTIEvent leading to budget increase FM_UDINCTICHAR1FM_UDINCTI
UDINCTITEvent leading to budget increase FM_UDINCTITCHAR31TEXT31
UDINCTI61Budget increase by down payment FM_UDINCTI61CHAR1XFELD
UDINCTI66Budget increase through revenue transfer posting FM_UDINCTI66CHAR1XFELD
PROZ83% of a revenue which increases the budget FM_INCPROZDEC5(2) PRZ32
PROZ54% of a revenue which increases the budget FM_INCPROZDEC5(2) PRZ32
PROZ57% of a revenue which increases the budget FM_INCPROZDEC5(2) PRZ32
MINBDGTMinimum revenue, dependent on current budget FM_MINBDGTCHAR1FM_RIB_CALC_BASIS
MINBDGTTMinimum revenue, dependent on current budget FM_MINBDGTTCHAR41TEXT41
MINPROZMinimum revenue in % of current budget FM_MINPROZDEC5(2) PRZ32
MININCMinimum revenue from which the budget is increased FM_MININCCURR15(2) WERTV8
MAXBDGTUpper limit dependent on current budget FM_MAXBDGTCHAR1FM_RIB_CALC_BASIS
MAXBDGTTUpper limit dependent on current budget FM_MAXBDGTTCHAR41TEXT41
MAXPROZUpper limit in % of current budget FM_MAXPROZDEC5(2) PRZ32
MAXINCMaximum to which the budget is increased FM_MAXINCCURR15(2) WERTV8
TOTLINCAct.revenues increasing the budget for an FM acct assignment FM_TOTLINCCURR15(2) WERTV8
OVFIPEXCommitment Item FM_FIPEXCHAR24FMCIFM_FIPEXFPS
OVFICTRFunds Center FM_FICTRCHAR16FMFCTRFISTLFIS
OVFONDSFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
OVPROZ% of a Revenue Allotted to Expenditure FM Account Assignment FM_ERHPROZDEC5(2) PRZ32
UDUPDUsage of increase rule FM_UDUPDCHAR1FM_UDUPD
UDMINMinimum revenue increases budget FM_UDMINCHAR1FM_UDMIN

Key field Non-key field



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

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

How to access SAP table FMFUDRULE

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