IFM_FYC_CONTROL_DATA_VA SAP (Control Data for Automatic Value Adjustments) Structure details

Dictionary Type: Structure
Description: Control Data for Automatic Value Adjustments




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




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

IFM_FYC_CONTROL_DATA_VA 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 "Control Data for Automatic Value Adjustments" 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_CONTROL_DATA_VA TYPE IFM_FYC_CONTROL_DATA_VA.

The IFM_FYC_CONTROL_DATA_VA table consists of various fields, each holding specific information or linking keys about Control Data for Automatic Value Adjustments data available in SAP. These include FIKRS (Financial Management Area), WAERS (FM area currency), GJAHR (Fiscal Year), UNAME (User Name).. 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 (Deep)


SAP IFM_FYC_CONTROL_DATA_VA 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
WAERSFM area currency FM_WAERSCUKY5Assigned to domainWAERS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
UNAMEUser Name SYUNAMECHAR12SYCHAR12
DATUM(8-character) Date for SYST SYDATSDATS8SYDATS
RTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
GRANT_ACTIVEActivate Grant GM_GRANT_ACTIVECHAR1XFELD
FUND_ACTIVEActivate Fund FM_FUND_ACTIVECHAR1XFELD
FUNCTION_ACTIVEActivate Functional Area FM_FUNCTION_ACTIVECHAR1XFELD
FLG_TESTExecute Test Run TESTLAUFCHAR1XFELD
DIASProcess with Dialog FM_PROCESS_DIALOGCHAR1XFELD
BUD_PER_ACTIVEBudget Period Mandatory FM_BUD_PER_ACTIVECHAR1XFELD
FLG_REVERSEUndo Closing Operation Transaction FM_FYC_FLG_REVERSECHAR1CHAR1
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
PROFILFM update profile FM_PROFILCHAR6Assigned to domainFM_PROFIL
VASFUNDPayment Periodic Based Encumbrance Tracking FM_PAYVASFUNDCHAR1XFELD
VCOFUNDPayment Fiscal Year Based Encumbrance Tracking FM_PAYVCOFUNDCHAR1XFELD
CVASFUNDCommitment Periodic Based Encumbrance Tracking FM_COMVASFUNDCHAR1XFELD
CVCOFUNDCommitment Fiscal Year Based Encumbrance Tracking FM_COMVCOFUNDCHAR1XFELD
VA_OPTIONAmount Adjustment Type for Document Chains FM_CCF_OPTION_CHAININT13FM_CCF_OPTION_CHAIN
FMDATEFunds Management - Update Date FM_ZHLDTDATS8DATUM
PERIODNumber of posting periods ANZBPNUMC3ANZBP
BDDATEDocument Date in Document BLDATDATS8DATUM
BL_ACTIVECheckbox XFELDCHAR1XFELD
FLG_DISPLAY_PANELCheckbox XFELDCHAR1XFELD
PAY_GNJHRSet Year of Cash Effectivity in Payment Budget FM_PAY_GNJHRCHAR1XFELD
COM_GNJHRSet Year of Cash Effectivity in Commitment Budget FM_COM_GNJHRCHAR1XFELD
APPROVALApproval Procedure for Cmmt Carryforward FM_CCF_APCHAR1FM_CCF_AP

Key field Non-key field



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

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

How to access SAP table IFM_FYC_CONTROL_DATA_VA

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