‎2015 Apr 15 12:09 AM
Hi all,
I have a table control in a module pool, it displays a list and we can process some records, after that
I call initial screen and execute the transaction once again and it is expected to have same list shown before
minus the records processed.
But the issue is that we get the list that shows 3 records with editable cells and then inactive records, and we want to see
something like previous image, where after information we have inactive rows.
If I exit from the transaction and execute again there is no problem. I want to reset the table control to initial state.
I tried using REFRESH CONTROL tab_con FROM SCREEN nnnn and it didn't work. What else could I do?
Any ideas?
Thanks in advance for your help!,
Regards.
‎2015 Apr 15 2:24 AM
Hi Karina,
how are you deleting the records from yout internal table?
It seems you have 3 empty lines in the end of your itab after the refresh.
Regards,
Frisoni
‎2015 Apr 15 2:24 AM
Hi Karina,
how are you deleting the records from yout internal table?
It seems you have 3 empty lines in the end of your itab after the refresh.
Regards,
Frisoni