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
7,481

hi gurus,

i am creating a master packing list program with checkbox.

i am selected items by using checkbox and display in table control.After back i have to selected some other items

including previous selected item then goto next screen to display selected items in table control. that time first time selected items has display. In internal table show all selected item but display in table control only first time selected items.

can u suggest me.what to do for this problem.

best regards.

Pravin.

1 ACCEPTED SOLUTION
Read only

Former Member
3,142

Hi,

TRY THIS CODE

refresh control 'TABCON' from screen '9001'.

Regards,

V.Balaji

Reward if Usefull...

2 REPLIES 2
Read only

Former Member
3,143

Hi,

TRY THIS CODE

refresh control 'TABCON' from screen '9001'.

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
0 Likes
3,142

Hi,

you will be using a internal table to populate the data in to the table contol. when u go back (ie in PAI user command ) at that point it self u can clear or refresh that internal table... this will clear the data...

Revert in case if u need any clarification

Regards

Maneesh Chandran