2008 Jan 17 2:54 PM
hi,
How to provide calendar as f4 for a particular date field.
and it should show factory calendar, like it should gray out the holidays.
2008 Jan 17 2:56 PM
2008 Jan 17 2:57 PM
parameter: pa_date type sy-datum.
this will automatically provide a calendar at F4. But to show the factory calendar, that depends on.. how your system is configured...
2008 Jan 17 3:01 PM
Hi,
Once u declare the selection screen as parameter for date.
Parameters : date like sy-datum.
And press F4 on the selection screen for this field, it automatically display the calender for you.
Thanks,
Sriram Ponna.
2008 Jan 17 3:21 PM
DATA: GV_DATA LIKE SY-DATUM.
That is enough mate ...Do not use any FM..
Regards,
RAGHAV
2008 Jan 17 3:33 PM
hi
good
sy-datum will give you calendar for a particular field.
thanks
mrutyun^