ODQ_S_MONITOR_PRESELECTION SAP (Preselection for Monitor Data) Structure details

Dictionary Type: Structure
Description: Preselection for Monitor Data




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




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

ODQ_S_MONITOR_PRESELECTION 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 "Preselection for Monitor Data" 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_ODQ_S_MONITOR_PRESELECTION TYPE ODQ_S_MONITOR_PRESELECTION.

The ODQ_S_MONITOR_PRESELECTION table consists of various fields, each holding specific information or linking keys about Preselection for Monitor Data data available in SAP. These include QUEUENAME (Queue Name), SUBSCRIBER_TYPE (Subscriber Type), SUBSCRIBER_ID (Subscriber), READ_DATA_VOLUME (Calculate Data Volume (Extended View)).. 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 ODQ_S_MONITOR_PRESELECTION 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
MODELNAMEProvider ODQ_MODELNAMECHAR16ODQ_MODELNAMEODQ_MODELNAME
QUEUENAMEQueue Name ODQ_QUEUENAMECHAR32ODQ_QUEUENAME
SUBSCRIBER_TYPESubscriber Type ODQ_SUBSCRIBER_TYPECHAR16ODQ_SUBSCRIBER_TYPEODQ_SUBSCRIBER_TYPE
SUBSCRIBER_IDSubscriber ODQ_SUBSCRIBER_IDCHAR32ODQ_SUBSCRIBER_ID
READ_DATA_VOLUMECalculate Data Volume (Extended View) ODQ_READ_DATA_VOLUMECHAR1ODQ_BOOLEAN
READ_FULL_REQUESTSSelect Requests After Extraction Mode ODQ_READ_FULL_REQUESTSCHAR1ODQ_READ_FULL_REQUESTS
TSN_LOWUnique Time Stamp ID (such as TSN, TID) ODQ_TIMESTAMP_IDDEC23(9) ODQTSODQ_TSN
TSN_HIGHUnique Time Stamp ID (such as TSN, TID) ODQ_TIMESTAMP_IDDEC23(9) ODQTSODQ_TSN
RIDRequest ODQ_RIDDEC23(9) ODQTSODQ_TID
EXTRACTION_MODEExtraction Mode ODQ_EXTRACTION_MODECHAR1ODQ_EXTRACTION_MODE
MAX_ROWSNumber of Lines ODQ_LINESINT410

Key field Non-key field



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

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

How to access SAP table ODQ_S_MONITOR_PRESELECTION

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