FMCCFBDGT_CNTRL SAP (Customizing settings: creation of budget during ccf) Table details

Dictionary Type: Table
Description: Customizing settings: creation of budget during ccf




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




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

FMCCFBDGT_CNTRL is a standard SAP Table which is used to store Customizing settings: creation of budget during ccf data and is available within R/3 SAP systems depending on the version and release level.

The FMCCFBDGT_CNTRL table consists of various fields, each holding specific information or linking keys about Customizing settings: creation of budget during ccf data available in SAP. These include FM_AREA (Financial Management Area), SENDER_FISC_YEAR (Closing Operations in FM: Sender Fiscal Year), FM_UPD_VALTYP (FM Cmmt Carryfwd:Vlue Catgs of Docs that can be Carried Frwd), BUDGET_CATG (Budget Category).. 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 FMCCFBDGT_CNTRL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
SENDER_FISC_YEARClosing Operations in FM: Sender Fiscal Year FM_CCF_SYEARNUMC4GJAHRGJAHRGJR
FM_UPD_VALTYPFM Cmmt Carryfwd:Vlue Catgs of Docs that can be Carried Frwd FM_WRTTP_CCFCHAR2FM_WRTTP_CCF
BUDGET_CATGBudget Category BUKU_BUDCATCHAR2BUBUDCATALPHARLDNRBUDCAT
STATUSCarry forward of budget for commitments is allowed FMBCCF_STATUSCHAR1FMBCCF_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCCFBDGT_CNTRL
INTO CORRESPONDING FIELDS OF WA_FMCCFBDGT_CNTRL
WHERE...

How to access SAP table FMCCFBDGT_CNTRL

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