mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:04:38 +08:00
cleanup (#1118)
This commit is contained in:
parent
f014602e99
commit
50d15cdb8a
|
@ -39,16 +39,6 @@ CLASS z2ui5_cl_core_event_srv IMPLEMENTATION.
|
|||
|
||||
result = |{ z2ui5_if_core_types=>cs_ui5-event_backend_function }(['{ val }'|.
|
||||
|
||||
* IF s_cnt-model_name IS NOT INITIAL.
|
||||
* IF s_cnt-check_allow_multi_req = abap_true.
|
||||
* IF s_cnt-check_view_destroy = abap_true.
|
||||
* result = result && `,true,true, "` && s_cnt-model_name && `"`.
|
||||
* ELSE.
|
||||
* result = result && `,false,true, "` && s_cnt-model_name && `"`.
|
||||
* ENDIF.
|
||||
* ELSE.
|
||||
* result = result && `,false,false, "` && s_cnt-model_name && `"`.
|
||||
* ENDIF.
|
||||
IF s_cnt-check_allow_multi_req = abap_true.
|
||||
IF s_cnt-check_view_destroy = abap_true.
|
||||
result = result && `,true,true`.
|
||||
|
|
|
@ -48,7 +48,6 @@ INTERFACE z2ui5_if_types
|
|||
BEGIN OF ty_s_event_control,
|
||||
check_view_destroy TYPE abap_bool,
|
||||
check_allow_multi_req TYPE abap_bool,
|
||||
* model_name TYPE string,
|
||||
END OF ty_s_event_control.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user