Class Method list used by SAP ABAP Class CL_ECH_CONFIGURATION (Implementation of Customizing Access)
SAP ABAP Class CL_ECH_CONFIGURATION (Implementation of Customizing Access) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_BOUND ABAP Unit: Assertions (see longtext)
2 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_NOT_BOUND ABAP Unit: Assertions (see longtext)
3 Class Method  CL_AUNIT_ASSERT - ABORT ABAP Unit: Assertions (see Longtext)
4 Class Method  CL_AUNIT_ASSERT - ASSERT_BOUND ABAP Unit: Assertions (see Longtext)
5 Class Method  CL_AUNIT_ASSERT - ASSERT_EQUALS ABAP Unit: Assertions (see Longtext)
6 Class Method  CL_AUNIT_ASSERT - ASSERT_INITIAL ABAP Unit: Assertions (see Longtext)
7 Class Method  CL_AUNIT_ASSERT - ASSERT_NOT_BOUND ABAP Unit: Assertions (see Longtext)
8 Class Method  CL_AUNIT_ASSERT - ASSERT_NOT_INITIAL ABAP Unit: Assertions (see Longtext)
9 Class Method  CL_AUNIT_ASSERT - FAIL ABAP Unit: Assertions (see Longtext)
10 Class Method  CL_ECH_CONFIGURATION - GET_ECH_BY_PPO Implementation of Customizing Access
11 Class Method  CL_ECH_CONFIGURATION - GET_PPO_BY_ECH Implementation of Customizing Access
12 Class Method  CL_ECH_CONFIGURATION - GET_PROCESSES Implementation of Customizing Access
13 Class Method  CL_ECH_CONFIGURATION - GET_PROCESS_SETTING Implementation of Customizing Access
14 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE me->mo_ech_config->read_all_custom_entries(
15 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE IMPORTING
16 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE et_custom_processes = lt_custom_processes ).
17 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE me->read_all_custom_entries(
18 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE IMPORTING
19 Class Method  CL_ECH_CONFIGURATION - READ_ALL_CUSTOM_ENTRIES Implementation of Customizing Access SOURCE et_custom_processes = lt_custom_processes ).
20 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE me->mo_ech_config->read_all_system_entries(
21 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE IMPORTING
22 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE et_system_processes = lt_system_processes ).
23 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE me->read_all_system_entries(
24 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE IMPORTING
25 Class Method  CL_ECH_CONFIGURATION - READ_ALL_SYSTEM_ENTRIES Implementation of Customizing Access SOURCE et_system_processes = lt_system_processes ).
26 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
27 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE act = lo_ech_config->read_custom_entry( ls_process )
28 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE msg = 'Valid CustomEntry not found' ).
29 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
30 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE act = lo_ech_config->read_custom_entry( ls_process )
31 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE msg = 'InValid CustomEntry found' ).
32 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE IF read_custom_entry( is_process = i_str_process ) IS INITIAL.
33 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE ls_custom_entry = read_custom_entry( is_process = i_str_process ).
34 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE ls_custom_entry = read_custom_entry( is_process = i_str_process ).
35 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE ls_custom_entry = read_custom_entry( is_process = i_str_process ).
36 Class Method  CL_ECH_CONFIGURATION - READ_CUSTOM_ENTRY Implementation of Customizing Access SOURCE MOVE-CORRESPONDING read_custom_entry( is_process = is_process ) TO es_process.
37 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
38 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_custom( is_process_ech = ls_process )
39 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE msg = 'Valid CustomEntry for PPO<->ECH Mapping not found' ).
40 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
41 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_custom( is_process_ech = ls_process )
42 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE msg = 'InValid CustomEntry for PPO<->ECH Mapping found' ).
43 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
44 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_custom( is_process_ppo = ls_process_ppo )
45 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE msg = 'Valid CustomEntry for PPO<->ECH Mapping not found' ).
46 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
47 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_custom( is_process_ppo = ls_process_ppo )
48 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE msg = 'InValid CustomEntry for PPO<->ECH Mapping found' ).
49 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE MOVE-CORRESPONDING read_ech_ppo_mapping_custom( is_process_ppo = is_process_ppo ) TO rs_process_ech.
50 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_CUSTOM Implementation of Customizing Access SOURCE MOVE-CORRESPONDING read_ech_ppo_mapping_custom( is_process_ech = is_process_ech ) TO rs_process_ppo.
51 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
52 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_system( is_process_ech = ls_process )
53 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE msg = 'Valid SystemEntry for PPO<->ECH Mapping not found' ).
54 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
55 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_system( is_process_ech = ls_process )
56 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE msg = 'InValid SystemEntry for PPO<->ECH Mapping found' ).
57 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
58 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_system( is_process_ppo = ls_process_ppo )
59 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE msg = 'Valid SystemEntry for PPO<->ECH Mapping not found' ).
60 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
61 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE act = lo_ech_config->read_ech_ppo_mapping_system( is_process_ppo = ls_process_ppo )
62 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE msg = 'InValid SystemEntry for PPO<->ECH Mapping found' ).
63 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE MOVE-CORRESPONDING read_ech_ppo_mapping_system( is_process_ppo = is_process_ppo ) TO rs_process_ech.
64 Class Method  CL_ECH_CONFIGURATION - READ_ECH_PPO_MAPPING_SYSTEM Implementation of Customizing Access SOURCE MOVE-CORRESPONDING read_ech_ppo_mapping_system( is_process_ech = is_process_ech ) TO rs_process_ppo.
65 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_not_initial(
66 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE act = lo_ech_config->read_system_entry( ls_process )
67 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE msg = 'Valid SystemEntry not found' ).
68 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE cl_aunit_assert=>assert_initial(
69 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE act = lo_ech_config->read_system_entry( ls_process )
70 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE msg = 'InValid SystemEntry found' ).
71 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE IF read_system_entry( is_process = i_str_process ) IS INITIAL.
72 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE ls_system_entry = read_system_entry( is_process = i_str_process ).
73 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE ls_system_entry = read_system_entry( is_process = i_str_process ).
74 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE ls_system_entry = read_system_entry( is_process = i_str_process ).
75 Class Method  CL_ECH_CONFIGURATION - READ_SYSTEM_ENTRY Implementation of Customizing Access SOURCE es_process = read_system_entry( is_process = is_process ).
76 Class Method  CL_ECH_CONFIGURATION - S_CREATE Implementation of Customizing Access
77 Class Method  CL_ECH_UTILS - S_GET_ECH_PERSISTENCY Utilities ECH
78 Class Method  CL_ECH_UTILS - S_SET_ECH_PERSISTENCY Utilities ECH
79 Class Method  IF_ECH_ACTION - FAIL Interface - Action Class
80 Class Method  IF_ECH_ACTION - FINALIZE_AFTER_RETRY_ERROR Interface - Action Class
81 Class Method  IF_ECH_ACTION - FINISH Interface - Action Class
82 Class Method  IF_ECH_ACTION - NO_ROLLBACK_ON_RETRY_ERROR Interface - Action Class
83 Class Method  IF_ECH_ACTION - RETRY Interface - Action Class
84 Class Method  IF_ECH_ACTION - S_CREATE Interface - Action Class
85 Class Method  IF_ECH_CONFIGURATION - CHECK_PROCESS_EXISTENCE Read Accesses to Customizing
86 Class Method  IF_ECH_CONFIGURATION - CHECK_PROCESS_EXISTENCE Read Accesses to Customizing
87 Class Method  IF_ECH_CONFIGURATION - GET_ACTION Read Accesses to Customizing
88 Class Method  IF_ECH_CONFIGURATION - GET_ACTION Read Accesses to Customizing
89 Class Method  IF_ECH_CONFIGURATION - GET_ACTION Read Accesses to Customizing
90 Class Method  IF_ECH_CONFIGURATION - GET_ALL_PROCESS_MAPPINGS Read Accesses to Customizing
91 Class Method  IF_ECH_CONFIGURATION - GET_ALL_PROCESS_MAPPINGS Read Accesses to Customizing
92 Class Method  IF_ECH_CONFIGURATION - GET_DEFAULT_RESOLUTIONSTRATEGY Read Accesses to Customizing
93 Class Method  IF_ECH_CONFIGURATION - GET_ECH_BY_PPO Read Accesses to Customizing
94 Class Method  IF_ECH_CONFIGURATION - GET_ECH_BY_PPO Read Accesses to Customizing
95 Class Method  IF_ECH_CONFIGURATION - GET_ECH_BY_PPO Read Accesses to Customizing
96 Class Method  IF_ECH_CONFIGURATION - GET_ENCRYPTION_KEY Read Accesses to Customizing
97 Class Method  IF_ECH_CONFIGURATION - GET_NOTIFICATION Read Accesses to Customizing
98 Class Method  IF_ECH_CONFIGURATION - GET_NOTIFICATION Read Accesses to Customizing
99 Class Method  IF_ECH_CONFIGURATION - GET_PERSISTENCY Read Accesses to Customizing
100 Class Method  IF_ECH_CONFIGURATION - GET_PERSISTENCY Read Accesses to Customizing
101 Class Method  IF_ECH_CONFIGURATION - GET_PPO_BY_ECH Read Accesses to Customizing
102 Class Method  IF_ECH_CONFIGURATION - GET_PPO_BY_ECH Read Accesses to Customizing
103 Class Method  IF_ECH_CONFIGURATION - GET_PPO_BY_ECH Read Accesses to Customizing
104 Class Method  IF_ECH_CONFIGURATION - GET_PROCESSES Read Accesses to Customizing
105 Class Method  IF_ECH_CONFIGURATION - GET_PROCESSES Read Accesses to Customizing
106 Class Method  IF_ECH_CONFIGURATION - GET_PROCESSES Read Accesses to Customizing
107 Class Method  IF_ECH_CONFIGURATION - GET_PROCESS_SETTING Read Accesses to Customizing
108 Class Method  IF_ECH_CONFIGURATION - GET_PROCESS_SETTING Read Accesses to Customizing
109 Class Method  IF_ECH_CONFIGURATION - GET_PROCESS_SETTING Read Accesses to Customizing
110 Class Method  IF_ECH_CONFIGURATION - INJECT_ARCHIVE Read Accesses to Customizing
111 Class Method  IF_ECH_NOTIFICATION - ON_CLOSED Notification
112 Class Method  IF_ECH_NOTIFICATION - S_CREATE Notification
113 Class Method  IF_ECH_NOTIFICATION - S_CREATE Notification
114 Class Method  IF_ECH_PERSISTENCY - DET_STRUCTURE_4_PAYLOAD_TYP Persistence
115 Class Method  IF_ECH_PERSISTENCY - GET_PAYLOAD_PROVIDER Persistence
116 Class Method  IF_ECH_PERSISTENCY - LOAD Persistence
117 Class Method  IF_ECH_PERSISTENCY - SAVE Persistence
118 Class Method  IF_ECH_PERSISTENCY - SET_DATA Persistence
119 Class Method  IF_ECH_PERSISTENCY - S_CREATE Persistence
120 Class Method  IF_ECH_PERSISTENCY - S_CREATE Persistence