IFM_FYC_EFWF SAP (Output Structure for Deletion Report for Earmrkd Funds in WF) Structure details

Dictionary Type: Structure
Description: Output Structure for Deletion Report for Earmrkd Funds in WF




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




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

IFM_FYC_EFWF 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 Deletion Report for Earmrkd Funds in WF" 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_EFWF TYPE IFM_FYC_EFWF.

The IFM_FYC_EFWF table consists of various fields, each holding specific information or linking keys about Output Structure for Deletion Report for Earmrkd Funds in WF data available in SAP. These include CFDOCNR (Document Number of Fiscal Year Change Document (FM)), STATUS (Status of Line Item (Traffic Light Icon)), XVADJ (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), BTYPT (Description Document Type: Earmarked Funds or Value Adjstmnt).. 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 IFM_FYC_EFWF 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
CHECKBCheckbox XFELDCHAR1XFELD
CFDOCNRDocument Number of Fiscal Year Change Document (FM) FM_CFBELNRCHAR10ALPHABELNR
STATUSStatus of Line Item (Traffic Light Icon) FM_ST_ICONCHAR16CHAR16
XVADJData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
BTYPTDescription Document Type: Earmarked Funds or Value Adjstmnt FM_FYC_WFDOCTYPECHAR30TEXT30
BLTYPEarmarked Funds Document Category KBLTYPNUMC3KBLTYP
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
BPENTDocument number of value adjustment doc. for earmarked funds FMSUPPNRNUMC4NUMC4
ERFASCreated by KBLERFCHAR12USNAM
ERDATEntry date KBLERDATDATS8DATUM
BTEXTValue adjustment docmument: Description FMSUPPTEXTCHAR50TEXT50
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
DELTAWTAPPAmount change to be approved (transaction currency) DELTAWTAPPCURR15(2) WERTV8
DELTAHWAPPAmount change to be approved (local currency) DELTAHWAPPCURR15(2) WERTV8
XMINUSIndicator: Value adjustment document is a value decrease FMSUPPSUBCHAR1XFELD
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
HWAERLocal currency key HSWAECUKY5Assigned to domainWAERS
COLORColor of Line Item in the List COL_ITEMCHAR3COL_ITEM
MSGTYPMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MESSAGEMessage Text MSGTXTCHAR100TEXT100
MORE_ERRAdditional messages FM_CCF_MORE_ERRCHAR12CHAR12
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table IFM_FYC_EFWF

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