ODQREQ SAP (Operational DeltaQueue: General Request) Table details

Dictionary Type: Table
Description: Operational DeltaQueue: General Request




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




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

ODQREQ is a standard SAP Table which is used to store Operational DeltaQueue: General Request data and is available within R/3 SAP systems depending on the version and release level.

The ODQREQ table consists of various fields, each holding specific information or linking keys about Operational DeltaQueue: General 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 ODQREQ 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 MANDTCLNT3T000MANDT
RIDRequest ODQ_RIDDEC23(9) ODQTSODQ_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
EXTRACTION_MODEExtraction Mode ODQ_EXTRACTION_MODECHAR1ODQ_EXTRACTION_MODE
TSN_LOWLower Limit for TSN ODQ_TSN_LOWDEC23(9) ODQTSODQ_TSN
TSN_HIGHUpper Limit for TSN ODQ_TSN_HIGHDEC23(9) ODQTSODQ_TSN
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
STATUS_ICONStatus ODQ_STATUS_ICONCHAR4ODQ_STATUS_ICON
REALTIMEObject is in real-time mode ODQ_REALTIMECHAR1ODQ_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM ODQREQ
INTO CORRESPONDING FIELDS OF WA_ODQREQ
WHERE...

How to access SAP table ODQREQ

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