FMCCFLOT SAP (Commitment Carryforward of Held Documents (Approval Proc.)) Table details

Dictionary Type: Table
Description: Commitment Carryforward of Held Documents (Approval Proc.)




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




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

FMCCFLOT is a standard SAP Table which is used to store Commitment Carryforward of Held Documents (Approval Proc.) data and is available within R/3 SAP systems depending on the version and release level.

The FMCCFLOT table consists of various fields, each holding specific information or linking keys about Commitment Carryforward of Held Documents (Approval Proc.) data available in SAP. These include FIKRS (Financial Management Area), SYEAR (Closing Operations in FM: Sender Fiscal Year), CFLOTNR (Number to Identify Approval Process), INDEXCNT (Counter for Lot Number).. 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: Can be enhanced (character-type or numeric)


SAP FMCCFLOT 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 FIKRSCHAR4Assigned to domainFIKRSFIK
SYEARClosing Operations in FM: Sender Fiscal Year FM_CCF_SYEARNUMC4GJAHRGJAHRGJR
CFLOTNRNumber to Identify Approval Process FM_CFLOTNRCHAR10ALPHABELNR
INDEXCNTCounter for Lot Number FM_CCF_INDEXCNTNUMC8NUM8
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBTReference document category FM_REFBTYPNUMC3FM_REFBTYP
RFORGReference Organizational Units AWORGCHAR10AWORG
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RCONDCounter Conditions and Level Number RCONDNUMC5RCOND
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
FMBELNRDocument Number of FM Line Item FM_BELNRCHAR10ALPHABELNR
FMBUZEINumber of a posting line in a TR-FM line item FM_BUZEINUMC3NUMC03
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KNGJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
SLEDGERSender Ledger (Fiscal Year FM) FM_CCF_SLDNRCHAR2Assigned to domainALPHARLDNRH_T881
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
CFSTATFM Commitment Carryforward: Status FM_CFSTNUMC2FM_CFST
CFCNTYear-End Closing: Number of Transfers FM_CFCNTNUMC2FM_CFCNT
RGRANTReceiver Grant (Fiscal Year Change FM) FM_CCF_RGRANTCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RFONDSReceiver Fund (Fiscal Year Change FM) FM_CCF_RFONDSCHAR10Assigned to domainBP_GEBERFICO
RFISTLReceiver Funds Center (Fiscal Year Change FM) FM_CCF_RFISTLCHAR16Assigned to domainFISTLFIST
RFIPEXReceiver Commitment Item (Fiscal Year Change FM) FM_CCF_RFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
RFAREAReceiver Functional Area (Fiscal Year Change FM) FM_CCF_RFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
RMEASUREReceiver Funded Program (Fiscal Year Change FM) FM_CCF_RMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
CCF_OPTIONAmount Adjustment Type for Document Chains FM_CCF_OPTION_CHAININT13FM_CCF_OPTION_CHAIN
RBUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SGRANTSender Grant (Fiscal Year Change FM) FM_CCF_SGRANTCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SFONDSSender Fund (Fiscal Year Change FM) FM_CCF_SFONDSCHAR10Assigned to domainBP_GEBERFICO
SFISTLSender Funds Center (Fiscal Year Change FM) FM_CCF_SFISTLCHAR16Assigned to domainFISTLFIST
SFIPEXSender Commitment Item (Fiscal Year Change FM) FM_CCF_SFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFIPEX
SFAREASender Functional Area (Fiscal Year Change FM) FM_CCF_SFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
SMEASURESender Funded Program (Fiscal Year Change FM) FM_CCF_SMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCCFLOT
INTO CORRESPONDING FIELDS OF WA_FMCCFLOT
WHERE...

How to access SAP table FMCCFLOT

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