SAP ABAP Class CL_CNV_MBT_MASS_STARTER (Mass Starter Activity class)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_PCL_CL (Package) PCL Class Layer
⤷
⤷
Properties
| Class | CL_CNV_MBT_MASS_STARTER | |
| Short Description | Mass Starter Activity class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_PCL_CL | PCL Class Layer |
| Created | 20120427 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CNV_MBT_MASS_STARTER has no forward declaration.
Interfaces
Class CL_CNV_MBT_MASS_STARTER has no interface implemented.
Friends
Class CL_CNV_MBT_MASS_STARTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | C | 'E' | Error | 20120803 | ||
| 2 | Constant | Private | Type reference (TYPE) | C | 'F' | Finish | 20120803 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | CNVMBTACTIVITY | Unique ID for all activities,information about execution | 20120427 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check for the completion of phase | 20120803 | |
| 2 | Instance method | Public | Method | Check Phases | 20120803 | |
| 3 | Instance method | Public | Method | Check whether to restart the activity or not | 20120427 | |
| 4 | Instance method | Public | Method | Check RFC Destination | 20120427 | |
| 5 | Instance method | Private | Method | Delete Finished Activities | 20120427 | |
| 6 | Instance method | Private | Method | Get the last execution | 20120803 | |
| 7 | Instance method | Private | Method | Get the equivalent text for the technical names | 20120803 | |
| 8 | Instance method | Public | Method | Reset the status of the activities | 20120427 |
Events
Class CL_CNV_MBT_MASS_STARTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACTIVITY_TEMP | Private | See coding | 20120427 | TT_ACTIVITY_TEMP TYPE STANDARD TABLE OF cnvmbtactivity
|
||
| 2 | TT_CNVMBTSTATE | Private | See coding | 20120803 | TT_CNVMBTSTATE TYPE STANDARD TABLE OF CNVMBTSTATE
|
Method Signatures
Method CHECK_COMPLETION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CNVMBTSTATE | Call by reference | Type reference (TYPE) | TT_CNVMBTSTATE | 20120803 |
Method CHECK_COMPLETION on class CL_CNV_MBT_MASS_STARTER has no exception.
Method CHECK_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG | Call by reference | Type reference (TYPE) | BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | 20120803 | |||
| 2 | IV_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20120803 | |||
| 3 | IV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PACKID | Package Number of Transformation / Analysis Package | 20120803 | |||
| 4 | IV_PHASE | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20120803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120803 | |||
| 2 | 20120803 |
Method CHECK_RESTART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG | Call by reference | Type reference (TYPE) | BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | 20120905 | |||
| 2 | ET_CNVMBTACTIVITY | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY_T | Table type of CNVMBTACTIVITY table | 20120719 | |||
| 3 | EV_RESTART_FLAG | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120427 | |||
| 4 | GC_SELECT | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20120427 | |||
| 5 | IV_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20120427 | |||
| 6 | IV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTPACK-PACKID | Package Number of Transformation / Analysis Package | 20120427 | |||
| 7 | IV_PHASE | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20120427 |
Method CHECK_RESTART on class CL_CNV_MBT_MASS_STARTER has no exception.
Method CHECK_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG | Call by reference | Type reference (TYPE) | BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | 20120905 | |||
| 2 | IV_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20120427 | |||
| 3 | IV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTPACK-PACKID | Package Number of Transformation / Analysis Package | 20120427 |
Method CHECK_RFC on class CL_CNV_MBT_MASS_STARTER has no exception.
Method DELETE_FINISHED_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MSG | Call by reference | Type reference (TYPE) | BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | 20120905 | |||
| 2 | PT_CNVMBTACTIVITY | Call by reference | Type reference (TYPE) | TT_ACTIVITY_TEMP | 20120427 | ||||
| 3 | PV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTPACK-PACKID | Package Number of Transformation / Analysis Package | 20120427 | |||
| 4 | PV_PHASE | Call by reference | Type reference (TYPE) | CNVMBTIMG-PHASE | Phase of the Migration Project | 20120427 |
Method DELETE_FINISHED_ACTIVITIES on class CL_CNV_MBT_MASS_STARTER has no exception.
Method GET_LAST_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CNVMBTSTATE | Call by reference | Type reference (TYPE) | TT_CNVMBTSTATE | 20120803 |
Method GET_LAST_EXECUTION on class CL_CNV_MBT_MASS_STARTER has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSG | Call by reference | Type reference (TYPE) | C | 20120803 |
Method GET_TEXT on class CL_CNV_MBT_MASS_STARTER has no exception.
Method RESET_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CNVMBTACTIVITY | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY_T | Table type of CNVMBTACTIVITY table | 20120427 | |||
| 2 | IV_PACKID | Call by reference | Type reference (TYPE) | CNVMBTPACK-PACKID | Package Number of Transformation / Analysis Package | 20120427 | |||
| 3 | IV_PHASE | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20120427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120803 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in |