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

refreshing table control data

Former Member
0 Likes
416

hi experts,

I am having a problem with table controls. The data of my table control should get refreshed when i press a button. and the modified data should be displayed. The modified data is getting populated but the old data is not getting erased. I tried using the 'REFRESH' statement but it is not working. Help me in this regard. Thanks.

anirvesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
390

Hi

You please make sure that your table is getting filled the old data in PBO again.

I believe you might be REFRESHing and getting the new values in PAI.

I hope you are aware that after PAI the control will again go through PBO.

So you need to distinguish getting data initially and getting new data after pressing the button.

Regards

Surya.

2 REPLIES 2
Read only

Former Member
0 Likes
391

Hi

You please make sure that your table is getting filled the old data in PBO again.

I believe you might be REFRESHing and getting the new values in PAI.

I hope you are aware that after PAI the control will again go through PBO.

So you need to distinguish getting data initially and getting new data after pressing the button.

Regards

Surya.

Read only

Former Member
0 Likes
390

thank surya,

for the quick reply. I was not refreshing the internal table. I did it. Awarded pint anyway. I got one more issue. I am not able to capture the value of the i/o field. The scenario is i have to populate the data into the table control based on the value in the i/o field. Plz help me.

Thanks.

anirvesh