‎2008 Jul 08 10:49 AM
Hi All,
I have an issue regarding calender popup.
When i trigger F4 on the field to get popup calender,
the calender appearing and getting dissolve with out user interaction.
If any solution for this please let me know.
Thanks.
‎2008 Jul 08 10:51 AM
Hi,
Use the FM 'F4_DATE' it gives u a pop-up for calendar.
Hope it helps.
Anju
‎2008 Jul 08 10:52 AM
hi
use this FM
F4_DATE : Displays a popup dialog to choose date
POPUP_TO_SELECT_MONTH : Display a pop-up to select a month
Cheers
Snehi
‎2008 Jul 08 10:53 AM
Hi
F4_DATE
displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.
Regards
Pavan
‎2008 Jul 08 10:54 AM
Hi,
Take the File type SY-DATUM.
You will have the User interaction option.
Regards,
Sujit
‎2008 Jul 08 11:04 AM
hi pratima ,
if you give parameter name in event like
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_date .
here it will not give you F4 help.
you need to give f4_date or you can give
p_date like sy-datum.
regards,
sandeep