2007 Oct 15 2:28 PM
Hi All,
I have a requirment that:
I need to refresh my selection screen at every time i selected back button.
Following fields are maintained in selection screen.
PARAMETERS pc_chgno TYPE ZTB1 OBLIGATORY MEMORY ID zbc_change_number.
PARAMETERS PC_PHONE TYPE telf1 OBLIGATORY.
PARAMETERS PC_DIR TYPE LOCALFILE OBLIGATORY default 'C:\' .
SELECT-OPTIONS pc_uname FOR sy-uname OBLIGATORY NO INTERVALS .
SELECT-OPTIONS pt_korr FOR e070-trkorr NO INTERVALS .
The last field is diaplaying some data when i select "Select more single value" button of the field.
This have to be clear when come back the screen.
Thanks,
Subbu
2007 Oct 15 2:44 PM
Hi,
Clear all the selection screen fields in the AT SELECTION-SCREEN OUTPUT event. So that it will be triggered each time when your screen displayed again.
Reward if useful.
Thanks,
Muthu.
Hi,
Clear all the selection screen fields in the AT SELECTION-SCREEN OUTPUT event. So that it will be triggered each time when your screen displayed again.
Reward if useful.
Thanks,
Muthu.
2007 Oct 15 2:31 PM
Hi,
After the Select Statement,clear that fields.So that when u came back it wont display the values.
Regards,
Padmam.
2007 Oct 15 2:32 PM
Hi,
Check the sy-ucomm field of the BACK button and clear all the selection screen fields when sy-ucomm EQ BACK.
Regards
Rani.
2007 Oct 15 2:44 PM
Hi,
Clear all the selection screen fields in the AT SELECTION-SCREEN OUTPUT event. So that it will be triggered each time when your screen displayed again.
Reward if useful.
Thanks,
Muthu.
2007 Oct 16 11:29 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |