‎2007 Mar 28 7:30 PM
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.
‎2007 Mar 30 11:15 AM
Hi,
I would suggest u to use scrollable table control instead of alv grid editable.