Skip to content

Commit efbabe7

Browse files
Viktor HoffmannViktor Hoffmann
Viktor Hoffmann
authored and
Viktor Hoffmann
committed
Update
1 parent 1db849e commit efbabe7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/z2ui5_cl_demo_app_200.clas.abap

+7-5
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,13 @@ CLASS z2ui5_cl_demo_app_200 IMPLEMENTATION.
217217

218218
ms_layout = app->ms_layout.
219219

220-
* subcolumns need rerendering to work ..
221-
* render_main( ).
222-
* for all other changes in Layout View Model Update is enough.
223-
client->view_model_update( ).
224-
220+
IF app->mv_rerender = abap_true.
221+
" subcolumns need rerendering to work ..
222+
render_main( ).
223+
ELSE.
224+
" for all other changes in Layout View Model Update is enough.
225+
client->view_model_update( ).
226+
ENDIF.
225227
CATCH cx_root.
226228
ENDTRY.
227229

0 commit comments

Comments
 (0)