Application Development 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: 

Matchcode for clock/time

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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?

0 Kudos

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

Former Member
0 Kudos

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