SAP ABAP Class CL_ODQ_REQUEST_WRITER (Write Handle for 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_REQUEST_WRITER | ODQ: Interface for Request-Oriented Data Writing | 20130123 |
Properties
| Class | CL_ODQ_REQUEST_WRITER | |
| Short Description | Write Handle for Operational Delta Queue | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | SODQ | |
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20130123 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODQ_REQUEST_WRITER | ODQ: Interface for Request-Oriented Data Writing | 20130123 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ODQ_FACADE | 20130123 | Facade for Operational Delta Queue |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130123 | |
| 2 | Static method | Public | Method | 20130123 | ||
| 3 | Instance method | Private | Method | 20130123 | ||
| 4 | Instance method | Private | Method | 20130129 |
Events
Class CL_ODQ_REQUEST_WRITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_REQUEST_WRITER | Private | See coding | 20130123 | BEGIN OF ts_request_writer,
rid TYPE if_odq_request_writer=>t_rid,
r_request_writer TYPE REF TO cl_odq_request_writer,
END OF ts_request_writer
|
||
| 2 | TTH_REQUEST_WRITERS | Private | See coding | 20130123 | tth_request_writers TYPE HASHED TABLE OF ts_request_writer
WITH UNIQUE KEY rid
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RID | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_RID | 20130123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Request existiert nicht (mehr) | 20130123 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONNECTION | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_CONNECTION | IF_ODQ_REQUEST_WRITER=>C_CONNECTION-DEFAULT | DB-Verbindung | 20130123 | ||
| 2 | I_RID | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_RID | Request-Id | 20130123 | |||
| 3 | RR_REQUEST_WRITER | Value transfer | Object reference (TYPE REF TO) | CL_ODQ_REQUEST_WRITER | Schreibschnittstelle für Operationale DeltaQueue | 20130123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Request existiert nicht (mehr) | 20130123 |
Method GET_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | 20130123 | ||||
| 2 | RR_LOG | Value transfer | Object reference (TYPE REF TO) | IF_ODQ_LOG | 20130123 |
Method GET_LOG on class CL_ODQ_REQUEST_WRITER has no exception.
Method GET_NEXT_UNITNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNITNO | Call by reference | Type reference (TYPE) | ODQ_UNITNO | Unit-Nummer | 20130129 | |||
| 2 | R_UNITNO | Value transfer | Type reference (TYPE) | ODQ_UNITNO | Unit-Nummer | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20130129 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |