‎2008 May 22 12:04 AM
Dear friends,
do you know a Function Module whereby I can
get the Weekday when I state any date ?
Regards
sas
‎2008 May 22 12:17 AM
Use this FM to get the Day of the Week - HR_NL_SV_DAY_OF_THE_WEEK_1
Pass the output to this FM to get the Name of the Day -
BKK_GET_DAY_OF_WEEK
‎2008 May 22 12:12 AM
‎2008 May 22 12:13 AM
‎2008 May 22 12:17 AM
Use this FM to get the Day of the Week - HR_NL_SV_DAY_OF_THE_WEEK_1
Pass the output to this FM to get the Name of the Day -
BKK_GET_DAY_OF_WEEK
‎2008 May 22 12:17 AM
This FM is very simple:
ISM_DAY_NAME_OF_DATE_GET
just enter the date and you get the name.
Search in SM37 for datename*, there are a few others FM
Good Luck!!
‎2008 May 22 12:17 AM
FM- DATE_COMPUTE_DAY or
FM- DAY_IN_WEEK to get the numeric value of the day of the week.
FM-WEEKDAY_GET to retrieve the language specific name of the week and an abbreviation of the name.