IFMYC_SOURCE SAP (Derivation Structure for Closing Operations in FM) Structure details

Dictionary Type: Structure
Description: Derivation Structure for Closing Operations in FM




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




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

IFMYC_SOURCE 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 "Derivation Structure for Closing Operations in 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_IFMYC_SOURCE TYPE IFMYC_SOURCE.

The IFMYC_SOURCE table consists of various fields, each holding specific information or linking keys about Derivation Structure for Closing Operations in FM data available in SAP. These include FM_AREA (Financial Management Area), COMPANY_CODE (Company Code), OLD_FISCAL_YEAR (Closing Operations in FM: Sender Fiscal Year), NEW_FISCAL_YEAR (Closing Operations in FM: Receiver 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: Can be enhanced (character-type or numeric)


SAP IFMYC_SOURCE 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
PROCESSFM Closing Operations FM_FYC_PROCESSCHAR4FM_FYC_PROCESS
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OLD_FISCAL_YEARClosing Operations in FM: Sender Fiscal Year FM_CCF_SYEARNUMC4GJAHRGJAHRGJR
NEW_FISCAL_YEARClosing Operations in FM: Receiver Fiscal Year FM_CCF_RYEARNUMC4GJAHRGJAHRGJR
CASH_YEARYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
LEDGERLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
NUMBERSequence Number FM_DERIVATION_INDEXNUMC2FM_DERIVATION_INDEX
VERSIONPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
BUDGET_CATEGORYBudget Category BUKU_BUDCATCHAR2Assigned to domainALPHARLDNRBUDCAT
VALUE_TYPE_BUDGETBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
BUDGETING_APPLICATIONOriginal Application BUKU_TECHORGCHAR10Assigned to domainBUKU_TECHORG
WORKFLOW_STATEWorkflow Status of a Record in the Budget Totals Table BUKU_WFSTATECHAR1BUKU_WFSTATE
BUDGET_PROCESSInternal Budgeting Process BUKU_PROCESSCHAR4Assigned to domainBUKU_PROCESS
OLD_BUDGET_TYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
FM_ACTIVITYFM Transaction FM_VORGANGCHAR4FM_VORGANGF4_HELP_VRGNG
VALUE_TYPEValue Type FM_WRTTPCHAR2FM_WRTTP
ACCOUNT_NUMBERG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
OLD_COMMIT_ITEMSender Commitment Item (Fiscal Year Change FM) FM_CCF_SFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
OLD_FUNDS_CENTERSender Funds Center (Fiscal Year Change FM) FM_CCF_SFISTLCHAR16Assigned to domainFISTLFIST
OLD_FUNDSender Fund (Fiscal Year Change FM) FM_CCF_SFONDSCHAR10Assigned to domainBP_GEBERFICO
OLD_FUNCTION_AREASender Functional Area (Fiscal Year Change FM) FM_CCF_SFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
OLD_MEASURESender Funded Program (Fiscal Year Change FM) FM_CCF_SMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
OLD_GRANT_NBRSender Grant (Fiscal Year Change FM) FM_CCF_SGRANTCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
USER_DIMENSIONCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
OLD_BUDGET_PERIODFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table IFMYC_SOURCE

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