Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module

Former Member
0 Likes
470

Dear friends,

do you know a Function Module whereby I can

get the Weekday when I state any date ?

Regards

sas

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
446

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

5 REPLIES 5
Read only

nikhil_chitre
Active Participant
0 Likes
446

Hi,

Try this one....

ISP_GET_WEEKDAY_NAM

Regards,

Nikhil

Read only

Former Member
0 Likes
446

Use FM DATE_TO_DAY

Regards,

Atish

Read only

amit_khare
Active Contributor
0 Likes
447

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

Read only

Former Member
0 Likes
446

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!!

Read only

Former Member
0 Likes
446

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.