SAP ABAP Class CL_ODQ_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 | 20091130 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_DELTA_EXTRACTOR | Read Cursor on the Operational Delta Queue | 20091130 |
Properties
| Class | CL_ODQ_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 | 20091130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | 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 | 20091130 | ||
| 2 | IF_ODQ_DELTA_EXTRACTOR | Read Cursor on the Operational Delta Queue | 20091130 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ODQ_SUBSCRIPTION_SERVICE | 20091207 | Subscription Service for Operational Delta Queue |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | TS_DELTA_EXTRACTOR | 20091207 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | TS_FILTER | 20091207 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | ODQ_S_QUEUE_SELECTION | 20091207 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ODQ_CORE_SERVICE | Core Services for Operational Delta Queue | 20091207 | |||
| 5 | Instance attribute | Private | See coding | 20091207 | |||||
| 6 | Instance attribute | Private | See coding | 20091207 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ODQ_SUBSCRIBER_TYPE | Subscriber Type | 20120124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091207 | |
| 2 | Instance method | Public | Constructor | 20091130 |
Events
Class CL_ODQ_DELTA_EXTRACTOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DELTA_EXTRACTOR | Private | See coding | 20091207 | BEGIN OF ts_delta_extractor,
r_extractor TYPE REF TO if_odq_delta_extractor ,
ts_queue_selections TYPE odq_ts_queue_selections,
END OF ts_delta_extractor
|
||
| 2 | TS_FILTER | Private | See coding | 20091207 | BEGIN OF ts_filter,
modelname TYPE odq_modelname,
queuename TYPE odq_queuename,
r_selection_set TYPE REF TO cl_rsmds_set,
r_model TYPE REF TO cl_odq_queue_model,
r_filter TYPE REF TO cl_rsmds_filter,
END OF ts_filter
|
||
| 3 | TS_QUEUE_DATA | Private | See coding | 20091130 | BEGIN OF ts_queue_data,
client TYPE odqtsnlog-client,
tsn TYPE odqtsnlog-tsn.
INCLUDE TYPE odq_s_queuekey.
TYPES:
rawsize TYPE odqdata-rawsize,
xdata TYPE odqdata-xdata,
END OF ts_queue_data
|
||
| 4 | TT_QUEUE_DATA | Private | See coding | 20091130 | tt_queue_data TYPE STANDARD TABLE OF ts_queue_data
WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ODQ_DELTA_EXTRACTOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ODQ_DELTA_EXTRACTOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_QUEUEPOINTER_HIGH | Call by reference | Type reference (TYPE) | ODQ_S_QUEUEPOINTER | Queue-Zeiger | 20091130 | |||
| 2 | IS_QUEUEPOINTER_LOW | Call by reference | Type reference (TYPE) | ODQ_S_QUEUEPOINTER | Queue-Zeiger | 20091130 | |||
| 3 | I_RID | Call by reference | Type reference (TYPE) | ODQ_RID | 20091207 | ||||
| 4 | I_WITH_DATA | Call by reference | Type reference (TYPE) | ODQ_BOOLEAN | Boolsches Kennzeichen | 20091130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige(r) Parameterwert(e) | 20091207 | ||
| 2 | Objekt wurde nicht gefunden/existiert nicht | 20091207 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |