Hi,
If you are not wanting to create additional objects in the universe then you can create two variables at webi report level to get the dates.
Start Date=RelativeDate(RelativeDate(CurrentDate();-DayNumberOfMonth(CurrentDate()));1)
End Date=RelativeDate(CurrentDate();-1)
What is the issue to create these in the webi level?
Amit