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

F4 help for Time field

Former Member
0 Likes
1,808

Hi,

I am using a Time field in Table control, I would like to get F4 help for selecting time on this field.

Anybody can tell which FM will serve this ?

Thanks in Advance

Regards

Ranjith

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,231

Use F4_CLOCK.

Regards

Hi,

I am using a Time field in Table control, I would like to get F4 help for selecting time on this field.

Anybody can tell which FM will serve this ?

Thanks in Advance

Regards

Ranjith

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,232

Use F4_CLOCK.

Regards

Read only

Former Member
0 Likes
1,231

Hi,

check this FM,

'POPUP_GET_VALUES'

Regards

Adil

Read only

Former Member
0 Likes
1,231

hi,

TAKE THAT FIELD OF TYPE SY-UZEIT.

Read only

Former Member
0 Likes
1,231

There is no need of any FM. What ever column you want the Time F4 help , You make that field Reference to SYST-UZEIT or some time field.

They you will get the F4 help automatically.