Application Development 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: 

PAI Error message

Former Member
0 Kudos

Hi

When I am trying to validate a screen field in a screen and try to give an error message, after the message, total screen becoming grey out. I need to enter a correct value after the error message.

Could you help please

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Cheers

Edited by: Alvaro Tejada Galindo on Sep 19, 2008 3:16 PM

1 ACCEPTED SOLUTION

valter_oliveira
Active Contributor
0 Kudos

In PAI of screen:


FIELD: <your_screen_field> MODULE check_input.

Module code:


MODULE check_input INPUT.
  CHECK <condition>.
*  ERROR MESSAGE
ENDMODULE.

Regards,

Valter Oliveira.

1 REPLY 1

valter_oliveira
Active Contributor
0 Kudos

In PAI of screen:


FIELD: <your_screen_field> MODULE check_input.

Module code:


MODULE check_input INPUT.
  CHECK <condition>.
*  ERROR MESSAGE
ENDMODULE.

Regards,

Valter Oliveira.