SRTFT_QUEUE SAP (Processing FIFO) Table details

Dictionary Type: Table
Description: Processing FIFO




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




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

SRTFT_QUEUE is a standard SAP Table which is used to store Processing FIFO data and is available within R/3 SAP systems depending on the version and release level.

The SRTFT_QUEUE table consists of various fields, each holding specific information or linking keys about Processing FIFO data available in SAP. These include SEQUENCE_NR (Sequence Number), TASK_ID (Task ID in Web Service Mass Configuration), OPERATION_NAME (Name of Queue Operations), PROFILE_NAME (WSP Name of Profile Configuration).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRTFT_QUEUE 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
SEQUENCE_NRSequence Number SRTFT_SEQUENCE_NRNUMC20SRTFT_SEQUENCE_NR
TASK_IDTask ID in Web Service Mass Configuration SRTFT_TASK_IDCHAR32SYSUUID_C
OPERATION_NAMEName of Queue Operations SRTFT_QUEUE_OPERATION_NAMECHAR4SRTFT_QUEUE_OPERATION_NAME
PROFILE_NAMEWSP Name of Profile Configuration SRT_WSP_PROFILE_CONFIG_NAMECHAR32SRT_WSP_PROFILE_CONFIG_NAME
PROFILE_VERSIONProfile Version SRT_WSP_PROFILE_CONFIG_VERSIONINT410SRT_WSP_PROFILE_CONFIG_VERSION
PROPERTIES_1GUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
PROPERTIES_2GUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
BLOB1Binary String in Configuration Operation Processing SRTFT_QUEUE_BLOBRSTR0SRTFT_QUEUE_BLOB
BLOB2Binary String in Configuration Operation Processing SRTFT_QUEUE_BLOBRSTR0SRTFT_QUEUE_BLOB
PORTTYPESGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
CHANGE_USERUser Name UNAMECHAR12UNAME
CHANGE_DATEDate of Last Change UDATUMDATS8SYDATS
CHANGE_TIMETime UZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRTFT_QUEUE
INTO CORRESPONDING FIELDS OF WA_SRTFT_QUEUE
WHERE...

How to access SAP table SRTFT_QUEUE

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