I have a requirement that when a user changes a value in a column of the ALV that I then lookup a table to find a value that can be populated in another column in in my alv. So for example if the user choose a material I need to default the price in. But in the handle_data_change method I don't actually have visibility of my internal table. What i have is an empty table, I enter the material number but it is not recognised as a value in my internal table, so I can tehn add the price to the table. Any ideas?