IFMBUMALV SAP (Output structure for RFFMBUM* reports) Structure details

Dictionary Type: Structure
Description: Output structure for RFFMBUM* reports




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




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

IFMBUMALV 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 "Output structure for RFFMBUM* reports" 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_IFMBUMALV TYPE IFMBUMALV.

The IFMBUMALV table consists of various fields, each holding specific information or linking keys about Output structure for RFFMBUM* reports data available in SAP. These include FUND (Fund), FAREA (Functional Area), VERSN (Planning/budgeting version), FYEAR (Fiscal Year).. 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: Cannot Be Enhanced


SAP IFMBUMALV 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
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
FYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
OBJNRObject number BP_OBJEKTCHAR22Assigned to domainJ_OBJNR
FICTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
POSITItem (Internal Commitment Item Number) FM_POSITCHAR8FM_POSIT
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
VORGABudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
SUBVOBudget Subtype BP_SUBVOCHAR4Assigned to domainBP_SUBVO
WTJHRAnnual value in transaction currency BP_WJTCURR15(2) WERTV8
PERIOD_SUM_TAnnual value in transaction currency BP_WJTCURR15(2) WERTV8
WLJHRAnnual value in ledger currency BP_WJLCURR15(2) WERTV8
PERIOD_SUM_LAnnual value in ledger currency BP_WJLCURR15(2) WERTV8
WTJHVDistributed annual value in transaction currency BP_WJTVCURR15(2) WERTV8
DISTRIBUTED_SUM_TDistributed annual value in transaction currency BP_WJTVCURR15(2) WERTV8
WLJHVDistributed annual value in ledger currency BP_WJLVCURR15(2) WERTV8
DISTRIBUTED_SUM_LDistributed annual value in ledger currency BP_WJLVCURR15(2) WERTV8
HIERAHierarchy budgeting/planniung indicator BP_HIERIDCHAR6HIERID
LEDNRBudget/Planning Ledger BP_LEDNRCHAR4NUMCVLEDNR_BP
TRGKZObject indicator BP_TRGKZCHAR1BP_TRGKZ
FG_FCTRCheckbox XFELDCHAR1XFELD
FG_POSITCheckbox XFELDCHAR1XFELD
FG_FIPEXCheckbox XFELDCHAR1XFELD
FG_BSPCheckbox XFELDCHAR1XFELD
FG_FUNDCheckbox XFELDCHAR1XFELD
FG_FAREACheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFMBUMALV

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