SAP ABAP Class CL_REMI_MIGRATE_TAB (Migrate a Table)
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_REMI_MIGRATE_ANY | Migrate Any Given Object | 20040930 |
Meta Relationship - Used By
Properties
Class | CL_REMI_MIGRATE_TAB | |
Short Description | Migrate a Table | |
Super Class | CL_REMI_MIGRATE_ANY | Migrate Any Given Object |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RE_MI_CL | RE: Migration RE Classic => RE-FX |
Created | 20040930 | SAP |
Last change | 20100310 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_REMI_MIGRATE_TAB has no interface implemented.
Friends
Class CL_REMI_MIGRATE_TAB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Field Name | 20040930 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | REMIC_MIG_TAB | Classic RE Table to Be Migrated (TIVMITAB) | 20041104 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RE_T_MIG_TABFIELD | Mapping of Table Fields (TIVMITABFIELD) | 20040930 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Was the Data Record Already Migrated [Abstract] | 20040930 |
2 | ![]() |
Instance method | Protected | Method | Migrates the Key Fields | 20040930 |
3 | ![]() |
Instance method | Protected | Method | Migrates a Data Record [Abstract] | 20040930 |
4 | ![]() |
Instance method | Protected | Method | Is a Migration Necessary | 20040930 |
5 | ![]() |
Instance method | Protected | Method | Selects the Migrated Data Records [Abstract] | 20040930 |
6 | ![]() |
Instance method | Protected | Method | Save Data | 20040930 |
7 | ![]() |
Instance method | Protected | Method | Definition of Table Cursor | 20050210 |
Events
Class CL_REMI_MIGRATE_TAB has no event.
Types
Class CL_REMI_MIGRATE_TAB has no local type.
Method Signatures
Method ME_IS_ROW_MIGRATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20040930 | ||
2 | ![]() |
IS_NEW_KEYFIELDS | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
3 | ![]() |
IS_OLD | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
4 | ![]() |
IT_EXISTS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20040930 | |||
5 | ![]() |
RF_EXISTS | Value transfer | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20040930 |
Method ME_IS_ROW_MIGRATED on class CL_REMI_MIGRATE_TAB has no exception.
Method ME_MIGRATE_KEYFIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_KEYFIELDS | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
2 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20040930 | ||
3 | ![]() |
IS_OLD | Call by reference | Type reference (TYPE) | ANY | 20040930 |
Method ME_MIGRATE_KEYFIELDS on class CL_REMI_MIGRATE_TAB has no exception.
Method ME_MIGRATE_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
2 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20040930 | ||
3 | ![]() |
IS_NEW_KEYFIELDS | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
4 | ![]() |
IS_OLD | Call by reference | Type reference (TYPE) | ANY | 20040930 |
Method ME_MIGRATE_ROW on class CL_REMI_MIGRATE_TAB has no exception.
Method ME_NEED_MIGRATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OLD | Call by reference | Type reference (TYPE) | ANY | 20040930 | |||
2 | ![]() |
RF_NEED | Value transfer | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20040930 |
Method ME_NEED_MIGRATION on class CL_REMI_MIGRATE_TAB has no exception.
Method ME_SELECT_MIGRATED_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_EXISTS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20040930 | |||
2 | ![]() |
ID_ACTIVITY | Call by reference | Type reference (TYPE) | RECA1_ACTIVITY | 20060522 | |||
3 | ![]() |
IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20040930 | ||
4 | ![]() |
IT_OLD | Call by reference | Type reference (TYPE) | INDEX TABLE | 20040930 |
Method ME_SELECT_MIGRATED_ROWS on class CL_REMI_MIGRATE_TAB has no exception.
Method ME_STORE_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_NEW | Call by reference | Type reference (TYPE) | INDEX TABLE | 20040930 |
Method ME_STORE_WRITE on class CL_REMI_MIGRATE_TAB has no exception.
Method OPEN_CURSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_CURSOR | Value transfer | Type reference (TYPE) | CURSOR | 20050210 |
Method OPEN_CURSOR on class CL_REMI_MIGRATE_TAB has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 600 |