SAP ABAP Class CL_AXT_MIGRATION (EEWB migration)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_MODEL (Package) Application Extensibility Tool: Model
⤷
⤷
Properties
| Class | CL_AXT_MIGRATION | |
| Short Description | EEWB migration | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_MODEL | Application Extensibility Tool: Model |
| Created | 20090810 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_MIGRATION has no forward declaration.
Interfaces
Class CL_AXT_MIGRATION has no interface implemented.
Friends
Class CL_AXT_MIGRATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TRKORR | '1' | Request/Task | 20091118 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | LTY_T_PLACE_LOCKS | 20090810 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090821 | |||
| 4 | Constant | Public | Type reference (TYPE) | NUMC1 | 3 | 20090810 | |||
| 5 | Constant | Public | Type reference (TYPE) | NUMC1 | 5 | 20090810 | |||
| 6 | Constant | Public | Type reference (TYPE) | NUMC1 | 4 | 20090810 | |||
| 7 | Constant | Public | Type reference (TYPE) | NUMC1 | 2 | 20090810 | |||
| 8 | Constant | Public | Type reference (TYPE) | NUMC1 | 1 | 20090810 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_OXT_EXTENSION_OL | 20090810 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_CATALOGUE | 20090810 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | TOXT_TASK_OL | 20090810 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_OXT_TASKID | 20090810 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_OXT_TASKID | 20090810 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | LTY_T_EXTENSIONS | 20090810 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | DDFIELDS | 20090810 | ||||
| 17 | Instance attribute | Public | Type reference (TYPE) | DDFIELDS | DD: Field List | 20090811 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_REMOVER | 20090810 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>GTY_T_EEW_TAB_ENTRIES | 20090810 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | TOXT_PARAMLIST | 20090810 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | TOXT_PARAMLIST | 20090810 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | AXT_BO | 20090810 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | OXT_BUSOBJ | 20090810 | ||||
| 25 | Instance attribute | Public | Type reference (TYPE) | TABNAME | 20090810 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | OXT_EXTENSIONID | 20090810 | ||||
| 27 | Instance attribute | Private | Type reference (TYPE) | OXT_PROJECTID | OXT Project ID | 20091125 | |||
| 28 | Instance attribute | Private | Type reference (TYPE) | TABNAME | 20090810 | ||||
| 29 | Instance attribute | Public | Type reference (TYPE) | OXT_EXTENSIONNAME | 20090810 | ||||
| 30 | Instance attribute | Public | Type reference (TYPE) | AXT_PLACE | 20090810 | ||||
| 31 | Instance attribute | Private | Type reference (TYPE) | OXT_EXTTYP | 20090810 | ||||
| 32 | Instance attribute | Public | Type reference (TYPE) | DEVCLASS | 20090810 | ||||
| 33 | Instance attribute | Public | Type reference (TYPE) | NUMC1 | 20090810 | ||||
| 34 | Instance attribute | Public | Type reference (TYPE) | OXT_PROJECTNAME | 20090810 |
Methods
Events
Class CL_AXT_MIGRATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_EXTENSIONS | Private | See coding | 20090810 | BEGIN OF lty_extensions,
id TYPE axt_extension_id,
extension TYPE REF TO cl_axt_extension,
catalogue TYPE REF TO cl_axt_catalogue,
active_guids TYPE axtt_element,
positive_lists TYPE cl_axt_migration_tools=>lty_t_positive_lists,
proposals_lists TYPE cl_axt_migration_tools=>lty_t_positive_lists,
negative_list TYPE cl_axt_migration_tools=>lty_t_ext_bo_part_flag,
END OF lty_extensions
|
||
| 2 | LTY_PLACE_LOCKS | Private | See coding | 20090810 | BEGIN OF lty_place_locks,
extension_type TYPE axt_extension_type,
extension_point TYPE axt_place,
num TYPE i,
END OF lty_place_locks
|
||
| 3 | LTY_T_EXTENSIONS | Private | See coding | 20090810 | lty_t_extensions TYPE STANDARD TABLE OF lty_extensions WITH NON-UNIQUE DEFAULT KEY
|
||
| 4 | LTY_T_PLACE_LOCKS | Private | See coding | 20090810 | lty_t_place_locks TYPE HASHED TABLE OF lty_place_locks WITH UNIQUE KEY extension_type extension_point
|
Method Signatures
Method ACTIVATE_FLAGS Signature
Method ACTIVATE_FLAGS on class CL_AXT_MIGRATION has no parameter.
Method ACTIVATE_FLAGS on class CL_AXT_MIGRATION has no exception.
Method CHECK_FLAGS Signature
Method CHECK_FLAGS on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method COMMIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSG | Call by reference | Type reference (TYPE) | AXTT_MSG | Messages table | 20101202 | |||
| 2 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method CREATE_EXTENSIONS Signature
Method CREATE_EXTENSIONS on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method FULLFILLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LIST1 | Call by reference | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_EXT_BO_PART_FLAG | 20100210 | ||||
| 2 | IT_LIST2 | Call by reference | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_EXT_BO_PART_FLAG | 20100210 | ||||
| 3 | RV_FULLFILLS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20100210 |
Method FULLFILLS on class CL_AXT_MIGRATION has no exception.
Method GET_EXTENSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EXTENSIONS | Value transfer | Type reference (TYPE) | AXT_T_EXTENSION_REF | 20090810 |
Method GET_EXTENSIONS on class CL_AXT_MIGRATION has no exception.
Method LOCK_PLACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTENSION_POINT | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | ||||
| 2 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method MERGE_REMOVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REMOVER | Call by reference | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_REMOVER | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090821 |
Method MIGRATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | ||||
| 2 | IT_REFERENCES | Call by reference | Type reference (TYPE) | CL_AXT_MIGRATION_TOOLS=>LTY_T_REFERENCE | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method PROCESS Signature
Method PROCESS on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method READ_EEW_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EEW_EXT_ID | Call by reference | Type reference (TYPE) | OXT_EXTENSIONID | 20090810 | ||||
| 2 | IV_EEW_EXT_NAME | Call by reference | Type reference (TYPE) | OXT_EXTENSIONNAME | 20090810 | ||||
| 3 | IV_EEW_PROJECT_ID | Call by reference | Type reference (TYPE) | OXT_PROJECTID | 20090810 | ||||
| 4 | IV_EEW_PROJECT_NAME | Call by reference | Type reference (TYPE) | OXT_PROJECTNAME | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method REDUCE_FLAG_LISTS Signature
Method REDUCE_FLAG_LISTS on class CL_AXT_MIGRATION has no parameter.
Method REDUCE_FLAG_LISTS on class CL_AXT_MIGRATION has no exception.
Method RELEASE Signature
Method RELEASE on class CL_AXT_MIGRATION has no parameter.
Method RELEASE on class CL_AXT_MIGRATION has no exception.
Method RESUME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTENSION_POINT | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | ||||
| 2 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | 20090810 | ||||
| 3 | RO_MIGRATION | Value transfer | Object reference (TYPE REF TO) | CL_AXT_MIGRATION | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 | |||
| 2 | 20090810 |
Method SAVE Signature
Method SAVE on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method SAVE_EXTENSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method SETUP Signature
Method SETUP on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method SET_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 |
Method START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO | Call by reference | Type reference (TYPE) | AXT_BO | 20090810 | ||||
| 2 | IV_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | ||||
| 3 | IV_FIELD_ID | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | 20090810 | ||||
| 4 | RO_MIGRATION | Value transfer | Object reference (TYPE REF TO) | CL_AXT_MIGRATION | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 | |||
| 2 | 20090810 |
Method START_FROM_EEWB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EEW_EXT_ID | Call by reference | Type reference (TYPE) | OXT_EXTENSIONID | 20090810 | ||||
| 2 | IV_EEW_EXT_NAME | Call by reference | Type reference (TYPE) | OXT_EXTENSIONNAME | 20090810 | ||||
| 3 | IV_EEW_PROJECT_ID | Call by reference | Type reference (TYPE) | OXT_PROJECTID | 20090810 | ||||
| 4 | IV_EEW_PROJECT_NAME | Call by reference | Type reference (TYPE) | OXT_PROJECTNAME | 20090810 | ||||
| 5 | RO_MIGRATION | Value transfer | Object reference (TYPE REF TO) | CL_AXT_MIGRATION | 20090810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 | |||
| 2 | 20090810 |
Method START_INTERNAL Signature
Method START_INTERNAL on class CL_AXT_MIGRATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090810 | |||
| 2 | 20090810 |
Method UNLOCK_PLACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTENSION_POINT | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | ||||
| 2 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | 20090810 |
Method UNLOCK_PLACE on class CL_AXT_MIGRATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |