DFKKSUMOLD SAP (Totals Records Without Account Assignment Changes) Table details

Dictionary Type: Table
Description: Totals Records Without Account Assignment Changes




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




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

DFKKSUMOLD is a standard SAP Table which is used to store Totals Records Without Account Assignment Changes data and is available within R/3 SAP systems depending on the version and release level.

The DFKKSUMOLD table consists of various fields, each holding specific information or linking keys about Totals Records Without Account Assignment Changes data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), SUMSZ (Number of Summary Records for Reconciliation Key), KOSTL (Cost Center), PRCTR (Profit Center).. 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 DFKKSUMOLD 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
SUMSZNumber of Summary Records for Reconciliation Key SUMSZ_KKINT410INT4
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VALUTValue date VALUTDATS8DATUM
XGSB_INIBusiness Area Was Added Subsequently XGSB_KKCHAR1XFELD
XSEG_INISegment Was Added Subsequently XSEG_KKCHAR1XFELD
FMTYPUpdate Method for FM - FI-CA Integration FMTYP_KKCHAR2FMTYP_KK
ORIGFIKRSOriginal FM Area for FM Account Assignment ORIGFIKRS_KKCHAR4Assigned to domainFIKRS
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGETYEAROriginal Year for FM Account Assignment FM_START_OF_CHAINNUMC4GJAHRGJAHR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKSUMOLD
INTO CORRESPONDING FIELDS OF WA_DFKKSUMOLD
WHERE...

How to access SAP table DFKKSUMOLD

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