Link to home
Start Free TrialLog in
Avatar of go4java
go4java

asked on

ABAP: How to get Monday/Sunday date of a certain calendar week

I've a calendar week 200431 [yyyyww].
I need to get the Monday and Sunday date (e.g. yyyymmdd) of this week.
Any solution in ABAP?
Avatar of go4java
go4java

ASKER

found the solution:

function WEEK_GET_FIRST_DAY
then date = data + 6

ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial