DFKKCOHINCORR SAP (Correspondence - Data for Inbound Correspondence) Table details

Dictionary Type: Table
Description: Correspondence - Data for Inbound Correspondence




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




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

DFKKCOHINCORR is a standard SAP Table which is used to store Correspondence - Data for Inbound Correspondence data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCOHINCORR table consists of various fields, each holding specific information or linking keys about Correspondence - Data for Inbound Correspondence data available in SAP. These include COKEY (Correspondence key), ABRZU (Lower limit of calculation period), ABRZO (Upper limit of the calculation period), PERSL (Key for Period Assignment).. 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 DFKKCOHINCORR 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
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
ABRZULower limit of calculation period CORR_ABRZU_KKDATS8DATUM
ABRZOUpper limit of the calculation period CORR_ABRZO_KKDATS8DATUM
PERSLKey for Period Assignment CORR_PERSL_KKCHAR4CORR_PERSL_KK
DEFERDeferral of Inbound Correspondence INCORR_DEFER_KKDATS8DATUM
.INCLU--AP 0
INCOTYPInbound Correspondence Category INCO_TYP_KKCHAR10
SPCCALAlternative Periods Exist (Inbound Correspondence) INCO_SPCCAL_KKCHAR1XFELD
OPBELDocument Number of Sample Document INCO_OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
CALLERCaller for Inbound Correspondence INCO_CALLER_KKCHAR32SYSUUID_C
AUGRDClearing Reason for Inbound Correspondence Request INCO_AUGRD_KKCHAR1INCO_AUGRD_KK
LEADOBJLeading Object (Inbound Correspondence) INCO_LEADING_KKCHAR20ALPHAVTREF_KK
CONSTATUSConsolidation Status INCO_CONSTATUS_KKCHAR1INCO_CONSTATUS_KK
.INCLU--AP 0
XREMINDERSend Reminder CORR_XREMINDER_KKCHAR1XFELD
REFTYReference Type for Inbound Correspondence Request CORR_REFTY_KKCHAR1CORR_REFTY_KK
REFNOReference Number for Inbound Correspondence Request CORR_REFNO_KKCHAR70CHAR70

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCOHINCORR
INTO CORRESPONDING FIELDS OF WA_DFKKCOHINCORR
WHERE...

How to access SAP table DFKKCOHINCORR

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