ODQSSNREQQUE SAP (Operational Delta Queue: Queue Subscription Request) Table details

Dictionary Type: Table
Description: Operational Delta Queue: Queue Subscription Request




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




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

ODQSSNREQQUE is a standard SAP Table which is used to store Operational Delta Queue: Queue Subscription Request data and is available within R/3 SAP systems depending on the version and release level.

The ODQSSNREQQUE table consists of various fields, each holding specific information or linking keys about Operational Delta Queue: Queue Subscription Request data available in SAP. These include RID (Request), MODELNAME (Provider), QUEUENAME (Queue Name), COMPOSITE_RID (Request).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ODQSSNREQQUE 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
RIDRequest ODQ_RIDDEC23(9) ODQREQODQTSODQ_TID
MODELNAMEProvider ODQ_MODELNAMECHAR16ODQ_MODELNAMEODQ_MODELNAME
QUEUENAMEQueue Name ODQ_QUEUENAMECHAR32ODQSTATEODQ_QUEUENAME
COMPOSITE_RIDRequest ODQ_RIDDEC23(9) ODQTSODQ_TID
SUBSCR_MODESubscription Type ODQ_SUBSCRIPTION_MODECHAR1ODQ_SUBSCRIPTION_MODE
COMMITMENT_LEVELCommitment of the Subscription ODQ_COMMITMENT_LEVELNUMC1ODQ_COMMITMENT_LEVEL
STATUS_ICONStatus ODQ_STATUS_ICONCHAR4ODQ_STATUS_ICON
PROJECTIONProjection ODQ_PROJECTIONSTRG0ODQ_PROJECTION
SELECTION_CONDSelection Condition (in OpenSQL) ODQ_SELECTION_CONDSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ODQSSNREQQUE
INTO CORRESPONDING FIELDS OF WA_ODQSSNREQQUE
WHERE...

How to access SAP table ODQSSNREQQUE

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