Skip to content

Commit 66a55b8

Browse files
authored
Update dx.md
1 parent e74203d commit 66a55b8

File tree

1 file changed

+11
-11
lines changed
  • docs/advanced/technical

1 file changed

+11
-11
lines changed

docs/advanced/technical/dx.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)