TCOR_STR_TRM_COR_RELEASE SAP (Transfer structure for release tool configuration) Structure details

Dictionary Type: Structure
Description: Transfer structure for release tool configuration




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




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

TCOR_STR_TRM_COR_RELEASE 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 "Transfer structure for release tool configuration" 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_TCOR_STR_TRM_COR_RELEASE TYPE TCOR_STR_TRM_COR_RELEASE.

The TCOR_STR_TRM_COR_RELEASE table consists of various fields, each holding specific information or linking keys about Transfer structure for release tool configuration data available in SAP. These include CURRENCY (Currency of Transaction), PRODUCTTYPE (Product Type), TRANSACTIONTYPE (Financial Transaction Type), PARTNR (Business Partner 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TCOR_STR_TRM_COR_RELEASE 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
NOM_AMOUNTNominal Amount FTI_NOMAMTCURR13(2) WERTV7
CURRENCYCurrency of Transaction FTI_WGSCHFTCUKY5Assigned to domainWAERS
PRODUCTTYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
TRANSACTIONTYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
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
.INCLU--AP 0
IS_RESERVE_FUNDPremium Reserve Fund TPM_IS_RESERVE_FUNDCHAR1FLAG
IS_GUARARESPremium Reserve Fund TPM_IS_GUARARESCHAR1FLAG
IS_FIXEDRESFixed Reserve Fund TPM_IS_FIXEDRESCHAR1FLAG
IS_RMFIXRESRemaining Fixes Reserve Fund TPM_IS_RMFIXRESCHAR1FLAG
IS_RMAINRESOther Reserve Fund TPM_IS_RMAINRESCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table TCOR_STR_TRM_COR_RELEASE

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