‎2010 Oct 26 11:16 AM
Hi,
I want to display an error message in the selection screen. The error is for input date validation. But the once error displays in the status bar, it blocks the input fields in the selection screen. I want to display the error message without blocking any of the input parameter in the selection screen. Where should i write the code?
Thanks in advance.
Ezhil
‎2010 Oct 26 11:19 AM
‎2010 Oct 26 11:20 AM
HI,
Please look out for events for report . Here you can do it in
AT SELECTION-SCREEN " Event check f1 help
Regards,
Madhukar Shetty
‎2010 Oct 26 11:23 AM
Hi Ezhilhrh
I think you could have done a trial with different message types before posting this question.
Please try with success message(Type - S) and DISPLAY LIKE 'E'.
And also control the program flow using a flag or by checking the initiality of your internal table.
Regards
Hareesh Menon
‎2010 Oct 26 12:01 PM
Hi
you can write as below;
if validation failed.
message 'VAlidation failed' type 'S' display like 'E'.
leave to list-processing.
Endif.
I hope this will work.
thanks
Lalit