‎2008 Mar 29 6:36 AM
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.
‎2008 Mar 29 6:58 AM
Hi,
TRY THIS CODE
refresh control 'TABCON' from screen '9001'.Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 29 6:58 AM
Hi,
TRY THIS CODE
refresh control 'TABCON' from screen '9001'.Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 29 7:04 AM
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