TCORIT_SWIFT_PGN SAP (SWIFT MT535 depot statement pages - fragment adm. with CoCod) Table details

Dictionary Type: Table
Description: SWIFT MT535 depot statement pages - fragment adm. with CoCod




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




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

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

The TCORIT_SWIFT_PGN table consists of various fields, each holding specific information or linking keys about SWIFT MT535 depot statement pages - fragment adm. with CoCod data available in SAP. These include CLIENT (Client), ACCOUNT (Securities Account), STAT_DATE (Key Date in External Securities Account Statement), COMPANY_CODE (Company 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: 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_PGN 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
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
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_PGN using ABAP code

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

SELECT SINGLE *
FROM TCORIT_SWIFT_PGN
INTO CORRESPONDING FIELDS OF WA_TCORIT_SWIFT_PGN
WHERE...

How to access SAP table TCORIT_SWIFT_PGN

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