SAP ABAP Class CL_REMI_MIG_SPECIFIC_DATA (Conversion Without Reference to a Table (with CASE Branch))
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 | 20050715 |
Meta Relationship - Used By
Properties
| Class | CL_REMI_MIG_SPECIFIC_DATA | |
| Short Description | Conversion Without Reference to a Table (with CASE Branch) | |
| 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 | 20050715 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_REMI_MIG_SPECIFIC_DATA has no interface implemented.
Friends
Class CL_REMI_MIG_SPECIFIC_DATA 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) | REMIC_MIG_TAB | Classic RE Table to Be Migrated (TIVMITAB) | 20050715 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_DIFFERENT_OBJNR | 20060307 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Reasons for Adjustment Lock | 20070119 | |
| 2 | Instance method | Protected | Method | Notice Reasons and Vacancy Reason | 20060403 | |
| 3 | Instance method | Protected | Method | Header of Settlement Rule | 20060307 | |
| 4 | Instance method | Protected | Method | Individual Distribution Rule | 20060307 | |
| 5 | Instance method | Protected | Method | Event Influencing Vacancy/Occupancy | 20060403 | |
| 6 | Static method | Public | Method | Performs Migration | 20060404 | |
| 7 | Instance method | Protected | Method | Gets the Objects with Different OBJNR | 20060307 | |
| 8 | Instance method | Protected | Method | Vacancy History | 20060404 | |
| 9 | Instance method | Protected | Method | Occupancy Obligation | 20061127 |
Events
Class CL_REMI_MIG_SPECIFIC_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_DIFFERENT_OBJNR | Protected | See coding | 20060307 | BEGIN OF mtype_s_different_objnr,
objnrold TYPE vimimapintreno-objnrold,
objnrnew TYPE vimimapintreno-objnrnew,
cnmergeind TYPE vimimapintreno-cnmergeind,
END OF mtype_s_different_objnr
|
||
| 2 | MTYPE_S_OBJ_OCC | Public | See coding | 20060405 | BEGIN OF mtype_s_obj_occ,
objnr TYPE recaobjnr,
intreno TYPE recaintreno,
END OF mtype_s_obj_occ
|
||
| 3 | MTYPE_T_DIFFERENT_OBJNR | Protected | See coding | 20060307 | mtype_t_different_objnr TYPE TABLE OF mtype_s_different_objnr
|
||
| 4 | MTYPE_T_OBJ_OCC | Public | See coding | 20060405 | mtype_t_obj_occ TYPE TABLE OF mtype_s_obj_occ
|
Method Signatures
Method ADJ_BLOCK_REASON 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 | 20070119 |
Method ADJ_BLOCK_REASON on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method CHANGE_NOTICE_REASON 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 | 20060403 |
Method CHANGE_NOTICE_REASON on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method CO_SETTLRULE_HEADER 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 | 20060307 |
Method CO_SETTLRULE_HEADER on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method CO_SETTLRULE_ITEM 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 | 20060307 |
Method CO_SETTLRULE_ITEM on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method CREATE_VACANCY_EVENTS 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 | 20060403 |
Method CREATE_VACANCY_EVENTS on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method DO_MIGRATION_OCC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_STORABLE | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20060404 | |||
| 2 | IO_MSGLIST | Call by reference | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20060404 | |||
| 3 | IT_OBJ | Call by reference | Type reference (TYPE) | MTYPE_T_OBJ_OCC | 20060404 |
Method DO_MIGRATION_OCC on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method GET_DIFFERENT_OBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | MTYPE_T_DIFFERENT_OBJNR | 20060307 |
Method GET_DIFFERENT_OBJNR on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method OCCUPANCY_HISTORY 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 | 20060404 |
Method OCCUPANCY_HISTORY on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Method OCCUPANCY_OBLIGATION 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 | 20061127 |
Method OCCUPANCY_OBLIGATION on class CL_REMI_MIG_SPECIFIC_DATA has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 600 |