IFMYC_TARGETS SAP (Target Fields for Closing Operations in FM) Structure details

Dictionary Type: Structure
Description: Target Fields for Closing Operations in FM




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




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

IFMYC_TARGETS 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 "Target Fields 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_TARGETS TYPE IFMYC_TARGETS.

The IFMYC_TARGETS table consists of various fields, each holding specific information or linking keys about Target Fields for Closing Operations in FM data available in SAP. These include BCS_TARGET_BUDGET_TYPE (Budget Type), TARGET_COMMIT_ITEM (Receiver Commitment Item (Fiscal Year Change FM)), TARGET_FUNDS_CENTER (Receiver Funds Center (Fiscal Year Change FM)), TARGET_FUND (Receiver 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: Can be enhanced (character-type or numeric)


SAP IFMYC_TARGETS 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
NUMBERSequence Number FM_DERIVATION_INDEXNUMC2FM_DERIVATION_INDEX
BCS_TARGET_BUDGET_TYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
TARGET_COMMIT_ITEMReceiver Commitment Item (Fiscal Year Change FM) FM_CCF_RFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
TARGET_FUNDS_CENTERReceiver Funds Center (Fiscal Year Change FM) FM_CCF_RFISTLCHAR16Assigned to domainFISTLFIST
TARGET_FUNDReceiver Fund (Fiscal Year Change FM) FM_CCF_RFONDSCHAR10Assigned to domainBP_GEBERFICO
TARGET_FUNCTION_AREAReceiver Functional Area (Fiscal Year Change FM) FM_CCF_RFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
TARGET_MEASUREReceiver Funded Program (Fiscal Year Change FM) FM_CCF_RMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
TARGET_GRANT_NBRReceiver Grant (Fiscal Year Change FM) FM_CCF_RGRANTCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PERCENTAGEFM - CF: Distribution Percentage CF_PRCDEC5(2) PRZ32
USERSTRING1Temporary field 1 (user-defined) KEDRTMPVALUE1CHAR32KEDRVALUE
TARGET_BUDGET_PERIODFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table IFMYC_TARGETS

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