Hai.
In my report i have date fields as inputfields, i am using 8 char type to print date.
data: t_date(8) type c.
user have to enter date in this format MM/DD/YY. But its a character field user can enter any type. I am validating this field using READ LINE option but to validate one date field. I am giving more than 20 conditions.
Is there any possibility validating input field in screen it self or what is the best way to display date field as input field and date format should be in above format. And I will have more than 100 date input fields depends on user selection in selection screen..
Could somebody tell best way to do this..
Thanks
Sunil