2007 Dec 23 11:25 AM
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.
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.
2007 Dec 24 4:29 AM
Hi,
For clearing selection screen fields, simply write CLEAR & REFRESH statements.
CLEAR : p_matnr, p_date.
REFRESH : S_VBELN, S_DISPO.
Best regards,
Prashant
2007 Dec 24 6:41 AM
clear all the select options and parameter in selection screen one by one using CLEAR statement or setting each variable to SPACE.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |