‎2008 Jul 22 5:30 PM
Hi,
I am creating a BSP application using HTMLB.
I have a requirement where in the user can select the best time to be contacted.
I have a start time field and an end time field.
Is there an SAP provided field for selecting the time or do I need to create a dropdown and hard code the values?
Could some one please tell me how to implement this time field?
Thanks in advance,
Sudha.
‎2008 Jul 23 2:50 PM
when you define the time field - have it so that it is type UZEIT (Domain). This should automatically involve a look up.
J
‎2008 Jul 23 6:54 PM
Hi,
Is this syntax correct?
<htmlb:inputField id = "fromTime"
type = "UZEIT" />
<htmlb:inputField id = "toTime"
type = "UZEIT" />
Thanks,
Sudha.