SAP ABAP Class CL_AXT_MIGRATION_TOOLS (Tools for 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_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 ZAXT_MIGRATION_TOOLS 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
# Method Level Visibility Method type Description Created on
1 ANALYZE_CATALOGUE Static method Public Method 20090810
2 CHECK_EXISTS_ALREADY Static method Public Method 20090810
3 CHECK_EXISTS_APPEND Static method Public Method 20090810
4 CHECK_EXISTS_CI Static method Public Method 20090810
5 CHECK_EXISTS_DS Static method Public Method 20090810
6 CHECK_EXISTS_TABU Static method Public Method 20090810
7 DETECT_EEWB_EXTENSION Static method Public Method 20090810
8 DETERMINE_BO_PART_FLAGS Static method Public Method 20090810
9 DETERMINE_PLACE_FROM_CI Static method Public Method 20090810
10 DEVLAYER_CHECK Static method Public Method 20090810
11 GET_ALL_CATALOGUE Static method Public Method 20090810
12 GET_ALL_CI_FROM_EEW Static method Public Method 20090810
13 GET_ALL_OBJS_FROM_ALL_TASKS Static method Public Method 20090810
14 GET_DDIC_REMOVER Static method Public Method 20090810
15 GET_EEW_EXTENSION_ID_BY_NAME Static method Public Method 20090810
16 GET_EEW_STRUC_IN_CI Static method Public Method 20090810
17 GET_FIELD_EXTENSION Static method Public Method 20090810
18 GET_INCLUDE_HIERARCHY Static method Public Method 20090810
19 GET_OBJ_NAMES_FROM_EEW Static method Public Method 20090810
20 GET_POTENTIALLY_LOST Static method Public Method 20090810
21 GET_PROJECT_ID_BY_NAME Static method Public Method 20090810
22 GET_REMOVE_FIRST Static method Public Method 20090810
23 GET_UNTOUCHABLES Static method Public Method 20090810
24 PARSE_EEW_DATA Static method Public Method 20090810
25 REMOVE_OBJS_FROM_EEW_CATALOGUE Static method Public Method 20090810
26 SET_EEW_EXT_TO_BE_DELETED Static method Public Method 20090810
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 Changing CT_NEGATIVE_LISTS Call by reference Type reference (TYPE) LTY_T_EXT_BO_PART_FLAG 20090810
2 Changing CT_POSITIVE_LISTS Call by reference Type reference (TYPE) LTY_T_POSITIVE_LISTS 20090810
3 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
4 Changing CT_TAB_KEYS_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
5 Exporting ET_ACTIVE_GUIDS Call by reference Type reference (TYPE) AXTT_ELEMENT 20090810
6 Exporting ET_REMOVER Call by reference Type reference (TYPE) LTY_T_REMOVER 20090810
7 Importing IO_CATALOGUE Call by reference Object reference (TYPE REF TO) CL_AXT_CATALOGUE 20090810
8 Importing IO_EXTENSION Call by reference Object reference (TYPE REF TO) IF_AXT_EXTENSION 20090810
9 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
10 Importing IT_EEW_TASKS Call by reference Type reference (TYPE) LTY_T_OXT_TASKID 20090810
11 Importing IV_EXT_PLACE Call by reference Type reference (TYPE) AXT_PLACE 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method CHECK_EXISTS_ALREADY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Changing CT_TAB_KEYS_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
3 Exporting EO_ACTIVE Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
4 Exporting EO_REMOVER Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
5 Exporting EV_EXISTS Value transfer Type reference (TYPE) AXT_BOOLEAN 20090810
6 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
7 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
8 Importing IT_EEW_TASKS Call by reference Type reference (TYPE) LTY_T_OXT_TASKID 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method CHECK_EXISTS_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Changing CT_TAB_KEYS_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
3 Exporting EO_ACTIVE Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
4 Exporting EO_REMOVER Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
5 Exporting EV_EXISTS Value transfer Type reference (TYPE) AXT_BOOLEAN 20090810
6 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
7 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method CHECK_EXISTS_CI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Changing CT_TAB_KEYS_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
3 Exporting EO_ACTIVE Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
4 Exporting EO_REMOVER Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
5 Exporting EV_EXISTS Value transfer Type reference (TYPE) AXT_BOOLEAN 20090810
6 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
7 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method CHECK_EXISTS_DS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Changing CT_TAB_KEYS_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
3 Exporting EO_ACTIVE Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
4 Exporting EO_REMOVER Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
5 Exporting EV_EXISTS Call by reference Type reference (TYPE) AXT_BOOLEAN 20090810
6 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
7 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method CHECK_EXISTS_TABU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) GTY_T_EEW_TAB_ENTRIES 20090810
2 Exporting EO_ACTIVE Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
3 Exporting EO_REMOVER Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
4 Exporting EV_EXISTS Value transfer Type reference (TYPE) AXT_BOOLEAN 20090810
5 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
6 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
7 Importing IT_EEW_TASKS Call by reference Type reference (TYPE) LTY_T_OXT_TASKID 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method DETECT_EEWB_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXTENSION Call by reference Type reference (TYPE) OXT_EXTENSIONID 20090810
2 Exporting EV_PROJECT_ID Call by reference Type reference (TYPE) OXT_PROJECTID 20090810
3 Importing IV_STRUCTURE Call by reference Type reference (TYPE) TABNAME 20090810
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID 20090810

