TCORIT_SWIFT_PG SAP (SWIFT MT535 depot statement pages - fragment administration) Table details

Dictionary Type: Table
Description: SWIFT MT535 depot statement pages - fragment administration




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




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

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

The TCORIT_SWIFT_PG table consists of various fields, each holding specific information or linking keys about SWIFT MT535 depot statement pages - fragment administration data available in SAP. These include CLIENT (Client), ACCOUNT (Securities Account), STAT_DATE (Key Date in External Securities Account Statement), PAGE_NO (Page number of 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_PG 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
PAGE_NOPage number of depot statement FTR_SWIFT_PAGENUMC5FTR_SWIFT_PAGE_NUMBER
OBJ_IDID of a generic mapping object FTR_OBJECT_IDRAW16TCORFT_FRAGMENTFTR_OBJECT_ID
DOC_TYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOC_IDDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORIT_SWIFT_PG
INTO CORRESPONDING FIELDS OF WA_TCORIT_SWIFT_PG
WHERE...

How to access SAP table TCORIT_SWIFT_PG

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