Hi Saurabh C Sharma
Step 1) Try this FM "DATE_COMPUTE_DAY"
This will give you the day on importing the date.
The export value will be an indicator value from 1 to 7.
Step 2) Now either use Switch Case statement.
1 -- MONDAY
2 -- TUESDAY
.
.
7-- SUNDAY
or use another FM "WEEKDAY_GET" and select the appropriate week day in Text from there.
Hope this has solved your problem.
Thanks
Debdutta Satpathy