2009 Apr 28 6:20 AM
Hi experts,
my requirement is; I have date and time select options, in that low time can take high value and high time can take low value. Is it possible to do this
ex:
date (low) 28-10-09 date(high) 29-10-09
time(low) 8(pm) time(high) 2(AM)
here low time is high and high time is low. In normal case standard error got raised. can anyone suggest a solution to allow this as correct.
Any AM PM consideration is there in SAP?
Rathish
use meaningful subject line for your future questions
Edited by: Vijay Babu Dudla on Apr 28, 2009 1:34 AM
2009 Apr 28 6:27 AM
Hi,
try to have separate variables for both low and high time.
I cant find any solution regarding your issue.
regards,
Leonard Chomi
Hi,
IN SAP ECC 6.0, there is an option to consider AM and PM time.
If you click on the F4 help on the time field, a small popup appears.
In this popup, there is a CLOCK icon. Click on this icon and you can set the values
of AM and PM through radio-button.
If you are not working on ECC 6.0, then you will need to write the logic for conversion to AM / PM format
in event 'AT SELECTION SCREEN OUTPUT"
Hope it helps,
RJ
2009 Apr 28 6:26 AM
2009 Apr 28 6:27 AM
Hi,
try to have separate variables for both low and high time.
I cant find any solution regarding your issue.
regards,
Leonard Chomi
2009 Apr 28 6:44 AM
This is possible if you can build your own custom select-options...
Regards
sas
2009 Apr 28 6:47 AM
Hi,
IN SAP ECC 6.0, there is an option to consider AM and PM time.
If you click on the F4 help on the time field, a small popup appears.
In this popup, there is a CLOCK icon. Click on this icon and you can set the values
of AM and PM through radio-button.
If you are not working on ECC 6.0, then you will need to write the logic for conversion to AM / PM format
in event 'AT SELECTION SCREEN OUTPUT"
Hope it helps,
RJ
2009 Apr 28 6:57 AM
Hi,
Use 24 hours format and try it.
SELECT-OPTIONS s_time FOR sy-uzeit.
Regards,
Naresh
2009 Apr 28 12:39 PM
Thanks for all the valuable suggestions. I Changed the SELECT-OPTIONS to PARAMETERS and solved the problem.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |