Skip to content

Commit b6c19cd

Browse files
authored
Update popups.md
1 parent 9a4873b commit b6c19cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/development/popups.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ A common flow for using popups typically involves displaying a normal view, then
2727
```abap
2828
METHOD Z2UI5_if_app~main.
2929
30-
me->client = client.
31-
3230
IF client->check_on_init( ).
3331
3432
DATA(lo_view) = z2ui5_cl_xml_view=>factory(
@@ -122,4 +120,4 @@ Several pre-built popup classes are available for specific scenarios:
122120
* z2ui5_cl_pop_textedit
123121
* z2ui5_cl_pop_to_confirm
124122
* z2ui5_cl_pop_to_inform
125-
* z2ui5_cl_pop_to_select
123+
* z2ui5_cl_pop_to_select

0 commit comments

Comments
 (0)