SAP ABAP Class CL_CNV_ICWB_DELTA_REPLAY_TASK (Representation of Delta Replay task)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_ICWB (Package) Incremental Conversion Workbench (iCWB)
⤷
⤷
Properties
| Class | CL_CNV_ICWB_DELTA_REPLAY_TASK | |
| Short Description | Representation of Delta Replay task | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_ICWB | Incremental Conversion Workbench (iCWB) |
| Created | 20111213 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CNV_ICWB_DELTA_REPLAY_TASK has no forward declaration.
Interfaces
Class CL_CNV_ICWB_DELTA_REPLAY_TASK has no interface implemented.
Friends
Class CL_CNV_ICWB_DELTA_REPLAY_TASK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CNVSTATE-CLUID_MAX | Upper limit for cluster ID | 20111213 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CNVSTATE-CLUID_MIN | Lower limit for cluster ID | 20111213 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CNVJOBPROFILE | Requirement profile by job | 20111213 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20111213 | |||
| 5 | Constant | Public | Type reference (TYPE) | CNV_PHASE | 'C' | Conversion: Phase | 20111213 | ||
| 6 | Instance attribute | Public | Type reference (TYPE) | SYREPID | ABAP program, current main program | 20111213 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CNVSTATE | Conversion: Status of programs | 20111213 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | TABNAME | Table Name in CNVSTATE | 20111213 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | CNVSTATE-TABID | Sequence number of table | 20111213 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20111213 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | CNVSTATE-TASKID | Conversion: Program run number | 20111213 | |||
| 12 | Constant | Public | Type reference (TYPE) | CNVSTATE-TASKID | '00' | Conversion: Program run number | 20111213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates the next Delta Replay task for the table | 20111213 | |
| 2 | Static method | Public | Method | Returns the next Delta Replay task for the table | 20120320 | |
| 3 | Static method | Public | Method | Returns the table name for CNVSTATE for delta replay run | 20111213 | |
| 4 | Instance method | Public | Method | Inserts the task to CNVSTATE and CNVJOBPROFILE | 20111213 | |
| 5 | Instance method | Public | Method | Schedules this task | 20111213 | |
| 6 | Instance method | Public | Method | Updates the task in CNVSTATE and CNVJOBPROFILE | 20111213 |
Events
Class CL_CNV_ICWB_DELTA_REPLAY_TASK has no event.
Types
Class CL_CNV_ICWB_DELTA_REPLAY_TASK has no local type.
Method Signatures
Method CREATE_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIRST | Call by reference | Type reference (TYPE) | FLAG | SPACE | This is the first Delta Replay task | 20120320 | ||
| 2 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20111213 | |||
| 3 | PROGNAME | Call by reference | Type reference (TYPE) | SYREPID | ABAP program, current main program | 20111213 | |||
| 4 | STATENAME | Call by reference | Type reference (TYPE) | TABNAME | State name | 20140312 | |||
| 5 | TABNAME_DR | Call by reference | Type reference (TYPE) | TABNAME | Table name for Delta Replay | 20131129 | |||
| 6 | TASK | Value transfer | Object reference (TYPE REF TO) | CL_CNV_ICWB_DELTA_REPLAY_TASK | Representation of Delta Replay task | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Clone not yet ready | 20111213 | ||
| 2 | Previous delta replay not yet ready | 20111213 |
Method GET_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20120320 | |||
| 2 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | table name | 20120320 | |||
| 3 | TASK | Value transfer | Object reference (TYPE REF TO) | CL_CNV_ICWB_DELTA_REPLAY_TASK | Representation of Delta Replay task | 20120320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Delta Replay task not found | 20120320 |
Method GET_STATE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LFDNR | Call by reference | Type reference (TYPE) | CLIKE | Counter | 20111213 | |||
| 2 | STATE_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | 20111213 | ||||
| 3 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20111213 |
Method GET_STATE_NAME on class CL_CNV_ICWB_DELTA_REPLAY_TASK has no exception.
Method INSERT Signature
Method INSERT on class CL_CNV_ICWB_DELTA_REPLAY_TASK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Duplicate Delta Replay task | 20111213 |
Method SCHEDULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATE | Call by reference | Type reference (TYPE) | SYDATUM | Date and Time, Current (Application Server) Date | 20111213 | |||
| 2 | DEL_LOG | Call by reference | Type reference (TYPE) | FLAG | 20120320 | ||||
| 3 | INCR | Call by reference | Type reference (TYPE) | FLAG | 20120320 | ||||
| 4 | INTERVAL | Call by reference | Type reference (TYPE) | INT4 | Seconds from now (0 = immediate) | 20111213 | |||
| 5 | TEST | Call by reference | Type reference (TYPE) | DDREFSTRUC-BOOL | 20120320 | ||||
| 6 | TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Date and Time, Current Application Server Time | 20111213 | |||
| 7 | USE_CURRENT_JOB_DATA | Call by reference | Type reference (TYPE) | FLAG | SPACE | Use current job name and count | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Delta Replay task not found | 20120320 | ||
| 2 | Error: Activation of the object failed | 20120320 |
Method UPDATE Signature
Method UPDATE on class CL_CNV_ICWB_DELTA_REPLAY_TASK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Delta Replay task not found | 20111213 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |