SAP IF_REMI_MIGRATE_GROUP OO Class - Migrate a Group of Dependent Tables









IF_REMI_MIGRATE_GROUP is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_REMI_MIGRATE_GROUP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_REMI_MIGRATE_GROUP SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CAN_PERFORMCan Be ExecutedPublic
CALL METHOD if_remi_migrate_group=>CAN_PERFORM...more details

CHECK_BEFORE_PERFORMChecks Before ExecutionPublic
CALL METHOD if_remi_migrate_group=>CHECK_BEFORE_PERFORM...more details

GET_MSGLISTGets the Message CollectorPublic
CALL METHOD if_remi_migrate_group=>GET_MSGLIST...more details

GET_MSGLIST_BY_TABGets the Message Collector for a TablePublic
CALL METHOD if_remi_migrate_group=>GET_MSGLIST_BY_TAB...more details

GET_STATUSGets Status of the MigrationPublic
CALL METHOD if_remi_migrate_group=>GET_STATUS...more details

GET_STATUS_LISTDelivers the StatusPublic
CALL METHOD if_remi_migrate_group=>GET_STATUS_LIST...more details

INITInitializes Using the Superordinate Object [Final]Public
CALL METHOD if_remi_migrate_group=>INIT...more details

IS_MSGLIST_EMPTYIs the List of Collected Messages Empty?Public
CALL METHOD if_remi_migrate_group=>IS_MSGLIST_EMPTY...more details

PERFORMExecution of Migration [Final]Public
CALL METHOD if_remi_migrate_group=>PERFORM...more details

SET_STATUSSets the Status of the MigrationPublic
CALL METHOD if_remi_migrate_group=>SET_STATUS...more details



IF_REMI_MIGRATE_GROUP attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MD_MODEInstance AttributeMigration modeLIKE
REMIMIGMODE
Public
MO_STEPInstance AttributeStep of MigrationLIKE
IF_REMI_MIGRATION_STEP
Public
MS_GROUPInstance AttributeGrouping of Tables to Be Migrated (TIVMIGROUP)LIKE
REMIC_MIG_GROUP
Public
MS_STATUSInstance AttributeStatus per TableLIKE
REMI_TABLE_STATUS
Public


Links to Related Class(s)

IF_REMI_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!