DFKKSUMG SAP (Control Information for G/L Corrections) Table details

Dictionary Type: Table
Description: Control Information for G/L Corrections




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




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

DFKKSUMG is a standard SAP Table which is used to store Control Information for G/L Corrections data and is available within R/3 SAP systems depending on the version and release level.

The DFKKSUMG table consists of various fields, each holding specific information or linking keys about Control Information for G/L Corrections data available in SAP. These include CLKEY (Cluster Key), KDATE (Date of the adjustment record), KTIME (Time of the adjustment), USERN (User name).. 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 DFKKSUMG 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
CLKEYCluster Key CLKEY_KKCHAR18CLKEY_KK
KDATEDate of the adjustment record KORDT_KKDATS8DATUM
KTIMETime of the adjustment KORZT_KKTIMS6TIMES
USERNUser name USERNAMECHAR12USERNAME
ERRNONumber of correction lines for correction record ERRNO_KKINT410INT4
XNOUPCluster Updated XCLUP_KKCHAR1XFELD
XUPDTData corrected XUPDT_KKCHAR1XFELD
KDATE2Correction date KORDT2_KKDATS8DATUM
KTIME2Correction date KORZT2_KKTIMS6TIMES
USERN2User name USERNAMECHAR12USERNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKSUMG
INTO CORRESPONDING FIELDS OF WA_DFKKSUMG
WHERE...

How to access SAP table DFKKSUMG

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