Skip to content

Commit d4864a9

Browse files
authored
Update general.md
1 parent a84f100 commit d4864a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/development/general.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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.
4845
ENDCLASS.
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.

0 commit comments

Comments
 (0)