Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Duplicate Record Shortcut Key

waqarafzal
Explorer
0 Likes
1,466

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.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,212

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.