‎2008 Mar 17 8:19 AM
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
‎2008 Mar 17 8:30 AM
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.
‎2008 Mar 17 8:30 AM
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.
‎2008 Mar 17 8:32 AM
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.
‎2008 Mar 17 8:38 AM
Hi ,
Just declare that parameter type SY-UZEIT .F4 will automatically come like Date f4 help.
Thanks,
Venkat.O
‎2008 Mar 17 8:44 AM
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