SAP ABAP Class CL_REMI_MIGRATION (Migration Run)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-MI (Application Component) Migration
⤷
RE_MI_CL (Package) RE: Migration RE Classic => RE-FX
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation | 20040805 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REMI_MIGRATION | Migration Run | 20040805 |
Properties
| Class | CL_REMI_MIGRATION | |
| Short Description | Migration Run | |
| Super Class | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_MI_CL | RE: Migration RE Classic => RE-FX |
| Created | 20040805 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_REMI_MIGRATION | Migration Run | 20040805 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CF_RECA_OBJECT | 20040805 | Object That Can Be Instantiated: Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | CCCATEGORY | Client control: Role of client (production, test,...) | 20060228 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | CCIMAILDIS | Client Control: Permission to Start CATT and eCATT | 20060228 | |||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20041008 | |||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Message Collector | 20040907 | |||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20041104 | |||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | REMI_TABLE_STATUS | Status per Table | 20041104 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RE_T_IF_REMI_MIGRATION_STEP | Step of Migration | 20040917 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060228 | |
| 2 | Instance method | Protected | Method | Fills Table Buffer | 20041102 | |
| 3 | Instance method | Public | Method | Gets the Migration Step | 20050919 | |
| 4 | Static method | Public | Method | Is Current Client a Live Client? | 20060228 | |
| 5 | Instance method | Public | Method | 20041104 | ||
| 6 | Static method | Public | Method | Are Automatic Tests Allowed in Current Client? | 20060228 | |
| 7 | Instance method | Protected | Method | Execution of a Step | 20041105 | |
| 8 | Instance method | Public | Method | 20041105 | ||
| 9 | Instance method | Protected | Method | Refresh Status | 20041110 |
Events
Class CL_REMI_MIGRATION has no event.
Types
Class CL_REMI_MIGRATION has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_REMI_MIGRATION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_REMI_MIGRATION has no exception.
Method FILL_BUFFER Signature
Method FILL_BUFFER on class CL_REMI_MIGRATION has no parameter.
Method FILL_BUFFER on class CL_REMI_MIGRATION has no exception.
Method GET_STEP Signature
Method GET_STEP on class CL_REMI_MIGRATION has no parameter.
Method GET_STEP on class CL_REMI_MIGRATION has no exception.
Method IS_PRODUCTIVE_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_PRODUCTIVE_CLIENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Produktiv-Mandant? | 20060228 |
Method IS_PRODUCTIVE_CLIENT on class CL_REMI_MIGRATION has no exception.
Method IS_STORABLE Signature
Method IS_STORABLE on class CL_REMI_MIGRATION has no parameter.
Method IS_STORABLE on class CL_REMI_MIGRATION has no exception.
Method IS_TEST_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_TEST_CLIENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Automatische Tests zulässig | 20060228 |
Method IS_TEST_CLIENT on class CL_REMI_MIGRATION has no exception.
Method ME_PERFORM_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MIG_GROUP | Call by reference | Type reference (TYPE) | REMIMIGGROUP | Guppierung von Tabellen | 20060126 | |||
| 2 | ID_MIG_TABNAMEOLD | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20070418 | |||
| 3 | ID_MSGLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Anwendungs-Log: Detaillierungsgrad | 20041105 | |||
| 4 | IF_IGNORE_PREV_STEPS | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070706 | |||
| 5 | IF_TESTMODE | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070418 | |||
| 6 | IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20041105 | |||
| 7 | IO_STEP | Call by reference | Object reference (TYPE REF TO) | IF_REMI_MIGRATION_STEP | Migrationsschritt | 20041105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20050215 |
Method PERFORM_STEP Signature
Method PERFORM_STEP on class CL_REMI_MIGRATION has no parameter.
Method PERFORM_STEP on class CL_REMI_MIGRATION has no exception.
Method REFRESH_STATUS Signature
Method REFRESH_STATUS on class CL_REMI_MIGRATION has no parameter.
Method REFRESH_STATUS on class CL_REMI_MIGRATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 600 |