TCORIT_SWIFT_ST SAP (SWIFT MT535 depot statements - fragment administration) Table details

Dictionary Type: Table
Description: SWIFT MT535 depot statements - fragment administration




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




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

TCORIT_SWIFT_ST is a standard SAP Table which is used to store SWIFT MT535 depot statements - fragment administration data and is available within R/3 SAP systems depending on the version and release level.

The TCORIT_SWIFT_ST table consists of various fields, each holding specific information or linking keys about SWIFT MT535 depot statements - fragment administration data available in SAP. These include CLIENT (Client), ACCOUNT (Securities Account), STAT_DATE (Key Date in External Securities Account Statement), MAX_PAGE (Last page number of a depot statement).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TCORIT_SWIFT_ST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
STAT_DATEKey Date in External Securities Account Statement TPM_RECON_POSITION_DATEDATS8TPM_POSITION_DATE
MAX_PAGELast page number of a depot statement FTR_SWIFT_MAX_PAGENUMC5FTR_SWIFT_PAGE_NUMBER
RECEIVEDNumber of received pages of a depot statement FTR_SWIFT_PAGE_COUNTERNUMC5FTR_SWIFT_PAGE_NUMBER

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORIT_SWIFT_ST
INTO CORRESPONDING FIELDS OF WA_TCORIT_SWIFT_ST
WHERE...

How to access SAP table TCORIT_SWIFT_ST

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