Class Method list used by SAP ABAP Class CL_ENH_TOOL_CLIF_REPAIR_EIMP (Helper class to repair consistency between metadata and eimp)
SAP ABAP Class CL_ENH_TOOL_CLIF_REPAIR_EIMP (Helper class to repair consistency between metadata and eimp) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_UNIT_ASSERT - ABORT ABAP Unit: Assertions (see longtext)
2 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS ABAP Unit: Assertions (see longtext)
3 Class Method  CL_ABAP_UNIT_ASSERT - FAIL ABAP Unit: Assertions (see longtext)
4 Class Method  CL_ENH_FACTORY - CREATE_ENHANCEMENT Enhancement Factory
5 Class Method  CL_ENH_FACTORY - GET_ENHANCEMENT Enhancement Factory
6 Class Method  CL_ENH_FACTORY - GET_ENHANCEMENT Enhancement Factory
7 Class Method  CL_ENH_FACTORY - GET_ENHANCEMENT Enhancement Factory
8 Class Method  CL_ENH_FACTORY - GET_ENHANCEMENT Enhancement Factory
9 Class Method  CL_ENH_FACTORY - GET_ENHANCEMENT Enhancement Factory
10 Class Method  CL_ENH_TOOL_CLASS - ADD_CHANGE_NEW_METHOD_SOURCE Enhancement Tool for Classes
11 Class Method  CL_ENH_TOOL_CLASS - ADD_OWR_METHOD Enhancement Tool for Classes
12 Class Method  CL_ENH_TOOL_CLASS - ADD_OWR_METHOD Enhancement Tool for Classes
13 Class Method  CL_ENH_TOOL_CLASS - ADD_POST_METHOD Enhancement Tool for Classes
14 Class Method  CL_ENH_TOOL_CLASS - ADD_POST_METHOD Enhancement Tool for Classes
15 Class Method  CL_ENH_TOOL_CLASS - ADD_PRE_METHOD Enhancement Tool for Classes
16 Class Method  CL_ENH_TOOL_CLASS - ADD_PRE_METHOD Enhancement Tool for Classes
17 Class Method  CL_ENH_TOOL_CLASS - DELETE_PRE_METHOD Enhancement Tool for Classes
18 Class Method  CL_ENH_TOOL_CLASS - GET_EIMP_INCLUDE Enhancement Tool for Classes
19 Class Method  CL_ENH_TOOL_CLASS - PROVIDE_PRE_POST_METHS Enhancement Tool for Classes
20 Class Method  CL_ENH_TOOL_CLASS - PROVIDE_PRE_POST_METHS Enhancement Tool for Classes
21 Class Method  CL_ENH_TOOL_CLASS - PROVIDE_PRE_POST_METHS Enhancement Tool for Classes
22 Class Method  CL_ENH_TOOL_CLIF - ADD_CHANGE_ENHA_EVENT Enhancement Tool for Classes and Interfaces
23 Class Method  CL_ENH_TOOL_CLIF - ADD_CHANGE_ENH_EVENTPARAM Enhancement Tool for Classes and Interfaces
24 Class Method  CL_ENH_TOOL_CLIF - ADD_CHANGE_NEW_ENH_METHOD Enhancement Tool for Classes and Interfaces
25 Class Method  CL_ENH_TOOL_CLIF - DELETE_ENHA_EVENT Enhancement Tool for Classes and Interfaces
26 Class Method  CL_ENH_TOOL_CLIF - DELETE_ENH_NEW_METHOD Enhancement Tool for Classes and Interfaces
27 Class Method  CL_ENH_TOOL_CLIF - GET_NAME Enhancement Tool for Classes and Interfaces
28 Class Method  CL_ENH_TOOL_CLIF - PROVIDE_ENHA_EVENTS Enhancement Tool for Classes and Interfaces
29 Class Method  CL_ENH_TOOL_CLIF - PROVIDE_NEW_ENHA_METHS Enhancement Tool for Classes and Interfaces
30 Class Method  CL_ENH_TOOL_CLIF - PROVIDE_NEW_ENHA_METHS_INCL Enhancement Tool for Classes and Interfaces
31 Class Method  CL_ENH_TOOL_CLIF - SET_CLASS Enhancement Tool for Classes and Interfaces
32 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - CONSTRUCTOR Helper class to repair consistency between metadata and eimp
33 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - CREATE_METADATA Helper class to repair consistency between metadata and eimp SOURCE create_metadata( inconsistency = class_name = class_name ).
34 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - DELETE_EIMP_METHOD_IMPL Helper class to repair consistency between metadata and eimp SOURCE delete_eimp_method_impl( ).
35 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - DELETE_SOURCE Helper class to repair consistency between metadata and eimp SOURCE delete_source( exporting start_line = start_line start_col = start_col end_line = end_line end_col = end_col changing source = source ).
36 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_ALL_CLIF_ENHANCEMENT_NAMES Helper class to repair consistency between metadata and eimp SOURCE enh_names = get_all_clif_enhancement_names( class_name ).
37 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_ALL_METHOD_NAMES Helper class to repair consistency between metadata and eimp SOURCE method_names = get_all_method_names( class_name = class_name parent_enh_name = parent_enh_name ).
38 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_ALL_METHOD_NAMES Helper class to repair consistency between metadata and eimp SOURCE inconsistency-possible_target_methods = get_all_method_names( class_name = class_name parent_enh_name = parent_enh_name ).
39 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_ALL_METHOD_NAMES Helper class to repair consistency between metadata and eimp SOURCE inconsistency-possible_target_methods = get_all_method_names( class_name = class_name parent_enh_name = parent_enh_name ).
40 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_BEST_FITTING_METHOD_NAME Helper class to repair consistency between metadata and eimp SOURCE method_name = get_best_fitting_method_name( class_name = class_name parent_enh_name = parent_enh_name possible_method_name = owr-methkey-cmpname ).
41 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_BEST_FITTING_METHOD_NAME Helper class to repair consistency between metadata and eimp SOURCE method_name = get_best_fitting_method_name( class_name = class_name parent_enh_name = parent_enh_name possible_method_name = pre-methkey-cmpname ).
42 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_EIMP_NAME Helper class to repair consistency between metadata and eimp SOURCE program = get_eimp_name( inconsistency-enh_name ).
43 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_EIMP_NAME Helper class to repair consistency between metadata and eimp SOURCE program = get_eimp_name( enh_name ).
44 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_EIMP_SOURCE Helper class to repair consistency between metadata and eimp SOURCE get_eimp_source( exporting enh_name = inconsistency-enh_name importing result = source ).
45 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_EIMP_SOURCE Helper class to repair consistency between metadata and eimp SOURCE get_eimp_source( exporting enh_name = enh_name importing result = eimp_source ).
46 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_INCONSISTENCIES Helper class to repair consistency between metadata and eimp
47 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - GET_INCONSISTENCIES Helper class to repair consistency between metadata and eimp
48 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE me->merge_loop_override_methods(
49 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE exporting
50 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE class_name = class_name
51 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE enh_name = enh_name
52 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE parent_enh_name = parent_enh_name
53 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE owr_methods = owr_methods
54 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE pre_methods = pre_methods
55 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE post_methods = post_methods
56 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE scanned_owr_methods = scanned_owr_methods
57 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE type = co_type_owr
58 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE changing
59 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE result = result
60 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE ).
61 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE me->merge_loop_pre_or_post_methods(
62 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE exporting
63 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE class_name = class_name
64 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE enh_name = enh_name
65 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE parent_enh_name = parent_enh_name
66 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE owr_methods = owr_methods
67 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE pre_methods = pre_methods
68 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE scanned_pre_methods = scanned_pre_methods
69 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE type = co_type_pre
70 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE changing
71 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE result = result
72 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE ).
73 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE me->merge_loop_pre_or_post_methods(
74 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE exporting
75 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE class_name = class_name
76 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE enh_name = enh_name
77 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE parent_enh_name = parent_enh_name
78 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE owr_methods = owr_methods
79 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE pre_methods = post_methods
80 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE scanned_pre_methods = scanned_post_methods
81 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE type = co_type_post
82 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE changing
83 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE result = result
84 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - MERGE_LOOP_PRE_OR_POST_METHODS Helper class to repair consistency between metadata and eimp SOURCE ).
85 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - PERFORM_MODIFICATION Helper class to repair consistency between metadata and eimp
86 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - SCAN_FOR_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE scan_for_override_methods( exporting source = eimp_source enh_name = enh_name
87 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - SCAN_FOR_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE importing pre_methods = scanned_pre_methods post_methods = scanned_post_methods
88 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - SCAN_FOR_OVERRIDE_METHODS Helper class to repair consistency between metadata and eimp SOURCE ovr_methods = scanned_owr_methods ).
89 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - VALIDATE_INPUT Helper class to repair consistency between metadata and eimp
90 Class Method  CL_ENH_TOOL_CLIF_REPAIR_EIMP - VALIDATE_INPUT Helper class to repair consistency between metadata and eimp
91 Class Method  CL_OO_FACTORY - CREATE_CLIF_SOURCE Factory for class editor
92 Class Method  CL_OO_FACTORY - CREATE_INSTANCE Factory for class editor
93 Class Method  CL_R3STANDARD_PERSISTENCE - FIND_ENHANCEMENTS_BY_OBJ Enhancement Persistence for Standard Tables
94 Class Method  CL_WB_CHECKLIST - ADD_ERROR_MESSAGE List of All Error Messages from a Syntax Check
95 Class Method  CL_WB_TEST_HELPER_SYS_SETTINGS - IS_DEV_SYSTEM Offers information about system settings
96 Class Method  CX_STATIC_CHECK - CONSTRUCTOR Exceptions with Static and Dynamic Check of RAISING Clause
97 Class Method  IF_ENH_OBJECT - ACTIVATE General Methods for Enhancement Objects
98 Class Method  IF_ENH_OBJECT - DELETE General Methods for Enhancement Objects
99 Class Method  IF_ENH_OBJECT - SAVE General Methods for Enhancement Objects
100 Class Method  IF_ENH_OBJECT - SAVE General Methods for Enhancement Objects
101 Class Method  IF_ENH_OBJECT - UNLOCK General Methods for Enhancement Objects
102 Class Method  IF_ENH_OBJECT - UNLOCK General Methods for Enhancement Objects
103 Class Method  IF_ENH_TOOL - GET_NAME SAP Enhancement Tool Root Interface
104 Class Method  IF_ENH_TOOL - GET_NAME SAP Enhancement Tool Root Interface
105 Class Method  IF_ENH_TOOL - GET_PARENT_NAME SAP Enhancement Tool Root Interface
106 Class Method  IF_OO_CLIF_SOURCE - GET_SOURCE Class/Interface source representation
107 Class Method  IF_OO_CLIF_SOURCE - LOCK Class/Interface source representation
108 Class Method  IF_OO_CLIF_SOURCE - SAVE Class/Interface source representation
109 Class Method  IF_OO_CLIF_SOURCE - SET_SOURCE Class/Interface source representation
110 Class Method  IF_OO_CLIF_SOURCE - UNLOCK Class/Interface source representation
111 Class Method  IF_OO_CLIF_SOURCE_FACTORY - CREATE_CLIF_SOURCE Factory for class/interface sources