IFMFUDERIVE SAP (Controlling Postings with Master Data Attributes) Structure details

Dictionary Type: Structure
Description: Controlling Postings with Master Data Attributes




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




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

IFMFUDERIVE 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 "Controlling Postings with Master Data Attributes" 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_IFMFUDERIVE TYPE IFMFUDERIVE.

The IFMFUDERIVE table consists of various fields, each holding specific information or linking keys about Controlling Postings with Master Data Attributes data available in SAP. These include BNAME (User Name in User Master Record), CMMTITEM_STATUS (Commitment item status), FUNDSCTR_STATUS (Funds center status), FUND_STATUS (Fund status).. 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)


SAP IFMFUDERIVE 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
AUTH_GRPUser groups FM_GROUPCHAR10FMGROUPFM_GROUP
BNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
CMMTITEM_STATUSCommitment item status FM_CMMTITEM_STATUSCHAR1FM_OBJ_STATUS
FUNDSCTR_STATUSFunds center status FM_FUNDSCTR_STATUSCHAR1FM_OBJ_STATUS
FUND_STATUSFund status FM_FUNDSTATCHAR1FM_FUND_STATUS
FUNCAREA_STATUSFunctional area status FM_FUNCAREA_STATUSCHAR1FM_OBJ_STATUS
MEASURE_STATUSFunded program status FM_MEASURE_STATUSCHAR1FM_OBJ_STATUS
FUND_TYPEFM Fund Type FM_FUNDTYPECHAR6FMFUNDTYPEFM_FUNDTYPE
VALUE_TYPEValue Type FM_WRTTPCHAR2FM_WRTTP
AMOUNT_TYPEAmount type FM_BTARTCHAR4FM_BTART
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_CENTERFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GL_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
FUNDS_RESDocument Number for Earmarked Funds KBLNR_FICHAR10Assigned to domainALPHAKBLNRKBL
BUS_ACTBusiness Transaction GLVORCHAR4CHAR4
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
MESSAGE_TYPEFund message severity FM_MESSAGECHAR1FM_MESSAGE
MESSAGE_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGE_VAR1Message variable FMMESSAGE_VARCHAR20FMMESSAGE_VAR
MESSAGE_VAR2Message variable FMMESSAGE_VARCHAR20FMMESSAGE_VAR
MESSAGE_VAR3Message variable FMMESSAGE_VARCHAR20FMMESSAGE_VAR
MESSAGE_VAR4Message variable FMMESSAGE_VARCHAR20FMMESSAGE_VAR
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
BUDGET_PD_STATUSBudget period status FM_BUDGET_PD_STATUSCHAR1FM_OBJ_STATUS
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV

Key field Non-key field



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

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

How to access SAP table IFMFUDERIVE

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