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