BCA_US_DEA_HIST SAP (Correspondence History) Table details

Dictionary Type: Table
Description: Correspondence History




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




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

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

The BCA_US_DEA_HIST table consists of various fields, each holding specific information or linking keys about Correspondence History data available in SAP. These include PARTNER (Business Partner Number), HIST_REF (Correspondence History Reference), NU_ATMP (Correspondence History Number of Attempts), COR_CODE (Correspondence Contact Code).. 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: Not classified


SAP BCA_US_DEA_HIST 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
HIST_REFCorrespondence History Reference BCA_US_HIST_REFNUMC10NUMC10
NU_ATMPCorrespondence History Number of Attempts BCA_US_NU_ATTMPNUMC10NUMC10
COR_CODECorrespondence Contact Code BCA_US_COR_CODECHAR3TBCA_US_DEA_CORCHAR03
COR_REFCorrespondence Reference BCA_US_COR_REFCHAR30CHAR30
CRUSERUser who created the object BU_CRUSRCHAR12USNAM
CRDATEDate on which the object was created BU_CRDATDATS8DATUM
CRTIMETime at which the object was created BU_CRTIMTIMS6UZEIT
FLG_REVERSEIndicator: Entry has been reversed BCA_US_REV_FLGCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM BCA_US_DEA_HIST
INTO CORRESPONDING FIELDS OF WA_BCA_US_DEA_HIST
WHERE...

How to access SAP table BCA_US_DEA_HIST

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