2013 Jan 05 5:34 PM
Hello,
I add input/output fields to the screen. Some fields are defined as 'DATS', and some are 'TIMS'. To validate the input, I don't wanna user to input data to these fields manually. I wanna enable them to choose date from the calendar and sort of clock to avoid invalid input. How can I achieve this using screen painter?
Thanx.
2013 Jan 06 12:15 AM
SAP Screen validates input irrespective of manual or system input.
Why involve extra effort?
Hello,
I add input/output fields to the screen. Some fields are defined as 'DATS', and some are 'TIMS'. To validate the input, I don't wanna user to input data to these fields manually. I wanna enable them to choose date from the calendar and sort of clock to avoid invalid input. How can I achieve this using screen painter?
Thanx.
2013 Jan 05 5:41 PM
Below is the link which was clearly mentioned in that thread about that one. Hope it solves you the problem.
http://scn.sap.com/thread/1563006
And you may reply back if you benefit from that link.
2013 Jan 05 7:11 PM
Hi t s,
double click on your date field in screen painter. a pop up will open...put mara-ersda in NAME field in pop up screen. in the same pop up(Dict tab) check from dict. check box. go to 'program' tab and put '1 show at selection' in poss. entries key.. save and activate..execute and you will get your desired output in date field. OR you can define in global declaration area like
Data: date type ersda.
Data: time type uzeit.
your problem will be solved....
Regards
Sabyasachi
2013 Jan 05 7:28 PM
2013 Jan 06 12:15 AM
SAP Screen validates input irrespective of manual or system input.
Why involve extra effort?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |