mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:04:38 +08:00
follow up action (#1031)
This commit is contained in:
parent
4508abbeae
commit
9270f6fb57
|
@ -320,8 +320,7 @@ CLASS z2ui5_cl_core_client IMPLEMENTATION.
|
|||
|
||||
METHOD z2ui5_if_client~follow_up_action.
|
||||
|
||||
mo_action->ms_next-s_set-s_follow_up_action-custom_js = custom_js.
|
||||
mo_action->ms_next-s_set-s_follow_up_action-frontent_event = frontend_event.
|
||||
mo_action->ms_next-s_set-s_follow_up_action-custom_js = val.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ INTERFACE z2ui5_if_core_types
|
|||
text TYPE string,
|
||||
END OF s_msg_toast,
|
||||
BEGIN OF s_follow_up_action,
|
||||
frontent_event TYPE string,
|
||||
* frontent_event TYPE string,
|
||||
custom_js TYPE string,
|
||||
END OF s_follow_up_action,
|
||||
END OF ty_s_next_frontend.
|
||||
|
|
|
@ -163,7 +163,6 @@ INTERFACE z2ui5_if_client
|
|||
|
||||
METHODS follow_up_action
|
||||
IMPORTING
|
||||
frontend_event TYPE string OPTIONAL
|
||||
custom_js TYPE string OPTIONAL.
|
||||
val TYPE string.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user