TSYREQUEST SAP (Correlation of Transport Requests Between Systems) Table details

Dictionary Type: Table
Description: Correlation of Transport Requests Between Systems




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




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

TSYREQUEST is a standard SAP Table which is used to store Correlation of Transport Requests Between Systems data and is available within R/3 SAP systems depending on the version and release level.

The TSYREQUEST table consists of various fields, each holding specific information or linking keys about Correlation of Transport Requests Between Systems data available in SAP. These include CO_TA (Request/Task), ND_TA (Request/Task), INSTANCE (System Instance), SRCDOM (TMS: Transport Domain).. 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: Not classified


SAP TSYREQUEST 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
PROJECTProject in Change and Transport System TRKORR_PCHAR20Assigned to domainTRKORR
CO_TARequest/Task TRKORRCHAR20Assigned to domainTRKORR
ND_TARequest/Task TRKORRCHAR20Assigned to domainTRKORR
INSTANCESystem Instance TSYSYSINSCHAR30TSYSYSINS
SRCDOMTMS: Transport Domain TMSDOMNAMCHAR10Assigned to domainTMSDOMNAM
SRCSYSTMS: System Name TMSSYSNAMCHAR10SYSNAME
SRCCLITMS: Client TMSCLIENTCHAR3TMSCLIENT
TARSYTransport Target of Request TR_TARGETCHAR10TR_TARGETTCE_TRANSPORT_TARGET
CHGTIMETime Stamp in CTS TSTAMPNUMC14TSTAMP
SYNC_OKGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSYREQUEST
INTO CORRESPONDING FIELDS OF WA_TSYREQUEST
WHERE...

How to access SAP table TSYREQUEST

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