ODQ_S_MONITOR_SUBSCRIPTION SAP (Subscription in Monitor) Structure details

Dictionary Type: Structure
Description: Subscription in Monitor




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




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

ODQ_S_MONITOR_SUBSCRIPTION 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 "Subscription in Monitor" 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_SUBSCRIPTION TYPE ODQ_S_MONITOR_SUBSCRIPTION.

The ODQ_S_MONITOR_SUBSCRIPTION table consists of various fields, each holding specific information or linking keys about Subscription in Monitor data available in SAP. These include MODELNAME_TEXT (Text Field of Length 60), QUEUENAME (Queue Name), QUEUENAME_TEXT (Text Field of Length 60), SUBSCRIBER_TYPE (Subscriber Type).. 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_SUBSCRIPTION 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
MODELNAME_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
QUEUENAMEQueue Name ODQ_QUEUENAMECHAR32ODQ_QUEUENAME
QUEUENAME_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
SUBSCRIBER_TYPESubscriber Type ODQ_SUBSCRIBER_TYPECHAR16ODQ_SUBSCRIBER_TYPEODQ_SUBSCRIBER_TYPE
SUBSCRIBER_TYPE_INFOTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
SUBSCRIBER_TYPE_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
SUBSCRIBER_IDSubscriber ODQ_SUBSCRIBER_IDCHAR32ODQ_SUBSCRIBER_ID
SUBSCRIBER_ID_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
SUBSCRIPTION_IDSubscription for Delta Queue ODQ_SUBSCRIPTION_IDDEC23(9) ODQTSODQ_TID
SUBSCRIPTION_TEXTTechnical Name ODQ_TECHNICAL_NAMESTRG0ODQ_TECHNICAL_NAME
SUBSCRIPTION_NAMETechnical Name ODQ_TECHNICAL_NAMESTRG0ODQ_TECHNICAL_NAME
SUBSCRIPTION_ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
QUEUESTATEQueue Status ODQ_QUEUESTATECHAR4ODQ_QUEUESTATE
QUEUESTATE_INFOTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
REALTIMEObject is in real-time mode ODQ_REALTIMECHAR1ODQ_BOOLEAN
SELECTION_CONDSelection Condition (in OpenSQL) ODQ_SELECTION_CONDSTRG0
PROJECTIONProjection ODQ_PROJECTIONSTRG0ODQ_PROJECTION
COMMITMENT_LEVELCommitment of the Subscription ODQ_COMMITMENT_LEVELNUMC1ODQ_COMMITMENT_LEVEL
COMMITMENT_LEVEL_TEXTText Field of Length 60 TEXT60CHAR60TEXT60
TSN_CONFIRMEDTransaction Sequence Number (TSN) ODQ_TSNDEC23(9) ODQTSODQ_TSN
TSN_REQUESTEDTransaction Sequence Number (TSN) ODQ_TSNDEC23(9) ODQTSODQ_TSN
CRE_USERUser Name SYUNAMECHAR12SYCHAR12
CRE_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CRE_TSTMP_TEXTText (20 Characters) TEXT20CHAR20TEXT20
MOD_USERUser Name SYUNAMECHAR12SYCHAR12
MOD_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MOD_TSTMP_TEXTText (20 Characters) TEXT20CHAR20TEXT20
REQUESTSNatural Number INT4INT410INT4
UNITSNumber of units ODQ_UNITSINT410
LINESTotal: Rows ODQ_LINES_SUMDEC19
RAWSIZESize in Bytes ODQ_RAWSIZEDEC19ODQ_RAWSIZE
COMPSIZECompressed Size in Bytes ODQ_COMPSIZEDEC19ODQ_RAWSIZE
COMPRATECompression Rate in Percent ODQ_COMPRATEDEC5(1) ODQ_COMPRATE

Key field Non-key field



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

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

How to access SAP table ODQ_S_MONITOR_SUBSCRIPTION

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