IFM_CCOVR_CONTROL_DATA SAP (Control Data for Ressignment of Budget ID) Structure details

Dictionary Type: Structure
Description: Control Data for Ressignment of Budget ID




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




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

IFM_CCOVR_CONTROL_DATA 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 Ressignment of Budget ID" 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_CCOVR_CONTROL_DATA TYPE IFM_CCOVR_CONTROL_DATA.

The IFM_CCOVR_CONTROL_DATA table consists of various fields, each holding specific information or linking keys about Control Data for Ressignment of Budget ID data available in SAP. These include WAERS (FM area currency), PERIV (Fiscal Year Variant), FMDATE (System Date), PERIOD (Number of posting periods).. 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)


SAP IFM_CCOVR_CONTROL_DATA 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
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
FMDATESystem Date SYDATUMDATS8SYDATS
PERIODNumber of posting periods ANZBPNUMC3ANZBP
BDDATESystem Date SYDATUMDATS8SYDATS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PROCNUMNumber of Parallel Processes in Closing Operations FM_FYC_PARALNUMC2FM_FYC_PARAL
RFC_DESTRFC Server Group for Parallel Background Processing FM_PAYTR_DESTCHAR20RZLLI_ACN
PROCNUM_PAYTRNumber of Parallel Processes for Payment Processing FM_PAYTR_PARALNUMC2FM_PAYTR_PARAL
FLG_TESTExecute Test Run TESTLAUFCHAR1XFELD
EXP_SIGNInfo system +/- sign: Expendits negative / revenues positive FM_EXPSIGNCHAR1XFELD
GRANT_ACTIVEActivate Grant GM_GRANT_ACTIVECHAR1XFELD
FUND_ACTIVEActivate Fund FM_FUND_ACTIVECHAR1XFELD
FUNCTION_ACTIVEActivate Functional Area FM_FUNCTION_ACTIVECHAR1XFELD
MEASURE_ACTIVEActivate Funded Program FM_MEASURE_ACTIVECHAR1XFELD
KOM_ACTIVELocal Authorities Active FM_KOM_ACTCHAR1XFELD
FLG_DISPLAY_PANELCheckbox XFELDCHAR1XFELD
BUDGETARY_LEDGER_ACTIVECheckbox XFELDCHAR1XFELD
BUD_PER_ACTIVEBudget Period Mandatory FM_BUD_PER_ACTIVECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFM_CCOVR_CONTROL_DATA

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