Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh Table Control

Former Member
0 Likes
592

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.

1 ACCEPTED SOLUTION
Read only

KK07
Contributor
0 Likes
543

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,

3 REPLIES 3
Read only

KK07
Contributor
0 Likes
544

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,

Read only

Former Member
0 Likes
543

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

Read only

Former Member
0 Likes
543

make a refresh push button for that.

in refresh u clear the table.