FMFYCC SAP (FM Closing Operations: Customizing Settings) Table details

Dictionary Type: Table
Description: FM Closing Operations: Customizing Settings




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




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

FMFYCC is a standard SAP Table which is used to store FM Closing Operations: Customizing Settings data and is available within R/3 SAP systems depending on the version and release level.

The FMFYCC table consists of various fields, each holding specific information or linking keys about FM Closing Operations: Customizing Settings data available in SAP. These include FIKRS (Financial Management Area), FM_FYC_PARAL (Number of Parallel Processes in Closing Operations), FM_FYC_DEST (RFC Server Group for Parallel Background Processing), TPERFPARAM (Technical Performance Parameter Active).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMFYCC table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FM_FYC_PARALNumber of Parallel Processes in Closing Operations FM_FYC_PARALNUMC2FM_FYC_PARAL
FM_FYC_DESTRFC Server Group for Parallel Background Processing FM_FYC_DESTCHAR20RZLLI_ACN
TPERFPARAMTechnical Performance Parameter Active FM_CCF_PERFPARAMCHAR1XFELD
FM_CCF_CHAINDefault Setting Commitment Carryforward FM_CCF_CHAINCHAR1FM_CCF_CHAIN
FLG_MULTI_RECPermit Selection of Receiver Account Assignments FM_CCF_MULTIPLE_RECEIVERSCHAR1XFELD
FM_CCF_APApproval Procedure for Cmmt Carryforward FM_CCF_APCHAR1FM_CCF_AP
FM_CCF_NO_PCIgnore Closed Periods in FM for Zero Carryforward FM_CCF_PC_IGNORE_ZEROCHAR1XFELD
FM_CCF_UCFTOTDisable update of FMCFAA and FMCFAB if BCS is already active FM_CCF_NO_UPDATE_TOTALSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table FMFYCC using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMFYCC to SELECT all data from the table
DATA: WA_FMFYCC TYPE FMFYCC.

SELECT SINGLE *
FROM FMFYCC
INTO CORRESPONDING FIELDS OF WA_FMFYCC
WHERE...

How to access SAP table FMFYCC

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