TCORS_ALERT_CORRES SAP (Correspondence required alert) Structure details

Dictionary Type: Structure
Description: Correspondence required alert




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




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

TCORS_ALERT_CORRES 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 required alert" 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_TCORS_ALERT_CORRES TYPE TCORS_ALERT_CORRES.

The TCORS_ALERT_CORRES table consists of various fields, each holding specific information or linking keys about Correspondence required alert data available in SAP. These include DEALNUMBER (Financial Transaction), SEC_ACC (Securities Account), CO_KEY (Semantic key for Corr), CO_UUID (Correspondence Object UUID).. 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 TCORS_ALERT_CORRES 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEALNUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SEC_ACCSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
CO_KEYSemantic key for Corr FTR_CO_KEYCHAR16ALPHAFTR_CO_KEYTCORH_COKEY
CO_UUIDCorrespondence Object UUID FTR_COIDRAW16
BPGROUPBusiness Partner Group ID FTR_BPGRPCHAR15Assigned to domainFTR_BPGRP
PROFILECorrespondence Profile FTR_PROFILECHAR15Assigned to domainFTR_PROFILE
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15Assigned to domainFTR_RECIPIENT_TYPE
RECIPIENTCorrespondence Recipient FTR_RECIPIENTCHAR10ALPHAFTR_RECIPIENT
FUNCTIONCorrespondence Class FTR_FUNCTIONCHAR15Assigned to domainFTR_FUNCTION
CHANNELCorrespondence Channel FTR_CHANNELCHAR15Assigned to domainFTR_CHANNEL
MESSAGE_FORMATFormat FTR_FORMATCHAR15Assigned to domainFTR_FORMAT
DIRECTIONDirection of correspondence FTR_CODIRCHAR1FTR_CODIR
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
EXEC_DATEOutgoing Correspondence Execution Date FTR_EXEC_DATEDATS8DATUM
EXEC_TIMEOutgoing Correspondence Execution Time FTR_EXEC_TIMETIMS6UZEIT
EXEC_USEROutgoing Correspondence Executed by User FTR_EXEC_USERCHAR12Assigned to domainFTR_USERNAMEUSER_COMP
DELV_DATEOutgoing correspondence delivery date FTR_DELV_DATEDATS8DATUM
DELV_TIMEOutgoing correspondence delivery time FTR_DELV_TIMETIMS6UZEIT
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table TCORS_ALERT_CORRES

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