DFKKCASHFC SAP (Interim Table for Cash Management and Forecast Data) Table details

Dictionary Type: Table
Description: Interim Table for Cash Management and Forecast Data




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




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

DFKKCASHFC is a standard SAP Table which is used to store Interim Table for Cash Management and Forecast Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCASHFC table consists of various fields, each holding specific information or linking keys about Interim Table for Cash Management and Forecast Data data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), BUKRS (Company Code), KOART (Account Type), HKONT (Bank account/bank clearing account (G/L account)).. 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: Cannot Be Enhanced


SAP DFKKCASHFC 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
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOARTAccount Type KOARTCHAR1KOART
HKONTBank account/bank clearing account (G/L account) BNKKOCHAR10Assigned to domainALPHASAKNR
FDGRPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
CURRAPlanned currency for bank accounts/bank clearing accounts CURRACUKY5Assigned to domainWAERS
CURRDPlanned currency for subledger accounts CURRDCUKY5Assigned to domainWAERS
FDTAGPlanning date FDTAGDATS8DATUMFDT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FONDSFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FDWBTAmount in planned currency WRSHDCURR15(2) WRTV8
FDDBTPlanned amount in local currency DMSHDCURR15(2) WRTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCASHFC
INTO CORRESPONDING FIELDS OF WA_DFKKCASHFC
WHERE...

How to access SAP table DFKKCASHFC

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