cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for date field in ITS

Former Member
0 Kudos

hi all;

I was working on ESS Leave Request, i am using the standard program SAPMWS20000081H and the service template WS20000081.

Now in the EP view i am unable to get the F4 help for the date field 'Absence From' & 'Absence To'. i have checked the data element used it is 'DATS'.

How to get the F4 help in the view, please help me its of high priority.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, I can tell you what we have done. I can see that the original template displays the "Absence from" field this way :

<tr> <td>`SAP_TemplateEditableField("FromDay", fieldLabel=ABSENCEFROM030150.label, fieldLabelWidth="170", name="ABSENCEFROM030150", value=ABSENCEFROM030150, size="10", maxlength="10", marginTop=9, inspectionText=ABSENCEFROMDAY, align="",

required="", width="", onchange="update_checkn(this.SAP_value, this)" )` </td>

</tr>

We modified the template to display it like this :

<tr><td> `SAP_Field("ABSENCEFROM030150","ABSENCEFROM030150", DynproLabelWidth="170")` </td></tr>

We did the same for ABSENCETO040150. So you can play around with the template to generate the F4 button. ( Note that we also added the ~webgui parameter in the service file and set it to 1, this in order to generate the calendar ). Good luck !