Hierarchy

⤷

⤷

Properties
Class | CL_AXT_MIGRATION_TOOLS | |
Short Description | Tools for EEWB migration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
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
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_AXT_MIGRATION_TOOLS has no interface implemented.
Friends
Class CL_AXT_MIGRATION_TOOLS has no friend class.
Attributes
Class CL_AXT_MIGRATION_TOOLS has no attribute.
Methods
Events
Class CL_AXT_MIGRATION_TOOLS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_INCLUDE_HIERARCHY | Public | See coding | 20090810 | BEGIN OF gty_include_hierarchy,
type TYPE char1,
structure TYPE tabname,
END OF gty_include_hierarchy
|
||
2 | GTY_S_EEW_TAB_ENTRY | Public | See coding | 20090810 | BEGIN OF gty_s_eew_tab_entry,
taskid TYPE oxt_taskid,
settypename TYPE oxt_settypename,
table_name TYPE tabname,
tabentryid TYPE oxt_objectorder,
END OF gty_s_eew_tab_entry
|
||
3 | GTY_T_EEW_TAB_ENTRIES | Public | See coding | 20090810 | gty_t_eew_tab_entries TYPE STANDARD TABLE OF gty_s_eew_tab_entry
|
||
4 | GTY_T_INCLUDE_HIERARCHY | Public | See coding | 20090810 | gty_t_include_hierarchy TYPE STANDARD TABLE OF gty_include_hierarchy WITH NON-UNIQUE DEFAULT KEY
|
||
5 | LTY_EXT_BO_PART_FLAG | Public | See coding | 20090810 | BEGIN OF lty_ext_bo_part_flag ,
ext_bo TYPE axt_bo,
ext_bo_part TYPE axt_bo_part,
flag_name TYPE axt_flag_name,
END OF lty_ext_bo_part_flag
|
||
6 | LTY_REFERENCE | Public | See coding | 20090810 | BEGIN OF lty_reference,
extension TYPE axt_extension_id,
element TYPE axt_guid,
END OF lty_reference
|
||
7 | LTY_REMOVER | Public | See coding | 20090810 | BEGIN OF lty_remover ,
remover TYPE REF TO if_axt_element,
references TYPE lty_t_reference,
END OF lty_remover
|
||
8 | LTY_T_EXT_BO_PART_FLAG | Public | See coding | 20090810 | lty_t_ext_bo_part_flag TYPE SORTED TABLE OF lty_ext_bo_part_flag WITH UNIQUE DEFAULT KEY
|
||
9 | LTY_T_OXT_TASKID | Public | See coding | 20090810 | lty_t_oxt_taskid TYPE STANDARD TABLE OF oxt_taskid
|
||
10 | LTY_T_POSITIVE_LISTS | Public | See coding | 20090810 | lty_t_positive_lists TYPE STANDARD TABLE OF lty_t_ext_bo_part_flag WITH NON-UNIQUE DEFAULT KEY
|
||
11 | LTY_T_REFERENCE | Public | See coding | 20090810 | lty_t_reference TYPE STANDARD TABLE OF lty_reference WITH NON-UNIQUE DEFAULT KEY
|
||
12 | LTY_T_REMOVER | Public | See coding | 20090810 | lty_t_remover TYPE STANDARD TABLE OF lty_remover WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ANALYZE_CATALOGUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_NEGATIVE_LISTS | Call by reference | Type reference (TYPE) | LTY_T_EXT_BO_PART_FLAG | 20090810 | |||
2 | ![]() |
CT_POSITIVE_LISTS | Call by reference | Type reference (TYPE) | LTY_T_POSITIVE_LISTS | 20090810 | |||
3 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
4 | ![]() |
CT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
5 | ![]() |
ET_ACTIVE_GUIDS | Call by reference | Type reference (TYPE) | AXTT_ELEMENT | 20090810 | |||
6 | ![]() |
ET_REMOVER | Call by reference | Type reference (TYPE) | LTY_T_REMOVER | 20090810 | |||
7 | ![]() |
IO_CATALOGUE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_CATALOGUE | 20090810 | |||
8 | ![]() |
IO_EXTENSION | Call by reference | Object reference (TYPE REF TO) | IF_AXT_EXTENSION | 20090810 | |||
9 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
10 | ![]() |
IT_EEW_TASKS | Call by reference | Type reference (TYPE) | LTY_T_OXT_TASKID | 20090810 | |||
11 | ![]() |
IV_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method CHECK_EXISTS_ALREADY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
CT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
3 | ![]() |
EO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
4 | ![]() |
EO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
5 | ![]() |
EV_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090810 | |||
6 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
7 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
8 | ![]() |
IT_EEW_TASKS | Call by reference | Type reference (TYPE) | LTY_T_OXT_TASKID | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method CHECK_EXISTS_APPEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
CT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
3 | ![]() |
EO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
4 | ![]() |
EO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
5 | ![]() |
EV_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090810 | |||
6 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
7 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method CHECK_EXISTS_CI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
CT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
3 | ![]() |
EO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
4 | ![]() |
EO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
5 | ![]() |
EV_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090810 | |||
6 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
7 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method CHECK_EXISTS_DS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
CT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
3 | ![]() |
EO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
4 | ![]() |
EO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
5 | ![]() |
EV_EXISTS | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090810 | |||
6 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
7 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method CHECK_EXISTS_TABU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 | |||
2 | ![]() |
EO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
3 | ![]() |
EO_REMOVER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
4 | ![]() |
EV_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090810 | |||
5 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
6 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
7 | ![]() |
IT_EEW_TASKS | Call by reference | Type reference (TYPE) | LTY_T_OXT_TASKID | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method DETECT_EEWB_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EXTENSION | Call by reference | Type reference (TYPE) | OXT_EXTENSIONID | 20090810 | |||
2 | ![]() |
EV_PROJECT_ID | Call by reference | Type reference (TYPE) | OXT_PROJECTID | 20090810 | |||
3 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method DETERMINE_BO_PART_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXTENSION | Call by reference | Object reference (TYPE REF TO) | CL_AXT_EXTENSION | 20090810 | |||
2 | ![]() |
IV_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | |||
3 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | AXT_GUID | 20090810 | |||
4 | ![]() |
RT_FLAGS | Value transfer | Type reference (TYPE) | LTY_T_EXT_BO_PART_FLAG | 20090810 |
Method DETERMINE_BO_PART_FLAGS on class CL_AXT_MIGRATION_TOOLS has no exception.
Method DETERMINE_PLACE_FROM_CI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CI | Call by reference | Type reference (TYPE) | TABNAME | 20090810 | |||
2 | ![]() |
EV_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | |||
3 | ![]() |
IT_CI | Call by reference | Type reference (TYPE) | TTTABNAME | 20090810 |
Method DETERMINE_PLACE_FROM_CI on class CL_AXT_MIGRATION_TOOLS has no exception.
Method DEVLAYER_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method GET_ALL_CATALOGUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXTENSION | Call by reference | Object reference (TYPE REF TO) | IF_AXT_EXTENSION | 20090810 | |||
2 | ![]() |
RO_CATALOGUE | Value transfer | Object reference (TYPE REF TO) | CL_AXT_CATALOGUE | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method GET_ALL_CI_FROM_EEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
IT_TASKS | Call by reference | Type reference (TYPE) | TOXT_TASK_OL | 20090810 | |||
3 | ![]() |
RT_CI | Value transfer | Type reference (TYPE) | AXTT_NAME | 20090810 |
Method GET_ALL_CI_FROM_EEW on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_ALL_OBJS_FROM_ALL_TASKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASKS | Call by reference | Type reference (TYPE) | TOXT_TASK_OL | 20090810 | |||
2 | ![]() |
IT_TASK_IDS | Call by reference | Type reference (TYPE) | LTY_T_OXT_TASKID | 20090810 | |||
3 | ![]() |
RT_ALL_OBJECTS | Value transfer | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 |
Method GET_ALL_OBJS_FROM_ALL_TASKS on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_DDIC_REMOVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
2 | ![]() |
ES_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMS_GOX_DEF_HEADER | 20090810 | |||
3 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
4 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | 20090810 | |||
5 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method GET_EEW_EXTENSION_ID_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EEW_EXT_NAME | Call by reference | Type reference (TYPE) | OXT_EXTENSIONNAME | 20090810 | |||
2 | ![]() |
RV_EEW_EXT_ID | Value transfer | Type reference (TYPE) | OXT_EXTENSIONID | 20090810 |
Method GET_EEW_EXTENSION_ID_BY_NAME on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_EEW_STRUC_IN_CI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
IV_CENTRAL_CI | Call by reference | Type reference (TYPE) | AXT_NAME | 20090810 | |||
3 | ![]() |
RV_EEW_STRUCTURE | Value transfer | Type reference (TYPE) | AXT_NAME | 20090810 |
Method GET_EEW_STRUC_IN_CI on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_FIELD_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECKTABLE | Call by reference | Type reference (TYPE) | TABNAME | 20090810 | |||
2 | ![]() |
IV_DATA_ELEMENT | Call by reference | Type reference (TYPE) | ROLLNAME | 20090810 | |||
3 | ![]() |
IV_FIELD_ID | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | 20090810 | |||
4 | ![]() |
IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | 20090810 | |||
5 | ![]() |
IV_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | 20090810 | |||
6 | ![]() |
IV_REF_DATA_ELEMENT | Call by reference | Type reference (TYPE) | ROLLNAME | Data element for reference field | 20090811 | ||
7 | ![]() |
IV_REF_FIELD_ID | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | Field ID | 20090811 | ||
8 | ![]() |
IV_SEARCH_HELP | Call by reference | Type reference (TYPE) | KOMP_SHLP | 20090810 | |||
9 | ![]() |
RO_EXTENSION | Value transfer | Object reference (TYPE REF TO) | IF_AXT_FIELD_EXT_ACCESS | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method GET_INCLUDE_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | 20090810 | |||
2 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | 20090810 | |||
3 | ![]() |
RT_HIERARCHY | Value transfer | Type reference (TYPE) | GTY_T_INCLUDE_HIERARCHY | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method GET_OBJ_NAMES_FROM_EEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TASK | Call by reference | Object reference (TYPE REF TO) | CL_OXT_TASK_OL | 20090810 | |||
2 | ![]() |
IT_TR_OBJ | Call by reference | Type reference (TYPE) | COMT_GOX_TRANS_OBJECT | 20090810 | |||
3 | ![]() |
IV_NAME_PATTERN | Call by reference | Type reference (TYPE) | STRING | 20090810 | |||
4 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 20090810 | |||
5 | ![]() |
RT_OBJ_NAMES | Value transfer | Type reference (TYPE) | AXTT_NAME | 20090810 |
Method GET_OBJ_NAMES_FROM_EEW on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_POTENTIALLY_LOST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
IT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
3 | ![]() |
RT_POTENTIALLY_LOST_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 |
Method GET_POTENTIALLY_LOST on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_PROJECT_ID_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EEW_PROJECT_NAME | Call by reference | Type reference (TYPE) | OXT_PROJECTNAME | 20090810 | |||
2 | ![]() |
RV_EEW_PROJECT_ID | Value transfer | Type reference (TYPE) | OXT_PROJECTID | 20090810 |
Method GET_PROJECT_ID_BY_NAME on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_REMOVE_FIRST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20090810 | |||
2 | ![]() |
RV_REMOVE_FIRST | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20090810 |
Method GET_REMOVE_FIRST on class CL_AXT_MIGRATION_TOOLS has no exception.
Method GET_UNTOUCHABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
2 | ![]() |
IT_ALL_EEW_OBJECTS | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
3 | ![]() |
IT_DFIES | Call by reference | Type reference (TYPE) | DFIES_TABLE | 20090810 |
Method GET_UNTOUCHABLES on class CL_AXT_MIGRATION_TOOLS has no exception.
Method PARSE_EEW_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POSITIVE_LISTS | Value transfer | Type reference (TYPE) | LTY_T_POSITIVE_LISTS | 20090810 | |||
2 | ![]() |
IT_TASK_DATA | Call by reference | Type reference (TYPE) | TOXT_PARAMLIST | 20090810 | |||
3 | ![]() |
IT_WIZZARD_DATA | Call by reference | Type reference (TYPE) | TOXT_PARAMLIST | 20090810 | |||
4 | ![]() |
IV_BUS_OBJECT | Call by reference | Type reference (TYPE) | OXT_BUSOBJ | 20090810 | |||
5 | ![]() |
IV_CI_INCLUDE | Call by reference | Type reference (TYPE) | TABNAME | 20090810 | |||
6 | ![]() |
IV_EXT_TYPE | Call by reference | Type reference (TYPE) | OXT_EXTTYP | 20090810 | |||
7 | ![]() |
IV_FIELD_ID | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | 20090810 | |||
8 | ![]() |
IV_FIELD_INDEX | Call by reference | Type reference (TYPE) | I | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090810 |
Method REMOVE_OBJS_FROM_EEW_CATALOGUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EEW_TASKS | Call by reference | Type reference (TYPE) | LTY_T_OXT_TASKID | 20090810 | |||
2 | ![]() |
IT_REMOVE_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | COMT_GOX_DEF_HEADER | 20090810 | |||
3 | ![]() |
IT_TAB_KEYS_FROM_EEW_CATALOGUE | Call by reference | Type reference (TYPE) | GTY_T_EEW_TAB_ENTRIES | 20090810 |
Method REMOVE_OBJS_FROM_EEW_CATALOGUE on class CL_AXT_MIGRATION_TOOLS has no exception.
Method SET_EEW_EXT_TO_BE_DELETED 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_EXTENSION_ID | Call by reference | Type reference (TYPE) | OXT_EXTENSIONID | OXT Extension ID | 20091002 | ||
3 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | OXT_PROJECTID | OXT Project ID | 20091125 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20090810 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |