File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ CLASS z2ui5_cl_test_test IMPLEMENTATION.
9797 DATA(tab) = z2ui5_cl_xml_view=>factory(
9898 )->table( client->_bind_local( gt_t100 ) ).
9999
100- DATA(lo_columns ) = tab->columns( ).
101- lo_columns ->column( )->text( text = `SPRSL` ).
102- lo_columns ->column( )->text( text = `ARBGB` ).
103- lo_columns ->column( )->text( text = `MSGNR` ).
104- lo_columns ->column( )->text( text = `TEXT` ).
105-
106- DATA(lo_cells ) = tab->items( )->column_list_item( ).
107- lo_cells ->text( `{SPRSL}` ).
108- lo_cells ->text( `{ARBGB}` ).
109- lo_cells ->text( `{MSGNR}` ).
110- lo_cells ->text( `{TEXT}` ).
100+ DATA(lo_col ) = tab->columns( ).
101+ lo_col ->column( )->text( text = `SPRSL` ).
102+ lo_col ->column( )->text( text = `ARBGB` ).
103+ lo_col ->column( )->text( text = `MSGNR` ).
104+ lo_col ->column( )->text( text = `TEXT` ).
105+
106+ DATA(lo_cell ) = tab->items( )->column_list_item( ).
107+ lo_cell ->text( `{SPRSL}` ).
108+ lo_cell ->text( `{ARBGB}` ).
109+ lo_cell ->text( `{MSGNR}` ).
110+ lo_cell ->text( `{TEXT}` ).
111111
112112 client->view_display( tab ).
113113
You can’t perform that action at this time.
0 commit comments