SAP FMCE_S_CVRGRP_PATTERN_INPUT Input structure for module FMCE_DERIVE_CVRGRP_PATTERN Table data and field list

FMCE_S_CVRGRP_PATTERN_INPUT 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 "Input structure for module FMCE_DERIVE_CVRGRP_PATTERN" 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_FMCE_S_CVRGRP_PATTERN_INPUT TYPE FMCE_S_CVRGRP_PATTERN_INPUT.

The FMCE_S_CVRGRP_PATTERN_INPUT table consists of various fields, each holding specific information or linking keys about Input structure for module FMCE_DERIVE_CVRGRP_PATTERN data available in SAP. These include FISCYEAR (Fiscal Year), BUDCAT (Budget Category), FUND_PATTERN (Fund), FDSTRID (Fund Subdivision ID)... 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. .

FMCE_S_CVRGRP_PATTERN_INPUT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMCE_S_CVRGRP_PATTERN_INPUT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMCE_S_CVRGRP_PATTERN_INPUT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDCATBudget Category BUKU_BUDCATCHAR2Assigned to domainALPHARLDNRBUDCAT
FUND_PATTERNFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FDSTRIDFund Subdivision ID FM_FDSTRIDCHAR10CHAR10
FDSUB1Substring 1 of Fund FM_FDSUB1CHAR10CHAR10
FDSUB2Substring 2 of Fund FM_FDSUB2CHAR10CHAR10
FUNDSCTR_PATTERNFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FCSTRIDFunds Center Subdivision ID FM_FCSTRIDCHAR10CHAR10
FCSUB1Substring 1 of Funds Center FM_FCSUB1CHAR10CHAR10
FCSUB2Substring 2 of Funds Center FM_FCSUB2CHAR10CHAR10
FCSUB3Substring 3 of Funds Center FM_FCSUB3CHAR10CHAR10
CMMTITEM_PATTERNCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
CISTRIDCommitment Item Subdivision ID FM_CISTRIDCHAR10CHAR10
CISUB1Substring 1 of Commitment Item FM_CISUB1CHAR10CHAR10
CISUB2Substring 2 of Commitment Item FM_CISUB2CHAR10CHAR10
CISUB3Substring 3 of Commitment Item FM_CISUB3CHAR10CHAR10
CISUB4Substring 4 of Commitment Item FM_CISUB4CHAR10CHAR10
CISUB5Substring 5 of Commitment Item FM_CISUB5CHAR10CHAR10
FUNCAREA_PATTERNFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
FNSTRIDFunctional Area Subdivision ID FM_FNSTRIDCHAR10CHAR10
FNSUB1Substring 1 of Functional Area FM_FNSUB1CHAR10CHAR10
FNSUB2Substring 2 of Functional Area FM_FNSUB2CHAR10CHAR10
FNSUB3Substring 3 of Functional Area FM_FNSUB3CHAR10CHAR10
MEASURE_PATTERNFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
USERDIM_PATTERNCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
BUDGET_PD_PATTERNFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMCE_S_CVRGRP_PATTERN_INPUT

Within an ECC or HANA version of SAP you can also view further information about FMCE_S_CVRGRP_PATTERN_INPUT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).