SXMS_QUEUE_REG SAP (Display Structure Queue Registration) Structure details

Dictionary Type: Structure
Description: Display Structure Queue Registration




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




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

SXMS_QUEUE_REG 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 "Display Structure Queue Registration" 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_SXMS_QUEUE_REG TYPE SXMS_QUEUE_REG.

The SXMS_QUEUE_REG table consists of various fields, each holding specific information or linking keys about Display Structure Queue Registration data available in SAP. These include MAXTIME (Maximum Processing Time in Seconds), MAXTIME_PRO (Maximum Execution Time as Percentage), TYPE (Registration Status), EXEMODE (Execution Mode).. 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 SXMS_QUEUE_REG 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
QNAMEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
MAXTIMEMaximum Processing Time in Seconds SXMS_MAXTIMEINT410
MAXTIME_PROMaximum Execution Time as Percentage SXMS_MAXTIME_PRODEC4(1)
TYPERegistration Status SXMS_REG_STATUSCHAR1
EXEMODEExecution Mode SXMS_EXEMODECHAR1SYCHAR01
NO_MSGNumber of Messages for a Job SXMSNO_OF_MSGSINT410
NRETRYNumber of Retry Attempts SXMS_NRETRYNUMC4NUM04
TDELAYTime Delay Between Two Attempts SXMS_TDELAYINT410SYST_LONG
USERDESTRFC Destination SXMS_RFCDESTCHAR32Assigned to domainRFCDEST
GROUPDESTLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN

Key field Non-key field



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

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

How to access SAP table SXMS_QUEUE_REG

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