TCORT_INB_ASSIGN SAP (BP group assignment for Inbound Correspondence) Table details

Dictionary Type: Table
Description: BP group assignment for Inbound Correspondence




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




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

TCORT_INB_ASSIGN is a standard SAP Table which is used to store BP group assignment for Inbound Correspondence data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_INB_ASSIGN table consists of various fields, each holding specific information or linking keys about BP group assignment for Inbound Correspondence data available in SAP. These include PARTNR (Business Partner Number), COMPANY_CODE (Company Code), RECIPIENT_TYPE (Recipient/Sender Type), PRODUCT_CAT (Product 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_INB_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 MANDTCLNT3T000MANDT
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15TCORFC_REC_TYPEFTR_RECIPIENT_TYPE
PRODUCT_CATProduct Category SANLFNUMC3TZAFVVSANLF
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
FUNCTION_INCorrespondence Class FTR_FUNCTIONCHAR15TCORFC_FUNCTIONFTR_FUNCTION
BPGROUPBusiness Partner Group ID FTR_BPGRPCHAR15TCORC_BUSGRPFTR_BPGRP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_INB_ASSIGN
INTO CORRESPONDING FIELDS OF WA_TCORT_INB_ASSIGN
WHERE...

How to access SAP table TCORT_INB_ASSIGN

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