‎2010 Mar 05 6:06 PM
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
‎2010 Mar 06 2:45 PM
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
‎2010 Mar 06 4:18 PM
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