Skip to content

Commit 22aeb36

Browse files
authored
Update general.md
1 parent 1f2372d commit 22aeb36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/development/general.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ CLASS z2ui5_cl_app IMPLEMENTATION.
2525
IF client->check_on_navigated( ).
2626
DATA(lo_app_prev) = client->get_app_prev( ).
2727
"read attributes of previous app
28+
"do something
2829
RETURN.
2930
ENDIF.
3031
3132
"handle events after frontend
3233
CASE client->get( )-event.
3334
WHEN 'OK'.
34-
data(lt_arg) = client->get_event_arg( ).
35+
DATA(lt_arg) = client->get_event_arg( ).
3536
"event handling
3637
WHEN 'CANCEL'.
37-
"event handling
38+
"...
3839
ENDCASE.
3940
4041
"error handling

0 commit comments

Comments
 (0)