Skip to content

Commit c9ca4d7

Browse files
authored
update session sample (#376)
1 parent d0f73b0 commit c9ca4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/z2ui5_cl_demo_app_137.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ CLASS z2ui5_cl_demo_app_137 IMPLEMENTATION.
7373
METHOD on_event.
7474
CASE client->get( )-event.
7575
WHEN 'BACK'.
76+
set_session_stateful( client = client stateful = abap_false ).
7677
client->nav_app_leave( ).
7778
WHEN 'INCREMENT'.
7879
instance_counter = lcl_static_container=>increment( ).

0 commit comments

Comments
 (0)