FKK_STR_CORR_FKKCOHI_EXTERN SAP (Correspondence: External Correspondence History) Structure details

Dictionary Type: Structure
Description: Correspondence: External Correspondence History




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




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

FKK_STR_CORR_FKKCOHI_EXTERN 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: External Correspondence History" 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_FKK_STR_CORR_FKKCOHI_EXTERN TYPE FKK_STR_CORR_FKKCOHI_EXTERN.

The FKK_STR_CORR_FKKCOHI_EXTERN table consists of various fields, each holding specific information or linking keys about Correspondence: External Correspondence History data available in SAP. These include COTYP (Correspondence Type), GPART (Correspondence Recipient), GPART_GUID (Correspondence Recipient (GUID)), GPART_DESC (Description of Correspondence Recipient).. 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: Can be enhanced (character-type or numeric)


SAP FKK_STR_CORR_FKKCOHI_EXTERN 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
COTYPCorrespondence Type COTYP_KKCHAR4TFK070ACOTYP_KKCOTYPCOTYP_KK
GPARTCorrespondence Recipient CREC_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
GPART_GUIDCorrespondence Recipient (GUID) CREC_GP_GUID_KKCHAR32SYSUUID_C
GPART_DESCDescription of Correspondence Recipient CREC_GP_DESC_KKCHAR50BU_TEXT50
VKONTContract Account Number CORR_VKONT_KKCHAR12ALPHACORR_VKONT_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
ORG_GPARTOriginal Correspondence Recipient CREC_ORG_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
ORG_GPART_GUIDOriginal Correspondence Recipient (GUID) CREC_ORG_GP_GUID_KKCHAR32SYSUUID_C
ORG_GPART_DESCDescription of Original Correspondence Recipient CREC_ORG_GP_DESC_KKCHAR50BU_TEXT50
CDATECreated On COCDT_KKDATS8SYDATS
COISSTSTMPTime Stamp for Time Created COCRETSTMP_KKDEC15TZNTSTMPS
COIDTDate of Issue COIDT_KKDATS8SYDATS
COITMIssue Time to the Second COITM_KKTIMS6SYTIME
COISSTSTMPNEWIssue Timestamp COISSTSTMP_KKDEC15TZNTSTMPS
COISSUSERIssue, Logon Name of User COISSUSER_KKCHAR12SYCHAR12
COPRIPrint Date COPRI_KKDATS8SYDATS
COPRITMPrint Time to the Second COPRITM_KKTIMS6SYTIME
COPRITSTMPPrint Timestamp COPRITSTMP_KKDEC15TZNTSTMPS
COPRIUSERPrint, Logon Name of User COPRIUSER_KKCHAR12SYCHAR12
TECH_STATUSTechnical Correspondence Status CORR_TECH_STATUS_KKCHAR2CORR_TECH_STATUS_KK
TECH_STATUS_TXTName of Technical Correspondence Status CORR_TECH_STATUS_TXT_KKCHAR60DDTEXT
INCORRFI-CA Correspondence: Inbound Correspondence Indicator INCORR_KKCHAR1XFELD
COCYRYear of Correspondence Creation COCYR_KKNUMC4GJAHRGJAHR
COPERCorrespondence Interval COPER_KKCHAR1COPER_KK
COPERTXTName of Correspondence Periods COPERTXT_KKCHAR20CORR_TXT20
COPNRPeriod number COPNR_KKNUMC2COPNR_KK
COEMPBlank Correspondence COEMP_KKCHAR1XFELD
UMBUCHTransfer Posting Carried Out CORR_UMBUCH_KKCHAR1XFELD
BUKRSCompany Code in Correspondence CORR_BUKRSCHAR4CORR_BUKRS
CORR_STATUSCorrespondence Status CORR_STATUS_KKCHAR2TFK070PCORR_STATUS_KK
CORR_STATUS_TXTName of Correspondence Status CORR_STATUS_TXT_KKCHAR20TEXT20
XTRIALCorrespondence Request is Test XTRIAL_KKCHAR1XFELD
COPRI_LAUFDDate ID for Print Run COPRI_LAUFD_KKDATS8DATUM
COPRI_LAUFIID Characteristic for Run COPRI_LAUFID_KKCHAR6COPRI_LAUFID_KK
FORMKEYApplication form FORMKEYCHAR30EFRMFORMKEYFOM
FORMKEY_RDIAlternative RDI Form FORMKEY_RDICHAR30EFRMFORMKEY
SENDCONTROLDispatch Control SENDCONTROLCHAR4ESENDCONTROLESENDCONTROL
SENDCONTROL_TXTDescription of Dispatch Control EFG_DTE_SENDCONTROL_DESCRCHAR50TEXT50

Key field Non-key field



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

As FKK_STR_CORR_FKKCOHI_EXTERN 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 FKK_STR_CORR_FKKCOHI_EXTERN as there is no data to select.

How to access SAP table FKK_STR_CORR_FKKCOHI_EXTERN

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