Method DETERMINE_BO_PART_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXTENSION Call by reference Object reference (TYPE REF TO) CL_AXT_EXTENSION 20090810
2 Importing IV_EXT_PLACE Call by reference Type reference (TYPE) AXT_PLACE 20090810
3 Importing IV_GUID Call by reference Type reference (TYPE) AXT_GUID 20090810
4 Returning 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 Exporting EV_CI Call by reference Type reference (TYPE) TABNAME 20090810
2 Exporting EV_PLACE Call by reference Type reference (TYPE) AXT_PLACE 20090810
3 Importing 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 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method GET_ALL_CATALOGUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXTENSION Call by reference Object reference (TYPE REF TO) IF_AXT_EXTENSION 20090810
2 Returning RO_CATALOGUE Value transfer Object reference (TYPE REF TO) CL_AXT_CATALOGUE 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method GET_ALL_CI_FROM_EEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Importing IT_TASKS Call by reference Type reference (TYPE) TOXT_TASK_OL 20090810
3 Returning 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 Importing IT_TASKS Call by reference Type reference (TYPE) TOXT_TASK_OL 20090810
2 Importing IT_TASK_IDS Call by reference Type reference (TYPE) LTY_T_OXT_TASKID 20090810
3 Returning 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 Exporting EO_ELEMENT Value transfer Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
2 Exporting ES_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMS_GOX_DEF_HEADER 20090810
3 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
4 Importing IV_FIELD Call by reference Type reference (TYPE) AXT_FIELD_ID 20090810
5 Importing IV_STRUCTURE Call by reference Type reference (TYPE) TABNAME 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method GET_EEW_EXTENSION_ID_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EEW_EXT_NAME Call by reference Type reference (TYPE) OXT_EXTENSIONNAME 20090810
2 Returning 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 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Importing IV_CENTRAL_CI Call by reference Type reference (TYPE) AXT_NAME 20090810
3 Returning 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 Importing IV_CHECKTABLE Call by reference Type reference (TYPE) TABNAME 20090810
2 Importing IV_DATA_ELEMENT Call by reference Type reference (TYPE) ROLLNAME 20090810
3 Importing IV_FIELD_ID Call by reference Type reference (TYPE) AXT_FIELD_ID 20090810
4 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS 20090810
5 Importing IV_PLACE Call by reference Type reference (TYPE) AXT_PLACE 20090810
6 Importing IV_REF_DATA_ELEMENT Call by reference Type reference (TYPE) ROLLNAME Data element for reference field 20090811
7 Importing IV_REF_FIELD_ID Call by reference Type reference (TYPE) AXT_FIELD_ID Field ID 20090811
8 Importing IV_SEARCH_HELP Call by reference Type reference (TYPE) KOMP_SHLP 20090810
9 Returning RO_EXTENSION Value transfer Object reference (TYPE REF TO) IF_AXT_FIELD_EXT_ACCESS 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method GET_INCLUDE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) AXT_FIELD_ID 20090810
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) TABNAME 20090810
3 Returning RT_HIERARCHY Value transfer Type reference (TYPE) GTY_T_INCLUDE_HIERARCHY 20090810
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND 20090810

Method GET_OBJ_NAMES_FROM_EEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TASK Call by reference Object reference (TYPE REF TO) CL_OXT_TASK_OL 20090810
2 Importing IT_TR_OBJ Call by reference Type reference (TYPE) COMT_GOX_TRANS_OBJECT 20090810
3 Importing IV_NAME_PATTERN Call by reference Type reference (TYPE) STRING 20090810
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20090810
5 Returning 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 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Importing IT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
3 Exporting 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 Importing IV_EEW_PROJECT_NAME Call by reference Type reference (TYPE) OXT_PROJECTNAME 20090810
2 Returning 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 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_AXT_ELEMENT 20090810
2 Returning 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 Changing CT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
2 Importing IT_ALL_EEW_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
3 Importing 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 Changing CT_POSITIVE_LISTS Value transfer Type reference (TYPE) LTY_T_POSITIVE_LISTS 20090810
2 Importing IT_TASK_DATA Call by reference Type reference (TYPE) TOXT_PARAMLIST 20090810
3 Importing IT_WIZZARD_DATA Call by reference Type reference (TYPE) TOXT_PARAMLIST 20090810
4 Importing IV_BUS_OBJECT Call by reference Type reference (TYPE) OXT_BUSOBJ 20090810
5 Importing IV_CI_INCLUDE Call by reference Type reference (TYPE) TABNAME 20090810
6 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) OXT_EXTTYP 20090810
7 Importing IV_FIELD_ID Call by reference Type reference (TYPE) AXT_FIELD_ID 20090810
8 Importing IV_FIELD_INDEX Call by reference Type reference (TYPE) I 20090810
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20090810

Method REMOVE_OBJS_FROM_EEW_CATALOGUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EEW_TASKS Call by reference Type reference (TYPE) LTY_T_OXT_TASKID 20090810
2 Importing IT_REMOVE_FROM_EEW_CATALOGUE Call by reference Type reference (TYPE) COMT_GOX_DEF_HEADER 20090810
3 Importing 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 Exporting ET_MSG Call by reference Type reference (TYPE) AXTT_MSG Messages table 20101202
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) OXT_EXTENSIONID OXT Extension ID 20091002
3 Importing IV_PROJECT_ID Call by reference Type reference (TYPE) OXT_PROJECTID OXT Project ID 20091125
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20090810
History
Last changed by/on SAP  20110908 
SAP Release Created in 701