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

Matchcode for clock/time

Former Member
0 Likes
897

Hi all

I am writing a custom program and I have a time field in a table. I would like to add the SAP matchcode for time that show a clock that let the user choose hours minutes and seconds ... but I cannot find the name of that input help

can anybody help me please?

regards

Gabriele

4 REPLIES 4
Read only

Former Member
0 Likes
755

For the data type Time no need to provide any search help.

Search help will be provided automatically provided by the system based on the data type TIME.

Read only

0 Likes
755

Hi

I saw and this partially solves my problem .. but, on the field there is no symbol (on the right side) that tells there is a matchcode .. pressing F4 it appears. For this reason I was looking for an input help object to bind for the field.

How to fix this?

Read only

0 Likes
755

Hi,


PARAMETERS : p_time TYPE DEMOTIME.

If you want time symbol you should create a screen. create the label and double click on the label just assign the Icon name as ICON_TIME. the label should show as a watch icon.

Regards,

Dhina,,

Edited by: Dhina DMD on Jun 3, 2011 2:36 PM

Read only

Former Member
0 Likes
754

Hi,

work with domain

SHL3_HOUR

SHL3_MISE

SHL3_MISE

for your fields.

You can also work with the components:

SHL3_HOUR

SHL3_MINU

SHL3_SECO

Regards

Nicole