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

Former Member
0 Likes
533

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

3 REPLIES 3
Read only

Former Member
0 Likes
507

hI,

Try this,

CALL METHOD TC_ITEM'->REFRESH_TABLE_DISPLAY.

ENDMETHOD.

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
507

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

Read only

Former Member
0 Likes
507

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