We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce8fa commit 82a2f5aCopy full SHA for 82a2f5a
src/z2ui5_cl_demo_app_321.clas.abap
@@ -34,7 +34,7 @@ CLASS z2ui5_cl_demo_app_321 IMPLEMENTATION.
34
)->stringify( ) ).
35
ENDIF.
36
37
- CASE client->get( )-event.´
+ CASE client->get( )-event.
38
WHEN `BUTTON_POST`.
39
client->message_toast_display( `data updated` ).
40
"this is where the magic happens...
0 commit comments