DFKKCOMA SAP (Correspondence Dunning) Table details

Dictionary Type: Table
Description: Correspondence Dunning




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




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

DFKKCOMA is a standard SAP Table which is used to store Correspondence Dunning data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCOMA table consists of various fields, each holding specific information or linking keys about Correspondence Dunning data available in SAP. These include LAUFD (Date ID), LAUFI (Additional Identification Characteristic), COKEY (Correspondence key), COTYP (Correspondence Type).. 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 DFKKCOMA 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
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
COTYPCorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
AUSDTDate of issue AUSDT_KKDATS8DATUM
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication Indicator in Correspondence CORR_SUBAP_KKCHAR1CORR_SUBAP_KK
MAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
MAHNSDunning Level MAHNS_KKNUMC2Assigned to domainMAHNS_KK
CHGIDCharges Schedule CHGID_KKCHAR2Assigned to domainCHGID_KK
MGE1MDun. charge 1 MGE1M_KKCURR13(2) WRTV7
MG1BLDoc no. for charge 1 MG1BL_KKCHAR12Assigned to domainALPHAOPBEL_KK
MG1TYCharge type f. charge 1 MG1TY_KKCHAR2Assigned to domainCHGTY_KK
MGE2MDun.charge 2 MGE2M_KKCURR13(2) WRTV7
MG2BLDoc number for charge 2 MG2BL_KKCHAR12Assigned to domainALPHAOPBEL_KK
MG2TYCharge type f. charge 2 MG2TY_KKCHAR2Assigned to domainCHGTY_KK
MGE3MDun.charge 3 MGE3M_KKCURR13(2) WRTV7
MG3BLDoc number for charge 3 MG3BL_KKCHAR12Assigned to domainALPHAOPBEL_KK
MG3TYCharge type f. charge 3 MG3TY_KKCHAR2Assigned to domainCHGTY_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK
XMSTODunning Notice Reversed XMSTO_KKCHAR1XFELD
MSALMDunning Balance MSALM_KKCURR13(2) WRTV7
MDRKDCExecution Date for Correspondence Dunning MDRKDC_KKDATS8DATUM
XERINReminder XERIN_KKCHAR1XFELD
MAHNNNext Dunning Level MAHNNC_KKNUMC2Assigned to domainMAHNS_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCOMA
INTO CORRESPONDING FIELDS OF WA_DFKKCOMA
WHERE...

How to access SAP table DFKKCOMA

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