TCORT_INT_ASSIGN SAP (Assignments of Profiles & BP groups to internal recipients) Table details

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




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




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

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

The TCORT_INT_ASSIGN table consists of various fields, each holding specific information or linking keys about Assignments of Profiles & BP groups to internal recipients data available in SAP. These include INT_REC (Internal Recipient), 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: Can be enhanced (character-type or numeric)


SAP TCORT_INT_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
INT_RECInternal Recipient FTR_INT_RECCHAR10TCORC_INT_RECALPHAFTR_INT_REC
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
SAP_USERUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
ADR_COUNTRYCountry Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
FAX_NOBusiness partner fax number TB_KOTELFXCHAR31TEXT31
EMAIL_ADDE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_INT_ASSIGN
INTO CORRESPONDING FIELDS OF WA_TCORT_INT_ASSIGN
WHERE...

How to access SAP table TCORT_INT_ASSIGN

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