RFVD_CORR_DISPLAY SAP (Display Structure for CML Correspondence History) Structure details

Dictionary Type: Structure
Description: Display Structure for CML Correspondence History




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




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

RFVD_CORR_DISPLAY 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 "Display Structure for CML 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_RFVD_CORR_DISPLAY TYPE RFVD_CORR_DISPLAY.

The RFVD_CORR_DISPLAY table consists of various fields, each holding specific information or linking keys about Display Structure for CML Correspondence History data available in SAP. These include COTYP (Correspondence Type), COKEY (Correspondence key), COPERTXT (Name of Correspondence Periods), GPART (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)


SAP RFVD_CORR_DISPLAY 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
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
COPERTXTName of Correspondence Periods COPERTXT_KKCHAR20CORR_TXT20
GPARTCorrespondence Recipient CREC_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
ORG_GPARTOriginal Correspondence Recipient CREC_ORG_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
COIDTDate of Issue COIDT_KKDATS8SYDATS
COITMIssue Time to the Second COITM_KKTIMS6SYTIME
COISSUSERIssue, Logon Name of User COISSUSER_KKCHAR12SYCHAR12
COPRIPrint Date COPRI_KKDATS8SYDATS
COPRITMPrint Time to the Second COPRITM_KKTIMS6SYTIME
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
COCYRYear of Correspondence Creation COCYR_KKNUMC4GJAHRGJAHR
COPERCorrespondence Interval COPER_KKCHAR1COPER_KK
COPNRPeriod number COPNR_KKNUMC2COPNR_KK
COEMPBlank Correspondence COEMP_KKCHAR1XFELD
BUKRSCompany Code in Correspondence CORR_BUKRSCHAR4CORR_BUKRS
VKONTContract Account Number CORR_VKONT_KKCHAR12ALPHACORR_VKONT_KK
CORR_STATUSCorrespondence Status CORR_STATUS_KKCHAR2Assigned to domainCORR_STATUS_KK
CORR_STATUS_TXTName of Correspondence Status CORR_STATUS_TXT_KKCHAR20TEXT20
COPRI_LAUFDDate ID for Print Run COPRI_LAUFD_KKDATS8DATUM
COPRI_LAUFIID Characteristic for Run COPRI_LAUFID_KKCHAR6COPRI_LAUFID_KK
FORMKEYApplication form FORMKEYCHAR30Assigned to domainFORMKEYFOM
FORMKEY_RDIAlternative RDI Form FORMKEY_RDICHAR30Assigned to domainFORMKEY
SENDCONTROLDispatch Control SENDCONTROLCHAR4Assigned to domainESENDCONTROL
SENDCONTROL_TXTDescription of Dispatch Control EFG_DTE_SENDCONTROL_DESCRCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RFVD_CORR_DISPLAY

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