‎2007 Oct 13 7:52 AM
Hai all,
While refreshing the table control, i am using
REFRESH CONTROL 'TC_ITEM' FROM SCREEN '300'.
But it is not refreshing the table control structure.
What may be the problem
‎2007 Oct 13 7:56 AM
hI,
Try this,
CALL METHOD TC_ITEM'->REFRESH_TABLE_DISPLAY.
ENDMETHOD.
Thanks,
Reward If Helpful.
‎2007 Oct 13 7:58 AM
Hi
Where you are using that refresh.
In PAI when you are leaving BACK from that screen then do it
It will work.
REFRESH CONTROL 'CTR1' FROM SCREEN '0101'.
Regards
Anji
‎2007 Oct 13 8:02 AM
HI SRIKANTH,
U SHOULD SPECIFY WHRE U R REFRESHING
U HAVE TO REFRESH THE TABLE CONTROL INITIALLY FROM WHERE U R CALLING THE CONTROL
SYNTAX IS CORRECT