‎2007 Sep 17 10:34 AM
Hello
Is there any FM which could tell that the given day is week day or no? I have a program which would run the job only during week days.
Thanks in advance
‎2007 Sep 17 10:42 AM
Hi Davinder,
Use this Function Module:
/OSP/GETDATE_WEEKDAY
In this You can set anyday as weekday by setting the import parameter IV_DAY_OF_WEEK
Example:
If
IV_DAY_OF_WEEK = 1 --> monday
Regards,
Ram
‎2007 Sep 17 10:42 AM
Hi Davinder,
Use this Function Module:
/OSP/GETDATE_WEEKDAY
In this You can set anyday as weekday by setting the import parameter IV_DAY_OF_WEEK
Example:
If
IV_DAY_OF_WEEK = 1 --> monday
Regards,
Ram
‎2007 Sep 17 10:44 AM
Check this also,
DATE_TO_DAY
/OSP/GETDATE_NEXT Get date of next occuring day of a month
/OSP/GETDATE_WEEKDAY Get date of next occuring week day
/OSP/GETDATE_YEAR Get date for year
‎2007 Sep 17 10:45 AM
Hi,
Check Below function modules
DATE_TO_DAY
DAY_IN_WEEK
DAY_ATTRIBUTES_GET
DAY_NAMES_GET
DATE_COMPUTE_DAY
DATE_GET_WEEK
‎2007 Sep 17 10:48 AM
Hi,
u can use dis Fm "GET_WEEK_INFO_BASED_ON_DATE" with some additional code
as u can get
importing parameter is date
and exporting parameter is
WEEK
MONDAY
SUNDAY
hope it helps
/sachinkumar.
‎2007 Sep 17 10:51 AM
Hi,
u can use dis Fm "GET_WEEK_INFO_BASED_ON_DATE" with some additional code
as
importing parameter is date
and exporting parameter is
WEEK
MONDAY
SUNDAY
hope it helps
/sachinkumar.
‎2007 Sep 17 10:52 AM
Hi,
u can use dis Fm "GET_WEEK_INFO_BASED_ON_DATE" with some additional code
as
importing parameter is date
and exporting parameter is
WEEK
MONDAY
SUNDAY
hope it helps
/sachinkumar.
‎2007 Sep 17 10:52 AM
hai Davinder ,
Use This Function Module.
Function module DATE_TO_DAY
Uppercase/Lowercase
Runtime: 100.580 Microseconds
Import parameters Value
DATE 01.01.2007
Export parameters Value
WEEKDAY Monday
Reward Points If Usefull.
Thanks & Regards.
Shiva.