‎2008 Sep 30 10:47 AM
Hi Gurus,
According to Radio Button Selection I have to show the values
in table control.Once im moving from one radio button to another radio button it is showing the values for present radio button and previous radio button. How to Refresh table control.
I dont want to use I_tab'[] refresh(not working properly).
Pls gv me the solution asap.
regards,
kirru.
‎2008 Sep 30 10:51 AM
hi,
in ur code for the second radio button,
if u are using the same internal table then use the statements,CLEAR itab,REFRESH itab.
it will work fine.
thanks,
‎2008 Sep 30 10:51 AM
hi,
in ur code for the second radio button,
if u are using the same internal table then use the statements,CLEAR itab,REFRESH itab.
it will work fine.
thanks,
‎2008 Sep 30 11:20 AM
Hi Thanks for ur quick response,
But I dont want to refresh internal table.Y bcoz I need to show the values according to radio button.If i use Refresh ITab
total values will be gooff.I dont want like that.
Wt is the use of Refresh Control?
Where i can use it?'
Thanks in Advacnce,
kiran.ch
‎2008 Sep 30 1:38 PM
make a refresh push button for that.
in refresh u clear the table.