File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ CLASS z2ui5_cl_app IMPLEMENTATION.
2121 RETURN.
2222 ENDIF.
2323
24-
2524 "callback after previous app
2625 IF client->check_on_navigated( ).
2726 DATA(lo_app_prev) = client->get_app_prev( ).
2827 "read attributes of previous app
2928 RETURN.
3029 ENDIF.
3130
32-
3331 "handle events
3432 CASE client->get( )-event.
3533 WHEN 'OK'.
@@ -39,12 +37,11 @@ CLASS z2ui5_cl_app IMPLEMENTATION.
3937 "event handling
4038 ENDCASE.
4139
42-
4340 "error handling
4441 CATCH cx_root INTO DATA(lx).
4542 client->message_box_display( lx ).
4643 ENDTRY.
4744 ENDMETHOD.
4845ENDCLASS.
4946````
50- Refer to the specific sections of this development guide for more details on the implementation process.
47+ Refer to the specific sections of this development guide for more details on the implementation process.
You can’t perform that action at this time.
0 commit comments