Class Method list used by SAP ABAP Class CL_SRAL_RT_SCREEN_DYNP (RAL processor for one DYNP screen)
SAP ABAP Class
CL_SRAL_RT_SCREEN_DYNP (RAL processor for one DYNP screen) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_UNIT_ASSERT - ASSERT_NOT_INITIAL | ABAP Unit: Assertions (see longtext) | ||
| 2 | CL_ABAP_UNIT_ASSERT - FAIL | ABAP Unit: Assertions (see longtext) | ||
| 3 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 4 | CL_SRAL_HELPER - CREATE_GUID | RAL: Helper Methods | ||
| 5 | CL_SRAL_RT_BASE_DYNP - CONSTRUCTOR | SRAL Base class dynp and ctrl processors | ||
| 6 | CL_SRAL_RT_BASE_DYNP - GET_IP_ADDRESS | SRAL Base class dynp and ctrl processors | ||
| 7 | CL_SRAL_RT_BASE_DYNP - MERGE_FIELD_LIST | SRAL Base class dynp and ctrl processors | ||
| 8 | CL_SRAL_RT_BASE_DYNP - NORMALIZE_PATH | SRAL Base class dynp and ctrl processors | ||
| 9 | CL_SRAL_RT_BASE_DYNP - NORMALIZE_SCREEN_ID | SRAL Base class dynp and ctrl processors | ||
| 10 | CL_SRAL_RT_DYNP - PROCESS_CORRELATION_ID | Processor for one RT dynp config aka runtime dynp container | ||
| 11 | CL_SRAL_RT_DYNP - SET_VALUES_IN_FIELD_DATA | Processor for one RT dynp config aka runtime dynp container | ||
| 12 | CL_SRAL_RT_DYNP - GET_LOG_DATA | Processor for one RT dynp config aka runtime dynp container | ||
| 13 | CL_SRAL_RT_DYNP - CREATE_LOG_DATA | Processor for one RT dynp config aka runtime dynp container | ||
| 14 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE iv_screen_path = gc_path1 |
|
| 15 | CL_SRAL_RT_SCREEN_DYNP - IS_MAIN_SCREEN | RAL processor for one DYNP screen | SOURCE data(lv_is_main_screen) = is_main_screen( is_screen_id = is_screen_id iv_screen_path = iv_screen_path ). |
|
| 16 | CL_SRAL_RT_SCREEN_DYNP - IS_MAIN_SCREEN | RAL processor for one DYNP screen | SOURCE cl_abap_unit_assert=>assert_equals( exp = abap_false act = mo_cut->is_main_screen( is_screen_id = ls_screen_id iv_screen_path = gc_path1 ) ). |
|
| 17 | CL_SRAL_RT_SCREEN_DYNP - IS_MAIN_SCREEN | RAL processor for one DYNP screen | SOURCE cl_abap_unit_assert=>assert_equals( exp = abap_false act = mo_cut->is_main_screen( is_screen_id = ls_screen_id iv_screen_path = gc_path2 ) ). |
|
| 18 | CL_SRAL_RT_SCREEN_DYNP - IS_MAIN_SCREEN | RAL processor for one DYNP screen | SOURCE cl_abap_unit_assert=>assert_equals( exp = abap_true act = mo_cut->is_main_screen( is_screen_id = ls_screen_id iv_screen_path = gc_path1 ) ). |
|
| 19 | CL_SRAL_RT_SCREEN_DYNP - IS_MAIN_SCREEN | RAL processor for one DYNP screen | SOURCE cl_abap_unit_assert=>assert_equals( exp = abap_false act = mo_cut->is_main_screen( is_screen_id = ls_screen_id iv_screen_path = gc_path2 ) ). |
|
| 20 | CL_SRAL_RT_SCREEN_DYNP - GET_MAIN_PATH | RAL processor for one DYNP screen | SOURCE data(lv_main_path) = get_main_path( is_screen_id ). |
|
| 21 | CL_SRAL_RT_SCREEN_DYNP - GET_MAIN_PATH | RAL processor for one DYNP screen | SOURCE cl_abap_unit_assert=>assert_equals( act = mo_cut->get_main_path( ls_screen_id ) exp = gc_path1 ). |
|
| 22 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE it_field_value = it_field_value ). |
|
| 23 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE iv_screen_path = lv_path |
|
| 24 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE it_field_value = create_field_values_pai( ) ). |
|
| 25 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE lt_log_data = mo_cut->compute_log_data( is_screen_id = ls_screen_id |
|
| 26 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE it_field_value = create_field_values_pai( ) ). |
|
| 27 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE iv_screen_path = gc_path1 |
|
| 28 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE data(lt_log_data) = mo_cut->compute_log_data( is_screen_id = ls_screen_id |
|
| 29 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE it_field_value = create_field_values( ) ). |
|
| 30 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE iv_screen_path = gc_path1 |
|
| 31 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE data(lt_log_data) = mo_cut->compute_log_data( is_screen_id = ls_screen_id |
|
| 32 | CL_SRAL_RT_SCREEN_DYNP - COMPUTE_LOG_DATA | RAL processor for one DYNP screen | SOURCE mt_log_data = compute_log_data( is_screen_id = is_screen_id |
|
| 33 | CL_SRAL_WRITER - ADD_ENTRIES | RAL: Log Writer | ||
| 34 | CL_SRAL_WRITER - SET_LOG_CONTEXT | RAL: Log Writer | ||
| 35 | IF_SRAL_RT_SCREEN_DYNP - CONFIRM | Interface for RAL screnn processor | ||
| 36 | IF_SRAL_RT_SCREEN_DYNP - GET_SCREEN_ELEMENTS | Interface for RAL screnn processor | ||
| 37 | IF_SRAL_RT_SCREEN_DYNP - GET_SCREEN_ELEMENTS | Interface for RAL screnn processor | ||
| 38 | IF_SRAL_RT_SCREEN_DYNP - IS_ACTIVE | Interface for RAL screnn processor | ||
| 39 | IF_SRAL_RT_SCREEN_DYNP - IS_ACTIVE | Interface for RAL screnn processor | ||
| 40 | IF_SRAL_RT_SCREEN_DYNP - SET_VALUES | Interface for RAL screnn processor | ||
| 41 | IF_SRAL_RT_SCREEN_DYNP - SET_VALUES | Interface for RAL screnn processor |