2007 Aug 07 1:02 PM
Hello Experts!!!
I have a field "date" on my screen which was created using Screen Painter. Its an I/O field having the format DATS. When I call this screen and press F4 on the date field, the calendar appears as a pop-up. My problem is the F4 icon doesn't appear at the end of this Date field. What needs to be done for the F4 icon to appear?Thanks in advance!!
Cheers!
Smitha
2007 Aug 07 1:11 PM
Hello Smitha,
Go to SE51
In the attributes of the field
<b>Possible entries as 2(From drop down list)</b>
Regards,
VAsanth
2007 Aug 07 1:06 PM
Hi,
Try using F4_DATE function module for this field.It displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.
Hope this helps.
Reward if helpful.
Regards,
Sipra
2007 Aug 07 1:07 PM
Hi,
create that date date field as like this.
data:date1(8) type c.
rgds,
bharat.
2007 Aug 07 1:10 PM
Hi Smitha,
While designing the field in the screen painter please refer to any of the data element in the filed properties.
Regs,
Venkat Ramanan
2007 Aug 07 1:11 PM
Hello Smitha,
Go to SE51
In the attributes of the field
<b>Possible entries as 2(From drop down list)</b>
Regards,
VAsanth
2011 Jun 07 10:50 AM
Hello Vasanth,
I have the same issue. I have a field type DATS in a table control in a screen layout and for that a calendar opens on pressing F4 but the F4 icon is not visible. I tried doing your way but not effective. May be i did some mistake. Can you please elaborate how to do it? Thanks in advance.
2023 Sep 06 9:42 PM
Yes, it works.
2007 Aug 07 1:12 PM
Hi,
While defining the field in the screen , please give reference a date field from any SAP table ie VBAK-BUDAT. Then system automatically give you the F4 functionality.
aRs
2007 Aug 07 1:24 PM
Hello All!!
Thanks for the replies. Now I am able to get an icon on the Date field! I used Vasanth's method.
Thanks and Regards,
Smitha