SAP ABAP Class IF_ODQ_REQUEST_WRITER (ODQ: Interface for Request-Oriented Data Writing)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ODQ_REQUEST_WRITER | Write Handle for Operational Delta Queue | 20130123 |
Properties
| Class | IF_ODQ_REQUEST_WRITER | |
| Short Description | ODQ: Interface for Request-Oriented Data Writing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| 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... |
Interfaces
Class IF_ODQ_REQUEST_WRITER has no interface implemented.
Friends
Class IF_ODQ_REQUEST_WRITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Attribute reference (LIKE) | IF_ODQ_CONSTANTS=>C_BOOLEAN | IF_ODQ_CONSTANTS=>C_BOOLEAN | Boolean Flag | 20130123 | ||
| 2 | Constant | Public | See coding | 20130123 | |||||
| 3 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_EXTRACTION_MODE | Extraction Mode | 20130129 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_MODELNAME | Provider | 20130129 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_QUEUENAME | Queue Name | 20130129 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_RID | Request ID | 20130129 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_STATUS_ICON | Request Status | 20130129 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_UNITNO | Number of Current Data Unit (Data Package) | 20130129 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | I | Number of Added Data Units | 20130129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130129 | ||
| 2 | Instance method | Public | Method | Complete Extraction Request | 20130129 | |
| 3 | Instance method | Public | Method | Explicit Commit Processing | 20130123 | |
| 4 | Instance method | Public | Method | Default Package Size in Rows | 20130124 | |
| 5 | Instance method | Public | Method | RTT Description of Expected Table | 20130124 | |
| 6 | Instance method | Public | Method | Explicit Rollback Processing | 20130123 | |
| 7 | Instance method | Public | Method | Terminate Extraction Request With Errors | 20130129 | |
| 8 | Instance method | Public | Method | 20130123 |
Events
Class IF_ODQ_REQUEST_WRITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_BOOLEAN | Public | Type reference (TYPE) | ODQ_BOOLEAN | Boolean Flag | 20130123 | |
| 2 | T_CONNECTION | Public | Type reference (TYPE) | DBCON_NAME | 20130123 | |
|
| 3 | T_EXTRACTION_MODE | Public | Type reference (TYPE) | ODQ_EXTRACTION_MODE | 20130123 | |
|
| 4 | T_LINES | Public | Type reference (TYPE) | ODQ_RAWSIZE | Number of Rows | 20130129 | |
| 5 | T_MODELNAME | Public | Type reference (TYPE) | ODQ_MODELNAME | Provider | 20130123 | |
| 6 | T_QUEUENAME | Public | Type reference (TYPE) | ODQ_QUEUENAME | Queue Name | 20130123 | |
| 7 | T_RID | Public | Type reference (TYPE) | ODQ_RID | Request ID | 20130123 | |
| 8 | T_STATUS_ICON | Public | Type reference (TYPE) | ODQ_STATUS_ICON | Status | 20130123 | |
| 9 | T_SUBSCRIBER_TYPE | Public | Type reference (TYPE) | ODQ_SUBSCRIBER_TYPE | 20130123 | |
|
| 10 | T_UNITNO | Public | Type reference (TYPE) | ODQ_UNITNO | Unit Number | 20130123 | |
Method Signatures
Method CLOSE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MSGS | Call by reference | Type reference (TYPE) | IF_ODQ_LOG=>TT_MSGS | Nachrichten | 20130129 | |||
| 2 | I_NO_SAVE | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | Log nicht speichern | 20130129 |
Method CLOSE_LOG on class IF_ODQ_REQUEST_WRITER has no exception.
Method CLOSE_REQUEST 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 | Protokoll-Handle für Operationale DeltaQueue | 20130129 | |||
| 2 | I_NO_COMMIT | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | Boolsches Kennzeichen | 20130129 | |||
| 3 | I_UNITS | Call by reference | Type reference (TYPE) | I | Total number of data units written so far | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 | |||
| 2 | 20130416 |
Method COMMIT 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 | I_NO_DB_COMMIT | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | Kein Commit auf der Datenbank, nur Sperren lösen | 20130123 |
Method COMMIT on class IF_ODQ_REQUEST_WRITER has no exception.
Method GET_DEFAULT_PACKAGE_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LINES | Value transfer | Type reference (TYPE) | I | 20130124 |
Method GET_DEFAULT_PACKAGE_LINES on class IF_ODQ_REQUEST_WRITER has no exception.
Method GET_TABLEDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Run Time Type Services | 20130124 |
Method GET_TABLEDESCR on class IF_ODQ_REQUEST_WRITER has no exception.
Method ROLLBACK 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 | I_NO_DB_ROLLBACK | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | Kein Rollback auf der Datenbank, nur Sperren lösen | 20130123 |
Method ROLLBACK on class IF_ODQ_REQUEST_WRITER has no exception.
Method STOP_REQUEST 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 | 20130129 | ||||
| 2 | I_NO_COMMIT | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | Boolsches Kennzeichen | 20130129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method WRITE_UNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130124 | ||||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | 20130123 | ||||
| 3 | I_NO_COMMIT | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_BOOLEAN | 20130123 | ||||
| 4 | I_UNITNO | Call by reference | Type reference (TYPE) | IF_ODQ_REQUEST_WRITER=>T_UNITNO | 20130123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130123 | |||
| 2 | 20130123 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |