Skip to Content
0
Former Member
Dec 26, 2007 at 08:48 PM

Data integrity problem with cl_salv_table

32 Views

I have a program that outputs an alv grid via cl_salv_table in full screen. It has a custom function that calls a popup screen that takes inputs and calls another popup that displays another alv in a container. If I make some selections and process those selections, whenever i come back to this last pop up, the data in the alv is always the first set of data, even if the output table contains different data. Also, it is holding the selections and the rows are already highlighted when it displays. I have tried destrying the container, the grid and make certain that the output table contains the fresh data prior to the call to factory( ). I cannot use set_data( ) because the logic is triggered by an event. Any ideas? I'm at my wits end.