SAP ABAP Class CL_ODQ_CORE_DELTA_EXTRACTOR (Read Handle on the Operational Delta Queue)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BW-SRV (Application Component) BW Generation Tool and Set Object
     SODQS (Package) Operational Delta Queue Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ODQ_BASE Base Types and Base Constants for Operational Delta Queue 20091207
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ODQ_DELTA_EXTRACTOR Read Cursor on the Operational Delta Queue 20091207
Properties
Class CL_ODQ_CORE_DELTA_EXTRACTOR  
Short Description Read Handle on the Operational Delta Queue    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SODQS   Operational Delta Queue Services 
Created 20091207   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ODQ_TSN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_ODQ_BASE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 RSMDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ODQ_BASE Base Types and Base Constants for Operational Delta Queue 20091207
2 IF_ODQ_DELTA_EXTRACTOR Read Cursor on the Operational Delta Queue 20091207
Friends
# Friend Modeled only Created on Description
1 CL_ODQ_CORE_SERVICE 20091207 Core Services for Operational Delta Queue
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PACKAGE_SIZE Constant Private Type reference (TYPE) I 10 20091207
2 C_STATE Constant Private See coding 20091207
3 C_TABNAME_REF Constant Public Type reference (TYPE) TABNAME 'ODQDATA' Table Name 20091207
4 PS_QUEUEPOINTER_HIGH Instance attribute Private Type reference (TYPE) ODQ_S_QUEUEPOINTER Queue Pointer 20091207
5 PS_QUEUEPOINTER_LOW Instance attribute Private Type reference (TYPE) ODQ_S_QUEUEPOINTER Queue Pointer 20091207
6 PT_QUEUEKEYS Instance attribute Private Type reference (TYPE) ODQ_T_QUEUEKEYS List of Queue Keys 20091207
7 PT_QUEUE_DATA Instance attribute Private Type reference (TYPE) TT_QUEUE_DATA 20091207
8 P_CURSOR Instance attribute Private Type reference (TYPE) CURSOR 20091207
9 P_LUWS Instance attribute Private Type reference (TYPE) I 20091207
10 P_MAXIMUM_LUWS Instance attribute Private Type reference (TYPE) I 20091207
11 P_PACKAGE_LINES Instance attribute Private Type reference (TYPE) I 20091207
12 P_STATE Instance attribute Private Type reference (TYPE) I 20091207
13 P_WITH_DATA Instance attribute Private Type reference (TYPE) ABAP_BOOL 20091207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091207
2 REOPEN Instance method Private Method 20091207
Events
Class CL_ODQ_CORE_DELTA_EXTRACTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_QUEUE_DATA Private Type reference (TYPE) ODQDATA_V 20091207
2 TT_QUEUE_DATA Private See coding 20091207 tt_queue_data TYPE STANDARD TABLE OF ts_queue_data WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUEUEPOINTER_HIGH Call by reference Type reference (TYPE) ODQ_S_QUEUEPOINTER Queue-Zeiger 20091207
2 Importing IS_QUEUEPOINTER_LOW Call by reference Type reference (TYPE) ODQ_S_QUEUEPOINTER Queue-Zeiger 20091207
3 Importing IT_QUEUEKEYS Call by reference Type reference (TYPE) ODQ_T_QUEUEKEYS Liste von Queue-Schlüsseln 20091207
4 Importing I_MAXIMUM_LUWS Call by reference Type reference (TYPE) I 20091207
5 Importing I_WITH_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20091207

Method CONSTRUCTOR on class CL_ODQ_CORE_DELTA_EXTRACTOR has no exception.

Method REOPEN Signature

Method REOPEN on class CL_ODQ_CORE_DELTA_EXTRACTOR has no parameter.
Method REOPEN on class CL_ODQ_CORE_DELTA_EXTRACTOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702