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

BSP and HTMLB-Time selection...

Former Member
0 Likes
500

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.

2 REPLIES 2
Read only

Former Member
0 Likes
472

when you define the time field - have it so that it is type UZEIT (Domain). This should automatically involve a look up.

J

Read only

0 Likes
472

Hi,

Is this syntax correct?

<htmlb:inputField id = "fromTime"

type = "UZEIT" />

<htmlb:inputField id = "toTime"

type = "UZEIT" />

Thanks,

Sudha.