‎2007 Jan 20 9:56 AM
Hi experts,
i have a selection screen for my report program.I have warning message when wrong input is put.
But after the warning message, i cannot enter again the input fields.i have to run the program again.Why does this happen ? Please guide me to get the control back on screen with active input fields.
Thank you.
‎2007 Jan 20 10:12 AM
Hi,
Take a look at the programs
DEMO_AT_SELECTION_SCREEN
Cheers
VJ
‎2007 Jan 20 10:04 AM
use the event
at selection-screen [ on field f1 | on block b1] or on radiobutton group like that means specify which field or block you have to validate.
regards
shiba dutta
‎2007 Jan 20 10:13 AM
hi Shiba,
i have three block on the screen and there is possibility of any entry or all the entries going wrong.
I cannot even declare at selection screen multiple times for different block as it overridesthe previous declaration.
‎2007 Jan 20 10:12 AM
Hi,
Take a look at the programs
DEMO_AT_SELECTION_SCREEN
Cheers
VJ
‎2007 Jan 20 10:22 AM