Skip to content

Commit f7dce27

Browse files
authored
Update dx.md
1 parent 5aba15b commit f7dce27

File tree

1 file changed

+0
-2
lines changed
  • docs/advanced/technical

1 file changed

+0
-2
lines changed

docs/advanced/technical/dx.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,11 @@ CLASS zcl_app_alv IMPLEMENTATION.
119119
)->table( client->_bind_local( gt_t100 ) ).
120120
121121
DATA(lo_col) = tab->columns( ).
122-
lo_col->column( )->text( text = `SPRSL` ).
123122
lo_col->column( )->text( text = `ARBGB` ).
124123
lo_col->column( )->text( text = `MSGNR` ).
125124
lo_col->column( )->text( text = `TEXT` ).
126125
127126
DATA(lo_cell) = tab->items( )->column_list_item( ).
128-
lo_cell->text( `{SPRSL}` ).
129127
lo_cell->text( `{ARBGB}` ).
130128
lo_cell->text( `{MSGNR}` ).
131129
lo_cell->text( `{TEXT}` ).

0 commit comments

Comments
 (0)