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 2c27640 commit 6c46f4fCopy full SHA for 6c46f4f
docs/advanced/technical/dx.md
@@ -36,7 +36,7 @@ ENDCLASS.
36
37
CLASS zcl_app_ui5 IMPLEMENTATION.
38
METHOD z2ui5_if_app~main.
39
- client->view_display( z2ui5_cl_xml_view=>factory( )->text( `Hello World` ) ).
+ client->message_toast_display( `Hello World` ) ).
40
ENDMETHOD.
41
ENDCLASS.
42
```
0 commit comments