TRST_RECON_RCE SAP (Treasury: External Securities Account Statement) Table details

Dictionary Type: Table
Description: Treasury: External Securities Account Statement




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




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

TRST_RECON_RCE is a standard SAP Table which is used to store Treasury: External Securities Account Statement data and is available within R/3 SAP systems depending on the version and release level.

The TRST_RECON_RCE table consists of various fields, each holding specific information or linking keys about Treasury: External Securities Account Statement data available in SAP. These include NUMBERID (Number of External Securities Account Statement), COMP_CODE (Company Code), SECURITY_ACCOUNT (Securities Account), SECACC_DEPO_BANK (Depository Bank).. 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 TRST_RECON_RCE 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
NUMBERIDNumber of External Securities Account Statement TPM_RECON_NUMBERNUMC10TPM_RECON_NUMBER
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
SECACC_DEPO_BANKDepository Bank RDEPOTBANKCHAR10Assigned to domainALPHABU_PARTNER
SECACC_NUMBERSecurities account no. ABNKRCHAR15ABNKR
POSITION_DATEKey Date in External Securities Account Statement TPM_RECON_POSITION_DATEDATS8TPM_POSITION_DATE
STATUSStatus of External Securities Account Statement TPM_RECON_STATUSCHAR5TRSC_RECON_STATPM_RECON_STATUSTRSF4_RECON_STATUS
HEADER_REC_NAMEExternal Position Name TPM_RECON_RECORD_NAMECHAR15TRSC_RECON_RDTPM_RECON_RECORD_NAMETRSF4_RECON_RECORD_DESCRIPTION
HEADER_TEXTName of External Securities Account Statement TPM_RECON_TEXTCHAR50TPM_RECON_TEXT
FILE_NAMEOriginal File for External Securities Account Statement TPM_RECON_FILECHAR128LOCALFILE
GROUPIDGrouping of External Securities Account Statements TPM_RECON_GROUPCHAR18
EXTREF1External Reference 1 TPM_RECON_EXTERNAL_REF1CHAR20
EXTREF2External Reference 2 TPM_RECON_EXTERNAL_REF2CHAR20
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
EXT_SEC_ACC_NOExternal Securities Account ID TPM_RECON_SWIFT_SEC_ACC_NOCHAR35TPM_RECON_SWIFT_SEC_ACC_NO
DATE_CATDate Category for Position Value Calculation TPM_DATE_CATCHAR1TPM_DATE_CAT
NOTE_IDNote Id TPM_NOTE_IDRAW16

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRST_RECON_RCE
INTO CORRESPONDING FIELDS OF WA_TRST_RECON_RCE
WHERE...

How to access SAP table TRST_RECON_RCE

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