SRTFT_QUEUE_TASK SAP (Single Registry Task) Structure details

Dictionary Type: Structure
Description: Single Registry Task




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




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

SRTFT_QUEUE_TASK 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 "Single Registry Task" 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_SRTFT_QUEUE_TASK TYPE SRTFT_QUEUE_TASK.

The SRTFT_QUEUE_TASK table consists of various fields, each holding specific information or linking keys about Single Registry Task data available in SAP. These include SEQUENCE_NR (Sequence Number), OPERATION_NAME (Name of Queue Operations), PROFILE_NAME (WSP Name of Profile Configuration), PROFILE_VERSION (Profile Version).. 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 SRTFT_QUEUE_TASK 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
TASK_IDTask ID in Web Service Mass Configuration SRTFT_TASK_IDCHAR32SYSUUID_C
SEQUENCE_NRSequence Number SRTFT_SEQUENCE_NRNUMC20SRTFT_SEQUENCE_NR
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_1 0
PROPERTIES_2 0
BLOB1Binary String in Configuration Operation Processing SRTFT_QUEUE_BLOBRSTR0SRTFT_QUEUE_BLOB
BLOB2Binary String in Configuration Operation Processing SRTFT_QUEUE_BLOBRSTR0SRTFT_QUEUE_BLOB
PORTTYPES 0
PROVIDER_SYSTEMProvider System SRT_WSP_PROVIDER_SYSTEMSTRG0
LOG_DESTINATIONS 0
CONSUMER_GROUPS 0
DESTINATIONWSP Name of Profile Configuration SRT_WSP_PROFILE_CONFIG_NAMECHAR32SRT_WSP_PROFILE_CONFIG_NAME
DEST_VERSIONProfile Version SRT_WSP_PROFILE_CONFIG_VERSIONINT410SRT_WSP_PROFILE_CONFIG_VERSION
QNAME 0
NAME 0
NAMESPACE 0

Key field Non-key field



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

As SRTFT_QUEUE_TASK 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 SRTFT_QUEUE_TASK as there is no data to select.

How to access SAP table SRTFT_QUEUE_TASK

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