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 Function Module for Time

Former Member
0 Likes
1,290

Hi

I am using Module Pool and have a Time Field on Screen

I want to give a F4 Help for Entering Time

Please tell me the Function module that needs to be called for Time with the required parameters.

Regards

Akshay Chonkar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
959

I don't think there is any specific function module exists for time.

Better u declare the variable of type SY-UZEIT.

Check the below link for all the available function modules in ABAP.

http://www.erpgenie.com/abap/functions.htm

4 REPLIES 4
Read only

Former Member
0 Likes
960

I don't think there is any specific function module exists for time.

Better u declare the variable of type SY-UZEIT.

Check the below link for all the available function modules in ABAP.

http://www.erpgenie.com/abap/functions.htm

Read only

Former Member
0 Likes
959

Hi

I dont know if there is a specific function to give a f4 help in a time field. You can use if you dont find it this function F4IF_INT_TABLE_VALUE_REQUEST, show values of internal table.

Also you can separate seconds minutes and hours in three fields and I think this will be easier.

Read only

Former Member
0 Likes
959

Hi ,

Just declare that parameter type SY-UZEIT .F4 will automatically come like Date f4 help.

Thanks,

Venkat.O

Read only

Former Member
0 Likes
959

Hi,

Declare the parameter as sy-uzeit.

there is no separate FMs for time. U will automatically get F4 help.

Reward if helpful.

Regards,

Ramya