IFM_FYC_BUDGET_CF SAP (Total Record Reconciliation for Fiscal Year Change (FM)) Structure details

Dictionary Type: Structure
Description: Total Record Reconciliation for Fiscal Year Change (FM)




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




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

IFM_FYC_BUDGET_CF 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 "Total Record Reconciliation for Fiscal Year Change (FM)" 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_IFM_FYC_BUDGET_CF TYPE IFM_FYC_BUDGET_CF.

The IFM_FYC_BUDGET_CF table consists of various fields, each holding specific information or linking keys about Total Record Reconciliation for Fiscal Year Change (FM) data available in SAP. These include GJAHR (Fiscal Year), CF_WRTTP (Value type), CF_WRTTPT (Value type for fiscal year change), SFONDS (Sender Fund (Fiscal Year Change FM)).. 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 IFM_FYC_BUDGET_CF 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
STATUSError Status FM_FYC_STATUSCHAR16CHAR16
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CF_WRTTPValue type CF_WRTTPNUMC2CF_WRTTP
CF_WRTTPTValue type for fiscal year change FM_CCF_CFWRTTPTCHAR30TEXT30H_T881
SFONDSSender Fund (Fiscal Year Change FM) FM_CCF_SFONDSCHAR10Assigned to domainBP_GEBERFICO
SFISTLSender Funds Center (Fiscal Year Change FM) FM_CCF_SFISTLCHAR16Assigned to domainFISTLFIST
SFIPEXSender Commitment Item (Fiscal Year Change FM) FM_CCF_SFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
SFAREASender Functional Area (Fiscal Year Change FM) FM_CCF_SFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
RFONDSReceiver Fund (Fiscal Year Change FM) FM_CCF_RFONDSCHAR10Assigned to domainBP_GEBERFICO
RFISTLReceiver Funds Center (Fiscal Year Change FM) FM_CCF_RFISTLCHAR16Assigned to domainFISTLFIST
RFIPEXReceiver Commitment Item (Fiscal Year Change FM) FM_CCF_RFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
RFAREAReceiver Functional Area (Fiscal Year Change FM) FM_CCF_RFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
FM_WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
WRTTPTVal.type name FM_WRTTPTCHAR40TEXT40
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
CFRULEFM carryforward rule (FYC) FM_CFRULECHAR10FM_CFRULECFR
CF_BTRAmount carried forward CF_BTRCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MESSAGEMessage Text MSGTXTCHAR100TEXT100

Key field Non-key field



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

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

How to access SAP table IFM_FYC_BUDGET_CF

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