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
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIGRATE_GENERIC Migrate a Table 1:1 20050105
2 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIK01 Migrate TIK01 20050216
3 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIV11 Migrate TIV11 20050524
4 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVCN07 Migrate TIVCN07 20050216
5 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVEXTAXCODEMAP Migrate TIVEXTAXCODEMAP 20050509
6 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVMISETMEAST Migrate TIVMISETMEAST to TIVBDMEAST 20050105
7 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TPZ13_X Migrate TPZ13 20050216
8 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TZB06 Migrate TZB06 20050214
9 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TZK04 Migrate TZK04 20050218
10 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_VIOB37 Migrate VIOB37/VIOB38/VIOB39 20050105
... Click here to see Used By full list (11 items)
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 REMI1 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 MD_FIELDNAME Instance attribute Protected Type reference (TYPE) STRING Field Name 20040930
2 MS_MIG_TAB Instance attribute Protected Type reference (TYPE) REMIC_MIG_TAB Classic RE Table to Be Migrated (TIVMITAB) 20041104
3 MT_TABFIELD 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 ME_IS_ROW_MIGRATED Instance method Protected Method Was the Data Record Already Migrated [Abstract] 20040930
2 ME_MIGRATE_KEYFIELDS Instance method Protected Method Migrates the Key Fields 20040930
3 ME_MIGRATE_ROW Instance method Protected Method Migrates a Data Record [Abstract] 20040930
4 ME_NEED_MIGRATION Instance method Protected Method Is a Migration Necessary 20040930
5 ME_SELECT_MIGRATED_ROWS Instance method Protected Method Selects the Migrated Data Records [Abstract] 20040930
6 ME_STORE_WRITE Instance method Protected Method Save Data 20040930
7 OPEN_CURSOR 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 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20040930
2 Importing IS_NEW_KEYFIELDS Call by reference Type reference (TYPE) ANY 20040930
3 Importing IS_OLD Call by reference Type reference (TYPE) ANY 20040930
4 Importing IT_EXISTS Call by reference Type reference (TYPE) INDEX TABLE 20040930
5 Returning 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 Exporting ES_NEW_KEYFIELDS Call by reference Type reference (TYPE) ANY 20040930
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20040930
3 Importing 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 Exporting ES_NEW Call by reference Type reference (TYPE) ANY 20040930
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20040930
3 Importing IS_NEW_KEYFIELDS Call by reference Type reference (TYPE) ANY 20040930
4 Importing 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 Importing IS_OLD Call by reference Type reference (TYPE) ANY 20040930
2 Returning 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 Exporting ET_EXISTS Call by reference Type reference (TYPE) INDEX TABLE 20040930
2 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY 20060522
3 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20040930
4 Importing 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 Importing 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 Returning 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)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIGRATE_GENERIC Migrate a Table 1:1 20050105
2 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIK01 Migrate TIK01 20050216
3 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIV11 Migrate TIV11 20050524
4 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVCN07 Migrate TIVCN07 20050216
5 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVEXTAXCODEMAP Migrate TIVEXTAXCODEMAP 20050509
6 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TIVMISETMEAST Migrate TIVMISETMEAST to TIVBDMEAST 20050105
7 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TPZ13_X Migrate TPZ13 20050216
8 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TZB06 Migrate TZB06 20050214
9 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_TZK04 Migrate TZK04 20050218
10 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_VIOB37 Migrate VIOB37/VIOB38/VIOB39 20050105
11 Inheritance (c INHERITING FROM c_ref)  CL_REMI_MIG_VIOBOV Migrate VIOBOV 20050105
History
Last changed by/on SAP  20100310 
SAP Release Created in 600