Skip to content

Commit a3c743c

Browse files
authored
fix 343
1 parent dc56b02 commit a3c743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_343.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ CLASS z2ui5_cl_demo_app_343 IMPLEMENTATION.
134134
METHOD xml_table.
135135

136136
DATA(table) = i_page->table( width = 'auto'
137-
items = i_client->_bind( val = i_data->* ) ).
137+
items = i_client->_bind( val = i_data ) ).
138138

139139
DATA(columns) = table->columns( ).
140140

0 commit comments

Comments
 (0)