We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77d2e4 commit 568a8feCopy full SHA for 568a8fe
src/z2ui5_cl_demo_app_011.clas.abap
@@ -50,7 +50,7 @@ CLASS Z2UI5_CL_DEMO_APP_011 IMPLEMENTATION.
50
)->get_parent( ).
51
52
DATA(tab) = page->table(
53
- items = client->_bind_edit( val = t_tab compress = abap_false )
+ items = client->_bind_edit( t_tab )
54
mode = 'MultiSelect'
55
)->header_toolbar(
56
)->overflow_toolbar(
0 commit comments