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 369b0f2 commit 3881df4Copy full SHA for 3881df4
src/z2ui5_cl_demo_app_322.clas.abap
@@ -34,7 +34,7 @@ CLASS z2ui5_cl_demo_app_322 IMPLEMENTATION.
34
press = client->_event( val = 'BUTTON_POST' )
35
)->button(
36
text = 'back'
37
- press = client->_event( val = 'BUTTON_BACK' )
+ press = client->_event_client( 'HISTORY_BACK' )
38
)->stringify( ) ).
39
40
client->set_push_state( ).
0 commit comments