FKKCORR SAP (Correspondence work fields) Structure details

Dictionary Type: Structure
Description: Correspondence work fields




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




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

FKKCORR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Correspondence work fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKCORR TYPE FKKCORR.

The FKKCORR table consists of various fields, each holding specific information or linking keys about Correspondence work fields data available in SAP. These include LAUFD (Date ID), LAUFI (Additional Identification Characteristic), COPYD (Date ID), COPYI (Additional Identification Characteristic).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FKKCORR structure 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
COPYDDate ID LAUFD_KKDATS8DATUM
COPYIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
STRDTScheduled Start Date STRDT_KKDATS8SYDATS
STRZTScheduled Start Time STRZT_KKTIMS6SYTIME
XSTRFStart Immediately XSTRF_KKCHAR1XFELD
BHOSTComputer on which the job is to be carried out BHOST_KKCHAR20MSHOST
PDESTSpool: Output Device PDEST_KKCHAR4Assigned to domainSPDEVRSPOPNAME
STEXTStatus text STEXT_KKCHAR60TEXT60
COTYPCorrespondence Type COTYP_KKCHAR4TFK070ACOTYP_KKCOTYPCOTYP_KK
COCYRYear of Correspondence Creation COCYR_KKNUMC4GJAHRGJAHR
COIDTDate of Issue COIDT_KKDATS8SYDATS
COTXTName of Correspondence Type COTXT_KKCHAR40TEXT40
STTXTText TXT50CHAR50TEXT50
JTYPEJob category JTYPE_KKCHAR2Assigned to domainJTYPE_KK
XOPRNDelete printed correspondence only XOPRN_KKCHAR1XFELD
XDATAAdapt Date when Copying Parameters XDATA_KKCHAR1XFELD
XNOCHGIgnore charges XNOCHG_KKCHAR1XFELD
COPERTXTName of Correspondence Periods COPERTXT_KKCHAR20CORR_TXT20
COTRGTXTCorrespondence request type text COTRGTXT_KKCHAR40TXT40
COMMITCOUNTMinimum block size for mass selection DBLIMIT_KKINT410SYST_LONG

Key field Non-key field



How do I retrieve data from SAP structure FKKCORR using ABAP code?

As FKKCORR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKCORR as there is no data to select.

How to access SAP table FKKCORR

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