SAP ABAP Class IF_RODPS_ODP_WRITEBACK (ODP Write Class)
Properties
| Class | IF_RODPS_ODP_WRITEBACK | |
| Short Description | ODP Write Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101004 | SAP |
| Last change | 20110908 | 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 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
Class IF_RODPS_ODP_WRITEBACK has no interface implemented.
Friends
Class IF_RODPS_ODP_WRITEBACK has no friend class.
Attributes
Class IF_RODPS_ODP_WRITEBACK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Constructor | 20101004 | |
| 2 | Instance method | Public | Method | Remove Block | 20101004 | |
| 3 | Instance method | Public | Method | Set Lock | 20101004 | |
| 4 | Instance method | Public | Method | Lock-Relevant Fields in the ODP | 20101004 | |
| 5 | Instance method | Public | Method | Writing to the update task is supported | 20101004 | |
| 6 | Instance method | Public | Method | Write data | 20101004 |
Events
Class IF_RODPS_ODP_WRITEBACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TR_LOG | Public | Object reference (TYPE REF TO) | IF_ODQ_LOG | Log Handle for Operational Delta Queue | 20101008 | |
| 2 | TS_RANGE | Public | See coding | 20101004 | BEGIN OF ts_range,
fieldname TYPE fieldname,
sign TYPE raldb_sign,
compop TYPE RALDB_OPTI,
low(60) TYPE c,
high(60) TYPE c,
END OF ts_range
|
||
| 3 | TTS_FIELDNAME | Public | See coding | List with Field Names | 20101004 | tts_fieldname TYPE SORTED TABLE OF fieldname
WITH UNIQUE KEY table_line
|
|
| 4 | TT_RANGE | Public | See coding | 20101004 | tt_range TYPE STANDARD TABLE OF ts_range
WITH NON-UNIQUE KEY fieldname
|
||
| 5 | T_LOCK_HANDLE | Public | Type reference (TYPE) | SYSUUID_C22 | Handle for Lock | 20101004 | |
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20101004 | |||
| 2 | I_ODPNAME | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>T_ODPNAME | 20101004 | ||||
| 3 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RODPS_ODP_WRITEBACK | ODP Schreibeklasse | 20101004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20101004 |
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENQMODE | Call by reference | Type reference (TYPE) | ENQMODE | Sperrmodus | 20101004 | |||
| 2 | I_LOCK_HANDLE | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_WRITEBACK=>T_LOCK_HANDLE | Handle für Sperre | 20101004 | |||
| 3 | I_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | '3' | Steuerung des Sperrverhaltens beim Verbuchungsaufruf | 20101004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20101004 |
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SELECTION_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | zu sperrende Selektion | 20101005 | |||
| 2 | I_ENQMODE | Call by reference | Type reference (TYPE) | ENQMODE | Sperrmodus | 20101004 | |||
| 3 | I_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | '3' | Steuerung des Sperrverhaltens beim Verbuchungsaufruf | 20101004 | ||
| 4 | R_LOCK_HANDLE | Value transfer | Type reference (TYPE) | IF_RODPS_ODP_WRITEBACK=>T_LOCK_HANDLE | Handle für eine gesperrte Selektion | 20101004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Selektion ist gesperrt | 20101004 |
Method GET_LOCKRELEVANT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_LOCK_FIELDNAME | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_WRITEBACK=>TTS_FIELDNAME | Liste mit Feldnamen | 20101005 |
Method GET_LOCKRELEVANT_FIELDS on class IF_RODPS_ODP_WRITEBACK has no exception.
Method SUPPORTS_UPDATE_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_UPDATETASK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101004 |
Method SUPPORTS_UPDATE_TASK on class IF_RODPS_ODP_WRITEBACK has no exception.
Method WRITE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_WRITEBACK=>TR_LOG | Protokollaufzeichnung | 20101005 | |||
| 2 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Daten, die geschrieben werden | 20101005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20101004 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |