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 d0f73b0 commit c9ca4d7Copy full SHA for c9ca4d7
src/z2ui5_cl_demo_app_137.clas.abap
@@ -73,6 +73,7 @@ CLASS z2ui5_cl_demo_app_137 IMPLEMENTATION.
73
METHOD on_event.
74
CASE client->get( )-event.
75
WHEN 'BACK'.
76
+ set_session_stateful( client = client stateful = abap_false ).
77
client->nav_app_leave( ).
78
WHEN 'INCREMENT'.
79
instance_counter = lcl_static_container=>increment( ).
0 commit comments