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 the screen

Former Member
0 Likes
956

Hi all

I had a requirement where i have to refresh the screen .

Please help in this regard

Regards'

HItesh

4 REPLIES 4
Read only

Former Member
0 Likes
898

Hi,

u have refresh all the screen fields using

clear:filed1,field2,..."field1,field2,.. are the screen field names.

rgds,

bharat.

Read only

Former Member
0 Likes
898

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

Read only

Former Member
0 Likes
898

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

Read only

Former Member
0 Likes
898

tRY THIS

when 'REFRESH'.
   CALL TRANSACTION <TCODE>.