Application Development and Automation 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: 
Read only

Error message without blocking Input fields

Former Member
0 Likes
2,098

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

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,284

Please search in SDN.

Read only

Former Member
0 Likes
1,284

HI,

Please look out for events for report . Here you can do it in

AT SELECTION-SCREEN " Event check f1 help

Regards,

Madhukar Shetty

Read only

Former Member
0 Likes
1,284

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

Read only

Former Member
0 Likes
1,284

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