2009 Aug 21 3:36 AM
Dear All ,
Any Idea how we going to customize / standard function the search help for the date by refering to the closing period month and year.
Example this month closing period is 'July 2009', so when user click on the screen search help date button, the search help will pop up only 'July 2009' calender. Not like standard one with different years and months.
I only want 1 month calender.
Any idea ??
Thanks.
2009 Aug 21 3:55 AM
You may need to look into fm
CALL FUNCTION 'F4_DATE'
EXPORTING
date_for_first_month = sy-datum " <your date>
IMPORTING
select_date = l_select_date
select_week = l_select_week.
or use class CL_GUI_CALENDAR
a®s
Dear All ,
Any Idea how we going to customize / standard function the search help for the date by refering to the closing period month and year.
Example this month closing period is 'July 2009', so when user click on the screen search help date button, the search help will pop up only 'July 2009' calender. Not like standard one with different years and months.
I only want 1 month calender.
Any idea ??
Thanks.
2009 Aug 21 3:55 AM
You may need to look into fm
CALL FUNCTION 'F4_DATE'
EXPORTING
date_for_first_month = sy-datum " <your date>
IMPORTING
select_date = l_select_date
select_week = l_select_week.
or use class CL_GUI_CALENDAR
a®s
2009 Aug 21 4:15 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |