FMCDRB SAP (Revenues Increasing the Budget Government of Canada) Table details

Dictionary Type: Table
Description: Revenues Increasing the Budget Government of Canada




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




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

FMCDRB is a standard SAP Table which is used to store Revenues Increasing the Budget Government of Canada data and is available within R/3 SAP systems depending on the version and release level.

The FMCDRB table consists of various fields, each holding specific information or linking keys about Revenues Increasing the Budget Government of Canada data available in SAP. These include GJAHR (Fiscal Year), FIKRS (Financial Management Area), FONDS (Fund), FISTL (Funds Center).. 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 FMCDRB 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FISTLFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
FIPEXCommitment item (No longer in use -> FM_FIPEX) FIPEXCHAR24FIPEXFIPEXFPS
EZ_LOWBUDYes/No (X/ ) OAXCHAR1X
EZ_LOWVALMinimum revenue from which the budget is increased FM_MININCCURR15(2) WERTV8
EZ_HIBUDYes/No (X/ ) OAXCHAR1X
EZ_HIVALMaximum to which the budget is increased FM_MAXINCCURR15(2) WERTV8
EZ_HIBUDVMaximum to which the budget is increased FM_MAXINCCURR15(2) WERTV8
EZ_HIBUDPFYes/No (X/ ) OAXCHAR1X
EZ_HIBUDP% of a Revenue Allotted to Expenditure FM Account Assignment FM_ERHPROZDEC5(2) PRZ32
EZ_DEAKTIVDeactivation Indicator FM_DEAKTIVCHAR1XFELD
EV_LOWBUDYes/No (X/ ) OAXCHAR1X
EV_LOWVALMinimum revenue from which the budget is increased FM_MININCCURR15(2) WERTV8
EV_HIBUDYes/No (X/ ) OAXCHAR1X
EV_HIVALMaximum to which the budget is increased FM_MAXINCCURR15(2) WERTV8
EV_HIBUDVMaximum to which the budget is increased FM_MAXINCCURR15(2) WERTV8
EV_HIBUDPFYes/No (X/ ) OAXCHAR1X
EV_HIBUDP% of a Revenue Allotted to Expenditure FM Account Assignment FM_ERHPROZDEC5(2) PRZ32
EV_DEAKTIVDeactivation Indicator FM_DEAKTIVCHAR1XFELD
UZ_FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
UZ_FISTLFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
UZ_FIPEXCommitment item (No longer in use -> FM_FIPEX) FIPEXCHAR24FIPEXFIPEXFPS
UV_FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
UV_FISTLFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
UV_FIPEXCommitment item (No longer in use -> FM_FIPEX) FIPEXCHAR24FIPEXFIPEXFPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCDRB
INTO CORRESPONDING FIELDS OF WA_FMCDRB
WHERE...

How to access SAP table FMCDRB

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