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

Alv Grid ctrl + y problem

Former Member
0 Likes
962

hi all, I have a problem with an editable alv grid, if I copy multiple lines with ctrl + y and paste them in the last line the program creates new rows...but i don't want the creation of new rows.

Any suggestion?

Many thanks,

Luca

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
687

So how do you see it? You want to fit couple rows in one empty line? It's not too logical, is it? Ensure you have enough number of rows below the line you are trying to paste your copied lines. So if you copy 3 lines, you will have to start pasting from 3rd line from the bottom at most (not below that one).

Regards

Marcin

Read only

Former Member
0 Likes
687

The user don't want new rows and i can't ensure that the user is positioned in the correct row.

I resolved with no_rowins = 'X' in the layout.

Thank you

Luca