fix message manager and binding (#529)

* update new naming

* fix message manager and binding
This commit is contained in:
oblomov 2023-09-04 22:31:04 +02:00 committed by GitHub
parent cc1090a9b0
commit a2ea5a29f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -226,6 +226,7 @@ CLASS z2ui5_cl_fw_binding IMPLEMENTATION.
AND check_dissolved = abap_false.
lr_attri->check_dissolved = abap_true.
lr_attri->check_ready = abap_true.
DATA(lt_attri) = get_t_attri_by_struc( lr_attri->name ).
INSERT LINES OF lt_attri INTO TABLE mt_attri.
ENDLOOP.

View File

@ -55,7 +55,7 @@ CLASS z2ui5_cl_fw_handler DEFINITION
END OF s_msg_toast,
BEGIN OF s_message_manager,
t_message TYPE z2ui5_if_client=>ty_t_message_manager,
check_clear TYPE string,
check_clear TYPE abap_bool,
END OF s_message_manager,
_viewmodel TYPE string,
END OF ty_s_next2.