TCORT_EXT_ASSIGN SAP (Assignments of Profiles & BP groups to external recipients) Table details

Dictionary Type: Table
Description: Assignments of Profiles & BP groups to external recipients




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




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

TCORT_EXT_ASSIGN is a standard SAP Table which is used to store Assignments of Profiles & BP groups to external recipients data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_EXT_ASSIGN table consists of various fields, each holding specific information or linking keys about Assignments of Profiles & BP groups to external recipients data available in SAP. These include PARTNR (Business Partner Number), COMPANY_CODE (Company Code), RECIPIENT_TYPE (Recipient/Sender Type), CORR_CATEGORY (Correspondence Object Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCORT_EXT_ASSIGN table 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
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15TCORFC_REC_TYPEFTR_RECIPIENT_TYPE
CORR_CATEGORYCorrespondence Object Category FTR_COCATCHAR2FTR_COCAT
CONTRACT_TYPEContract Type RANTYPCHAR1RANTYP
PRODUCT_CATProduct Category SANLFNUMC3TZAFVVSANLF
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
ACTIVITY_CATTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
SEC_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
FLOW_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
CORR_NUMBERDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PROFILECorrespondence Profile FTR_PROFILECHAR15TCORFC_PROFILEFTR_PROFILE
BPGROUPBusiness Partner Group ID FTR_BPGRPCHAR15TCORC_BUSGRPFTR_BPGRP
CORR_ADDTYPEAlternative Address for Correspondence TB_CORR_AD_NEWCHAR10TB009BU_ADRKIND

Key field Non-key field



How do I retrieve data from SAP table TCORT_EXT_ASSIGN using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCORT_EXT_ASSIGN to SELECT all data from the table
DATA: WA_TCORT_EXT_ASSIGN TYPE TCORT_EXT_ASSIGN.

SELECT SINGLE *
FROM TCORT_EXT_ASSIGN
INTO CORRESPONDING FIELDS OF WA_TCORT_EXT_ASSIGN
WHERE...

How to access SAP table TCORT_EXT_ASSIGN

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