DFKKSUMC SAP (Control details for posting totals) Table details

Dictionary Type: Table
Description: Control details for posting totals




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




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

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

The DFKKSUMC table consists of various fields, each holding specific information or linking keys about Control details for posting totals data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), FIKST (Status of Summary Records for Reconciliation Key), FIKVS (Aggregation Status of Reconciliation Key), SUMSZ (Number of Summary Records for Reconciliation Key).. 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 DFKKSUMC 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_KKCHAR12FIKEY_KKFKFI1
FIKSTStatus of Summary Records for Reconciliation Key FIKST_KKCHAR1FIKST_KK
FIKVSAggregation Status of Reconciliation Key FIKVS_KKCHAR1FIKVS_KK
SUMSZNumber of Summary Records for Reconciliation Key SUMSZ_KKINT410INT4
CPUDTDate of entry (CPU date) CPUDT_KKDATS8DATUM
XERROTable DFKKSUM Not Completely Updated XERRO_KKCHAR1XFELD
KORLVHighest assigned correction level KORLV_KKNUMC2NUM02
UEBISPosting Date Up To Which Data Was Transferred To G/L UEBIS_KKDATS8DATUM
UEKLVTransferred Up To Correction Level UEKLV_KKNUMC2NUM02
XUEVOTransfer all data to general ledger XUEVO_KKCHAR1XFELD
XCLOSNo Further Postings Allowed XCLOS_KKCHAR1XFELD
RESOBReservation Object RESOB_KKCHAR3RESOB_KK
RESKYKey of Object That Used the Reconciliation Key RESKY_KKCHAR30CHAR30
XARCHDocuments Already Archived XARCH_KKCHAR1XFELD
ERNAMName of the User who Created the Reconciliation Key USNAM_KKCHAR12USNAM
CLDATDate on which the Reconciliation Key was Closed CLDAT_KKDATS8DATUM
CLTIMTime at which the Reconciliation Key was Closed CLTIM_KKTIMS6UZEIT
CLNAMUser who Closed the Reconciliation Key CLNAM_KKCHAR12UNAME
UECPUCPU date of the last transfer run UECPU_KKDATS8DATUM
BLCNTCounter for documents transferred to G/L BLCNT_KKNUMC7NUM07
COCNTNumber of Accounting Calls for CO-PA COCNT_KKNUMC7NUM07
XUECOPAData Transferred to Profitability Analysis (CO-PA) XUECOPA_KKCHAR1XUECOPA_KK
XMISSNot all documents are contained in the totals XMISS_KKCHAR1XFELD
COMPLETEStatus Of Detail Structures For Reconciliation Key COMPLETE_KKCHAR1COMPLETE_KK
XEXTKONTAdjustments Allowed When Transferring To General Ledger XEXTKONT_KKCHAR1BOOLE
XKORRReconciliation Key Corrected with RFKKGL20 XKORR_KKCHAR1XFELD
UEBPANRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
UEBPADATDate DATUMDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKSUMC
INTO CORRESPONDING FIELDS OF WA_DFKKSUMC
WHERE...

How to access SAP table DFKKSUMC

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