‎2008 Apr 29 12:35 PM
Hi all
I had a requirement where i have to refresh the screen .
Please help in this regard
Regards'
HItesh
‎2008 Apr 29 12:38 PM
Hi,
u have refresh all the screen fields using
clear:filed1,field2,..."field1,field2,.. are the screen field names.
rgds,
bharat.
‎2008 Apr 29 12:38 PM
In the screen painter go to the element list and do a CLEAR for all variables listed. That will refresh any data on that screen. Based on what action should trigger that refresh you can do it either in the PAI or PBO of the screen logic.
Michael
‎2008 Apr 29 12:44 PM
Hi,
If you want to clear the header alone use CLEAR fieldname or if you want to clear the line items also use REFRESH fieldname
‎2008 Apr 29 12:46 PM