TCORV_BUS_ATTR SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TCORV_BUS_ATTR is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TCORV_BUS_ATTR table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BPGROUP (Business Partner Group ID), FUNCTION (Correspondence Class), RECIPIENT_TYPE (Recipient/Sender Type), XBPGROUP (Text (30 Characters)).. 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: Not classified


SAP TCORV_BUS_ATTR table view 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 MANDTCLNT3MANDT
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
XBPGROUPText (30 Characters) TEXT30CHAR30TEXT30
DESCR_FUNCShort description FTR_DESCRIPTIONCHAR60FTR_SHORT_TEXT
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
DESCR_RECShort description FTR_DESCRIPTIONCHAR60FTR_SHORT_TEXT
IS_AUTO_COMPLETEAutomatic completion required? FTR_AUTOCOMPCHAR1FLAG
IS_UPD_EXT_REFGet values from counterconfirmation FTR_UPD_EXTREFCHAR1FLAG
IS_PHY_DELPhysical Delivery FTR_PHYDEL_INDCHAR1XFELD
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_AUTOMATCH_OUTAuto. Matching Triggered on Delivery of Outbound Corresp. FTR_AUTOMATCH_OCHAR1XFELD
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 TCORV_BUS_ATTR using ABAP code

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

SELECT SINGLE *
FROM TCORV_BUS_ATTR
INTO CORRESPONDING FIELDS OF WA_TCORV_BUS_ATTR
WHERE...

How to access SAP table TCORV_BUS_ATTR

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