FMCVRULEGEN SAP (Generic Rules for Generating Cover Pools) Table details

Dictionary Type: Table
Description: Generic Rules for Generating Cover Pools




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




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

FMCVRULEGEN is a standard SAP Table which is used to store Generic Rules for Generating Cover Pools data and is available within R/3 SAP systems depending on the version and release level.

The FMCVRULEGEN table consists of various fields, each holding specific information or linking keys about Generic Rules for Generating Cover Pools data available in SAP. These include FIKRS (Financial Management Area), GJAHR (Fiscal Year), CVRULENR (Number of a Generic Rule for Cover Pools), CVFIPEX (Commitment Item for Cover Pool Rules).. 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: Not classified


SAP FMCVRULEGEN 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CVRULENRNumber of a Generic Rule for Cover Pools FM_CVRULENRNUMC4FM_CVRULENR
CVFIPEXCommitment Item for Cover Pool Rules FM_CV_FIPEXCHAR24FMCILFM_FIPEX
CVCISTRIDSubdivision ID for the Commitment Item FM_CV_CI_STRIDCHAR10CHAR10
CVCISUB1Substring 1 of Commitment Item for Cover Pool Rules FM_CV_CISUB1CHAR10CHAR10
CVCISUB2Substring 2 of Commitment Item for Cover Pool Rules FM_CV_CISUB2CHAR10CHAR10
CVCISUB3Substring 3 of Commitment Item for Cover Pool Rules FM_CV_CISUB3CHAR10CHAR10
CVCISUB4Substring 4 of Commitment Item for Cover Pool Rules FM_CV_CISUB4CHAR10CHAR10
CVCISUB5Substring 5 of Commitment Item for Cover Pool Rules FM_CV_CISUB5CHAR10CHAR10
CVFICTRFunds Center for Cover Pool Rules FM_CV_FICTRCHAR16Assigned to domainFISTL
CVFCSTRIDSubdivision ID for the Funds Center FM_CV_FC_STRIDCHAR10CHAR10
CVFCSUB1Substring 1 of Funds Center for Cover Pool Rules FM_CV_FCSUB1CHAR10CHAR10
CVFCSUB2Substring 2 of Funds Center for Cover Pool Rules FM_CV_FCSUB2CHAR10CHAR10
CVFCSUB3Substring 3 of Funds Center for Cover Pool Rules FM_CV_FCSUB3CHAR10CHAR10
CVGEBERFund for Cover Pool Rules FM_CV_GEBERCHAR10Assigned to domainBP_GEBER
CVFDSTRIDSubdivision ID for the Fund FM_CV_FD_STRIDCHAR10CHAR10
CVFDSUB1Substring 1 of Fund for Cover Pool Rules FM_CV_FDSUB1CHAR10CHAR10
CVFDSUB2Substring 2 of Fund for Cover Pool Rules FM_CV_FDSUB2CHAR10CHAR10
CVFAREAFunctional Area for the Cover Pool Rules FM_CV_FAREACHAR16Assigned to domainFKBER
CVFASTRIDSubdivision ID for Functional Area FM_CV_FA_STRIDCHAR10CHAR10
CVFASUB1Substring 1 of Functional Area for Cover Pool Rules FM_CV_FASUB1CHAR10CHAR10
CVFASUB2Substring 2 of Functional Area for Cover Pool Rules FM_CV_FASUB2CHAR10CHAR10
CVFASUB3Substring 3 of Functional Area for Cover Pool Rules FM_CV_FASUB3CHAR10CHAR10
X_CVCREATEDo not include in cover pool FM_XCVP_CREATECHAR1XFELD
FIPEXPART1Functional Classification FM_FIPEXPART1CHAR6FM_FIPEXPART1
FIPEXPART2Functional Classification FM_FIPEXPART2CHAR5FM_FIPEXPART2
FIPEXPART3Territorial Classification FM_FIPEXPART3CHAR5FM_FIPEXPART3
FICTRPART1Funds Center FM_FICTRPART1CHAR5FM_FICTRPART1
FONDSPART1Fund FM_FONDSPART1CHAR5FM_FONDSPART1

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCVRULEGEN
INTO CORRESPONDING FIELDS OF WA_FMCVRULEGEN
WHERE...

How to access SAP table FMCVRULEGEN

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