We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aba15b commit f7dce27Copy full SHA for f7dce27
docs/advanced/technical/dx.md
@@ -119,13 +119,11 @@ CLASS zcl_app_alv IMPLEMENTATION.
119
)->table( client->_bind_local( gt_t100 ) ).
120
121
DATA(lo_col) = tab->columns( ).
122
- lo_col->column( )->text( text = `SPRSL` ).
123
lo_col->column( )->text( text = `ARBGB` ).
124
lo_col->column( )->text( text = `MSGNR` ).
125
lo_col->column( )->text( text = `TEXT` ).
126
127
DATA(lo_cell) = tab->items( )->column_list_item( ).
128
- lo_cell->text( `{SPRSL}` ).
129
lo_cell->text( `{ARBGB}` ).
130
lo_cell->text( `{MSGNR}` ).
131
lo_cell->text( `{TEXT}` ).
0 commit comments