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

Input Date Validation in Module Pool screen is not working properly.

0 Likes
848

Hello Experts,

I am working on Custom Module Pool Screen Report.

I have a screen having validity date (from & to date) at header level for input. As I have to put the validation on date.
One validation is that it should not be blank as it is a mandatory field in screen, which is working fine.

Another validation I need to add is that it should not be less than system date that I want to restrict it for back-date entries, for this I am checking that the input date less than system date and displaying error message. But when I put the system date in input field then also it checks for validation and displays error message, which should not be happen.

Please suggest any suitable solution for this.

Thanking in advance.

Regards,

Rupali Patil.

2 REPLIES 2
Read only

ArthurParisius
Contributor
670

It would help if you also shared your code.

Read only

RaymondGiuseppi
Active Contributor
670

Could you post your PAI code (with the CHAIN, FIELDS and MODULE statements)