FMSNRULEC SAP (Change Documents for Collective Budget Rules) Table details

Dictionary Type: Table
Description: Change Documents for Collective Budget Rules




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




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

FMSNRULEC is a standard SAP Table which is used to store Change Documents for Collective Budget Rules data and is available within R/3 SAP systems depending on the version and release level.

The FMSNRULEC table consists of various fields, each holding specific information or linking keys about Change Documents for Collective Budget Rules data available in SAP. These include VFIPEX (Commitment Item), VFICTR (Funds Center), VFONDS (Fund), GJAHR (Fiscal Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FMSNRULEC 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
VFIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
VFICTRFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
VFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
DISTRIBCBA rule used FM_DISTRIBCHAR1XFELD
DATBISNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
DATABNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
DBACTIONTime Interval Handler (CO): Identifier for database activity TTDBACTIONCHAR1TTDBACTION
TACTIONTime Interval Handler (CO): Identifier for database activity TTDBACTIONCHAR1TTDBACTION
AENNAMEFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
PCOLTYPCollective budget adminstration category FM_COLLTYPCHAR1FM_COLLTYP
PCFIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
PCFICTRFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
PCFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PCQUANTITYDistribution basis FM_VALUEDEC17(2) FM_VALUE
PCBUDGETReassigned budget for CBA FM_SNBUDGTCURR15(2) WERTV8
PCACTUALAct.revenues increasing the budget for an FM acct assignment FM_TOTLINCCURR15(2) WERTV8
PBUDGDATDate of last transfer in collective budget administration FM_BUDGDATDATS8DATUM
PDISTDATDate of last distribution in collective budget admin. FM_DISTDATDATS8DATUM
CCOLTYPCollective budget adminstration category FM_COLLTYPCHAR1FM_COLLTYP
CCFIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
CCFICTRFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
CCFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
CCQUANTITYDistribution basis FM_VALUEDEC17(2) FM_VALUE
CCBUDGETReassigned budget for CBA FM_SNBUDGTCURR15(2) WERTV8
CCACTUALAct.revenues increasing the budget for an FM acct assignment FM_TOTLINCCURR15(2) WERTV8
CBUDGDATDate of last transfer in collective budget administration FM_BUDGDATDATS8DATUM
CDISTDATDate of last distribution in collective budget admin. FM_DISTDATDATS8DATUM
HHFIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
HHFICTRFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
HHFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
DEAKTIVDeactivation Indicator FM_DEAKTIVCHAR1XFELD
SNERRORError in budget transfer FM_SNERRORCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMSNRULEC
INTO CORRESPONDING FIELDS OF WA_FMSNRULEC
WHERE...

How to access SAP table FMSNRULEC

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