SCTS_TY_EQUEUE_ITEM_FLAT SAP (Central CTS: Flat Queue Item) Structure details

Dictionary Type: Structure
Description: Central CTS: Flat Queue Item




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




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

SCTS_TY_EQUEUE_ITEM_FLAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Central CTS: Flat Queue Item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SCTS_TY_EQUEUE_ITEM_FLAT TYPE SCTS_TY_EQUEUE_ITEM_FLAT.

The SCTS_TY_EQUEUE_ITEM_FLAT table consists of various fields, each holding specific information or linking keys about Central CTS: Flat Queue Item data available in SAP. These include MAXRC (), ID (Request/Task), POSITION (), COLLECTION_ID (Request/Task).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SCTS_TY_EQUEUE_ITEM_FLAT structure 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
TYPE 0
MAXRC 0
IDRequest/Task TRKORRCHAR20Assigned to domainTRKORR
POSITION 0
COLLECTION_IDRequest/Task TRKORRCHAR20Assigned to domainTRKORR
PROJECT_IDProject in Change and Transport System TRKORR_PCHAR20Assigned to domainTRKORR
PROJECT_TEXT 0
OWNEROwner of request/task TRUSERCHAR12AS4USERUSER_ADDR
DESCRIPTIONShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
BUFFER_ENTRY 0
DOMNAMTMS: Transport Domain TMSDOMNAMCHAR10TMSDOMNAM
SYSNAMTMS: System Name TMSSYSNAMCHAR10SYSNAME
BUFPOSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
BUFLVLCounter COUNTERNUMC1COUNTER
TRKORRRequest/Task TRKORRCHAR20TRKORR
UMODEStp Unconditional Modes TRTPUMODESCHAR20CHAR20
IMPFLGtp Import Flag TRTPIMPFLGCHAR1TRTPIMPFLG
MAXRCReturn code TRRETCODECHAR4TRRETCODE
TARCLITarget client for the request TRTARCLICHAR3CHAR3
PROJECTProject in Change and Transport System TRKORR_PCHAR20TRKORR
TRFUNCType of request/task TRFUNCTIONCHAR1TRFUNCTION
ACTFLGtp Active Flag TRTPACTFLGCHAR1
PREFLGtp Predecessor Flag TRTPPREFLGCHAR1
NODATAFLGtp No Data Flag TRTPNODFLGCHAR1
JOBIDTMS CI Background Job Number CIBJOBNUMNUMC10CIBJOBNUM
TPSTATIDtp Time Stamp TRTPTSTAMPCHAR20CHAR20
IMPSINGGeneral Flag FLAGCHAR1FLAG
CVERSFLGResult of Component Check CCRESLTCHAR3CCRESULT
OWNERTMS: Owner TMSOWNERCHAR12AS4USER
TEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
COMSYSTMS: System Name TMSSYSNAMCHAR10SYSNAME
SRCCLISource client of request TRCLIENTCHAR3CHAR3
IS_COLLECTIONBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
QUEUE 0
PARENT_COLLECTIONRequest/Task TRKORRCHAR20Assigned to domainTRKORR
IMPORT_STATUSCentral CTS: Import Status SCTS_TY_QUEUEITEM_IMPSTATCHAR1TMSIMPSTAT
IMPORT_STATUS_DETAILS 0
SOURCE_CLIENTCentral CTS: System Client SCTS_TY_SYSTEM_CLIENTCLNT3Assigned to domainMANDT
TARGET_CLIENTCentral CTS: System Client SCTS_TY_SYSTEM_CLIENTCLNT3Assigned to domainMANDT
NO_DATAFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
COLLECTION_IDS 0
COMP_VERS_CHECKSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure SCTS_TY_EQUEUE_ITEM_FLAT using ABAP code?

As SCTS_TY_EQUEUE_ITEM_FLAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SCTS_TY_EQUEUE_ITEM_FLAT as there is no data to select.

How to access SAP table SCTS_TY_EQUEUE_ITEM_FLAT

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