ODQSSNREQ 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 ODQSSNREQ
Related tables to ODQSSNREQ
Access table ODQSSNREQ




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

ODQSSNREQ 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 ODQSSNREQ 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), SUBSCRIBER_TYPE (Subscriber Type), SUBSCRIBER_ID (Subscriber), SUBSCRIPTION_ID (Subscription for Delta Queue).. 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 ODQSSNREQ 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
SUBSCRIBER_TYPESubscriber Type ODQ_SUBSCRIBER_TYPECHAR16ODQ_SUBSCRIBER_TYPEODQ_SUBSCRIBER_TYPE
SUBSCRIBER_IDSubscriber ODQ_SUBSCRIBER_IDCHAR32ODQ_SUBSCRIBER_ID
SUBSCRIPTION_IDSubscription for Delta Queue ODQ_SUBSCRIPTION_IDDEC23(9) ODQSSNODQTSODQ_TID
SUBSCR_MODESubscription Type ODQ_SUBSCRIPTION_MODECHAR1ODQ_SUBSCRIPTION_MODE
TSN_SUBSCRIBEDTransaction Sequence Number (TSN) ODQ_TSNDEC23(9) ODQTSODQ_TSN
TSN_CONFIRMEDTransaction Sequence Number (TSN) ODQ_TSNDEC23(9) ODQTSODQ_TSN
STATUS_ICONStatus ODQ_STATUS_ICONCHAR4ODQ_STATUS_ICON

Key field Non-key field



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

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

SELECT SINGLE *
FROM ODQSSNREQ
INTO CORRESPONDING FIELDS OF WA_ODQSSNREQ
WHERE...

How to access SAP table ODQSSNREQ

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