‎2006 Nov 16 1:48 PM
Hi All,
I m using table control for updating value. I have put checks for values user enters in the field in the CHAIN .. END-CHAIN block.
I m changing the value of 3 fields but after checking the the first field and user enters wrong value then it gives messages and user has to enter new value but if he enters wrong value in two fields then the first corrected field changes to original one.
I mean I want to display the changed field in the table while changing the record and fields.
How to refresh the table control with updated values ?
Thanx in advance.
Umesh
‎2006 Nov 16 1:52 PM
Hi,
pass the Updated internal table to Table control in PBO.
to refresh the table control:
REFRESH CONTROL <NAME> FROM SCREEN <Screen_no>.
Regards
Sudheer
‎2006 Nov 16 1:58 PM
Hi,
I want to display changed values from different records i.e. PAI.
So in PAI where to refesh table with updated value.
Thankx
umesh
‎2006 Nov 16 1:54 PM
‎2006 Nov 16 2:09 PM