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 - paste error

Former Member
0 Likes
368

I have an application that uses an editable ALV grid to enter materials. It starts off by default with 20 blank lines so the user can enter materials on the screen w/o having to "add a line" for each new entry they make. They also have the ability to paste a list of materials into the grid, and it accepts it fine. My problem comes when they try to paste a list of 21 or more materials; the application starts to act very funny.

What I want to know is a way to intercept what the user is pasting (if possible) and add enough lines to handle whatever they are pasting or any alternative solution. Thank you.

1 REPLY 1
Read only

Former Member
0 Likes
323

Hi,

I would suggest u to use scrollable table control instead of alv grid editable.