cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for time object

Former Member
0 Kudos

Hi All ,

I am trying to implement the F4 help for Time field in the webdynpro screen .

I have activated the input help field on the contect node tab but still i am not able to get the help on the screen...

Please help...

Thnks

sahil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to declare the variable/attribute of type SYST-UZEIT, this will have the F4 hep automatically.

Or

For this internally try to use this FM F4_CLOCK.

Regards

Lekha

Former Member
0 Kudos

Hi Lekha ,

But this alson has not solved the problem .

I am just not able to get the time drop-down ...though for date it is working fine .

In context when i select the automatic in the drop-down

the window shows it selected as CLOCK but no helop comes on screen .

Thnks

Sahil

Former Member
0 Kudos

Hi,

SAP note-

There is no automatic F4 help for data element TIMS.

The date value help in Web Dynpro ABAP does not support all ABAP date formats, see also SAP note 1056623.

Please check out the SAP Note.

http://help.sap.com/saphelp_nw70/helpdata/EN/47/9ef8cc9b5e3c5ce10000000a421937/frameset.htm

We need to explicitly provde the F4 help for the Time.

I'm also working on it.

Regards

Lekha