follow up action (#1031)

This commit is contained in:
oblomov 2024-03-20 11:26:36 +00:00 committed by GitHub
parent 4508abbeae
commit 9270f6fb57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.