SAP ABAP Class CL_REMI_MIG_RESUBMISSION (Reminders)
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_GROUP Migrate a Group of Dependent Tables 20070313
Properties
Class CL_REMI_MIG_RESUBMISSION  
Short Description Reminders    
Super Class CL_REMI_MIGRATE_GROUP Migrate a Group of Dependent Tables 
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 20070313   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GTYPE Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RECA4 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)
4 RESC1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REMI_MIG_RESUBMISSION has no interface implemented.
Friends
Class CL_REMI_MIG_RESUBMISSION has no friend class.
Attributes
Class CL_REMI_MIG_RESUBMISSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ANY_RESUBMISSION Instance method Protected Method Are There Reminders at All 20070314
2 CHECK_CUSTOMIZING_REASON Instance method Protected Method Check Reminder Categories 20070313
3 CHECK_CUSTOMIZING_RULE Instance method Protected Method Check Reminder Rules 20070313
4 GET_MAPPING_RSREASON Instance method Protected Method Get Mapping from Old to New Reason 20070313
5 GET_MAPPING_RSRULE Instance method Protected Method Get Mapping from Old to New Rule 20070313
6 MIGRATE_DATES Instance method Protected Method Dates 20070314
7 MIGRATE_RULES Instance method Protected Method Rules 20070314
8 MIG_BD Instance method Protected Method For My Object: Execution of Migration 20070313
9 MIG_CUST Instance method Protected Method For My Object: Execution of Migration 20070313
Events
Class CL_REMI_MIG_RESUBMISSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_MAPPING_INTRENO Protected See coding 20070314 BEGIN OF mty_s_mapping_intreno, intrenoold TYPE REMIINTRENOOLD, intrenonew type recaintreno, CNMERGEIND type REMICNMERGEIND, END OF mty_s_mapping_intreno
2 MTY_S_MAPPING_RSREASON Public See coding 20070315 BEGIN OF mty_s_mapping_rsreason, old TYPE tivcn03-srsreason, new TYPE tivcarsreason-rsreason, END OF mty_s_mapping_rsreason
3 MTY_S_MAPPING_RSRULE Public See coding 20070315 BEGIN OF mty_s_mapping_rsrule, old TYPE tivcn01-srsruleid, new TYPE tivcarsrule-rsrule, END OF mty_s_mapping_rsrule
4 MTY_T_MAPPING_INTRENO Protected See coding 20070314 mty_t_mapping_intreno TYPE TABLE OF mty_s_mapping_intreno
5 MTY_T_MAPPING_RSREASON Public See coding 20070315 mty_t_mapping_rsreason TYPE TABLE OF mty_s_mapping_rsreason
6 MTY_T_MAPPING_RSRULE Public See coding 20070315 mty_t_mapping_rsrule TYPE TABLE OF mty_s_mapping_rsrule
Method Signatures

Method ANY_RESUBMISSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_ANY Value transfer Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20070314

Method ANY_RESUBMISSION on class CL_REMI_MIG_RESUBMISSION has no exception.

Method CHECK_CUSTOMIZING_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_NEW Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20070315
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20070313
3 Returning RF_ERROR Value transfer Type reference (TYPE) RECABOOL Status einer Prozessstufe 20070313

Method CHECK_CUSTOMIZING_REASON on class CL_REMI_MIG_RESUBMISSION has no exception.

Method CHECK_CUSTOMIZING_RULE 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 20070313
2 Returning RF_ERROR Value transfer Type reference (TYPE) RECABOOL Status einer Prozessstufe 20070313

Method CHECK_CUSTOMIZING_RULE on class CL_REMI_MIG_RESUBMISSION has no exception.

Method GET_MAPPING_RSREASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) MTY_T_MAPPING_RSREASON 20070313

Method GET_MAPPING_RSREASON on class CL_REMI_MIG_RESUBMISSION has no exception.

Method GET_MAPPING_RSRULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) MTY_T_MAPPING_RSRULE 20070313

Method GET_MAPPING_RSRULE on class CL_REMI_MIG_RESUBMISSION has no exception.

Method MIGRATE_DATES 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 20070314
2 Importing IT_INTRENO Call by reference Type reference (TYPE) MTY_T_MAPPING_INTRENO INTRENO 20070314

Method MIGRATE_DATES on class CL_REMI_MIG_RESUBMISSION has no exception.

Method MIGRATE_RULES 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 20070314
2 Importing IT_INTRENO Call by reference Type reference (TYPE) MTY_T_MAPPING_INTRENO INTRENO 20070314

Method MIGRATE_RULES on class CL_REMI_MIG_RESUBMISSION has no exception.

Method MIG_BD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_STATUS Call by reference Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20070313
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20070313

Method MIG_BD on class CL_REMI_MIG_RESUBMISSION has no exception.

Method MIG_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_STATUS Call by reference Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20070313
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20070313

Method MIG_CUST on class CL_REMI_MIG_RESUBMISSION has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700