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

How to Validate DATE at selection screen...?

Former Member
0 Likes
510

Hello all,

I want to give a validation of DATE on my selection-screen, from which i want to display the data greater than or equal to that date.

it should not show the data less than that DATE.

e.g. if i am giving the validation DATE like ----> 25.02.2013

       in such a case the report should only show/display the data greater than above DATE,

       it should not b display the data less than above DATE.

please help me with this..with coding part..

thnku

Moderator message:Basic question.Please do some more research

Message was edited by: Kesavadas Thekkillath

Hello all,

I want to give a validation of DATE on my selection-screen, from which i want to display the data greater than or equal to that date.

it should not show the data less than that DATE.

e.g. if i am giving the validation DATE like ----> 25.02.2013

       in such a case the report should only show/display the data greater than above DATE,

       it should not b display the data less than above DATE.

please help me with this..with coding part..

thnku

Moderator message:Basic question.Please do some more research

Message was edited by: Kesavadas Thekkillath

1 REPLY 1
Read only

Former Member
0 Likes
481

Hi Amit,

this is like a basic part. I suggest do more of search on SDN and sap library.

For now, do the validation part in At Selection Screen event.

Make use of Error messages of Type I and E ( as u like ). You can also default the date on selection screen for the user to have an idea that what date he should enter with the help of Selection Texts.

Do the coding in Start-of-Selection event.

Also, plz post the error / Issue with what u tried.

Thanks

Vivek