We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf4ea0 commit 3c038d6Copy full SHA for 3c038d6
src/z2ui5_cl_demo_app_293.clas.abap
@@ -27,7 +27,7 @@ ENDCLASS.
27
28
29
30
-CLASS Z2UI5_CL_DEMO_APP_293 IMPLEMENTATION.
+CLASS z2ui5_cl_demo_app_293 IMPLEMENTATION.
31
32
33
METHOD display_view.
@@ -100,7 +100,7 @@ CLASS Z2UI5_CL_DEMO_APP_293 IMPLEMENTATION.
100
WHEN 'CLICK_HINT_ICON'.
101
z2ui5_display_popover( `button_hint_id` ).
102
WHEN 'handleLinkPress'.
103
- client->message_toast_display( `Link was clicked!`).
+ client->message_box_display( `Link was clicked!`).
104
ENDCASE.
105
106
ENDMETHOD.
0 commit comments