DFKKSUMR SAP (Control details for posting total adjustments) Table details

Dictionary Type: Table
Description: Control details for posting total adjustments




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




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

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

The DFKKSUMR table consists of various fields, each holding specific information or linking keys about Control details for posting total adjustments 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 DFKKSUMR 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 DFKKSUMR using ABAP code

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

SELECT SINGLE *
FROM DFKKSUMR
INTO CORRESPONDING FIELDS OF WA_DFKKSUMR
WHERE...

How to access SAP table DFKKSUMR

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