DFKKWLI_CORR SAP (Correspondence - Not Used - Attachm. Stored in DFKKDOC_CON) Table details

Dictionary Type: Table
Description: Correspondence - Not Used - Attachm. Stored in DFKKDOC_CON




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




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

DFKKWLI_CORR is a standard SAP Table which is used to store Correspondence - Not Used - Attachm. Stored in DFKKDOC_CON data and is available within R/3 SAP systems depending on the version and release level.

The DFKKWLI_CORR table consists of various fields, each holding specific information or linking keys about Correspondence - Not Used - Attachm. Stored in DFKKDOC_CON data available in SAP. These include WLIGUID (Work Item: Identification), ATDATE (Changed On), ATTIME (Time at Which the Object Was Last Changed), LFDNR (Sequence Number).. 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 DFKKWLI_CORR 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
WLIGUIDWork Item: Identification WLIGUID_CM_KKCHAR32SYSUUID_C
ATDATEChanged On AEDATDATS8DATUM
ATTIMETime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
LFDNRSequence Number LFDNRCHAR3LFDNR
COMMTComment on Program Execution COMMT_KKCHAR100TEXT100
DIRECTDirection of Correspondence DIRECT_CM_KKCHAR1DIRECT_CM_KK
DOGUIDAttachment ID ANCAT_KKCHAR32SYSUUID_C
COTYPCorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKWLI_CORR
INTO CORRESPONDING FIELDS OF WA_DFKKWLI_CORR
WHERE...

How to access SAP table DFKKWLI_CORR

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