‎2007 Oct 23 7:05 PM
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.
‎2007 Oct 23 7:15 PM
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.
‎2007 Oct 23 7:15 PM
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.
‎2007 Oct 23 7:42 PM
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