TCORC_BUS_ATTR SAP (Business attributes) Table details

Dictionary Type: Table
Description: Business attributes




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




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

TCORC_BUS_ATTR is a standard SAP Table which is used to store Business attributes data and is available within R/3 SAP systems depending on the version and release level.

The TCORC_BUS_ATTR table consists of various fields, each holding specific information or linking keys about Business attributes data available in SAP. These include BPGROUP (Business Partner Group ID), FUNCTION (Correspondence Class), RECIPIENT_TYPE (Recipient/Sender Type), IS_AUTO_CORR (Auto Correspondence Required?).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCORC_BUS_ATTR 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
BPGROUPBusiness Partner Group ID FTR_BPGRPCHAR15TCORC_BUSGRPFTR_BPGRP
FUNCTIONCorrespondence Class FTR_FUNCTIONCHAR15TCORFC_FUNCTIONFTR_FUNCTION
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15TCORFC_REC_TYPEFTR_RECIPIENT_TYPE
IS_AUTO_CORRAuto Correspondence Required? FTR_AUTO_CORR_FLGCHAR1FLAG
IS_REL_REQDRelease Required? FTR_REL_FLGCHAR1FLAG
IS_STATUS_RELDeal Status Relevant? FTR_STAT_REL_FLGCHAR1FLAG
IS_CTRCONF_REQDCounter Confirmation Required? FTR_CTRCONF_FLGCHAR1FLAG
RECONCILEReconcile FTR_RECONCILECHAR1FTR_RECONCILE
IS_AUTO_COMPLETEAutomatic completion required? FTR_AUTOCOMPCHAR1FLAG
IS_UPD_EXT_REFGet values from counterconfirmation FTR_UPD_EXTREFCHAR1FLAG
IS_SETLMNT_REQDAutomatic Settlement on Counterconfirmation FTR_SETLMNT_FLGCHAR1XFELD
IS_PHY_DELPhysical Delivery FTR_PHYDEL_INDCHAR1XFELD
IS_AUTOMATCH_OUTAuto. Matching Triggered on Delivery of Outbound Corresp. FTR_AUTOMATCH_OCHAR1XFELD
ALRT_WAIT_DAYSAlert Wait Time (Days) FTR_WAITTIM_DDINT13FTR_WAITTIM
ALRT_WAIT_HRSAlert Wait Time (Hours) FTR_WAITTIM_HHINT13FTR_WAITTIM
ALRT_WAIT_MINAlert Wait Time (Minutes) FTR_WAITTIM_MMINT13FTR_WAITTIM
IS_DEAL_REL_REQDo Not Send Before Deal Release FTR_DEAL_REL_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORC_BUS_ATTR
INTO CORRESPONDING FIELDS OF WA_TCORC_BUS_ATTR
WHERE...

How to access SAP table TCORC_BUS_ATTR

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