Application Development 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: 

How to refresh a selection screen

Former Member
0 Kudos

hi,

can any one tell me how can i refresh a selection screen?

i mean that the first screen is not a gui screen it is a selection screen.

i.e screen com from

select * into itable from zemp_sh.

write: itable-emp_name, itable-emp_phone,....etc.

and the screen 100 is the screen results from record selected on the selection screen.

at line selection.

call screen 100.

Thanks in advance,

Diwakar.

2 REPLIES 2

former_member223537
Active Contributor
0 Kudos

Hi,

For clearing selection screen fields, simply write CLEAR & REFRESH statements.


CLEAR : p_matnr, p_date.
REFRESH : S_VBELN, S_DISPO.

Best regards,

Prashant

Former Member
0 Kudos

clear all the select options and parameter in selection screen one by one using CLEAR statement or setting each variable to SPACE.