DFKKSUMCB SAP (Control details for posting totals per company code) Table details

Dictionary Type: Table
Description: Control details for posting totals per company code




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




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

DFKKSUMCB is a standard SAP Table which is used to store Control details for posting totals per company code data and is available within R/3 SAP systems depending on the version and release level.

The DFKKSUMCB table consists of various fields, each holding specific information or linking keys about Control details for posting totals per company code data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), BUKRS (Company Code), UEBIS (Posting Date Up To Which Data Was Transferred To G/L), XUEVO (Transfer all data to general ledger).. 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 DFKKSUMCB 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
UEBISPosting Date Up To Which Data Was Transferred To G/L UEBIS_KKDATS8DATUM
XUEVOTransfer all data to general ledger XUEVO_KKCHAR1XFELD
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
XUECOPAData Transferred to Profitability Analysis (CO-PA) XUECOPA_KKCHAR1XUECOPA_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKSUMCB
INTO CORRESPONDING FIELDS OF WA_DFKKSUMCB
WHERE...

How to access SAP table DFKKSUMCB

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