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 4986bdc commit fc9c739Copy full SHA for fc9c739
docs/advanced/technical/dx.md
@@ -118,7 +118,7 @@ CLASS zcl_app_alv IMPLEMENTATION.
118
lo_col->column( )->text( text = `SPRSL` ).
119
lo_col->column( )->text( text = `ARBGB` ).
120
lo_col->column( )->text( text = `MSGNR` ).
121
- lo_col->column( )->text( text = `TEXT` ).
+ lo_col->column( )->text( text = `TEXT` ).
122
123
DATA(lo_cell) = tab->items( )->column_list_item( ).
124
lo_cell->text( `{SPRSL}` ).
0 commit comments