2018 Feb 07 5:38 AM
Dear Members,
Is there any shortcut key in ABAP Screen to copy the above row in the current row. As just like in oracle forms screens when the user press F4 key, the upper row is duplicated to the current row.
If no shortcut key available then how can we achieve this logic in screen with table control.
Dear Members,
Is there any shortcut key in ABAP Screen to copy the above row in the current row. As just like in oracle forms screens when the user press F4 key, the upper row is duplicated to the current row.
If no shortcut key available then how can we achieve this logic in screen with table control.
2018 Feb 07 7:46 AM
Add a button somewhere around your table control or in the toolbar. When it's pressed, get the line where the cursor is (GET CURSOR + control-top_line) and duplicate the corresponding line in the internal table linked to the table control.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |