Forum Discussion
POSPOS
2 years agoPost Partisan
Error when Passing parameter for date field
Hi all, I am using SAP BW Bex query as source. I have a date variable in the bex query. I am tying to pass (current date-7) as start date and current data as end date. Variables in Bex...
lbendlin
2 years agoSuper User
what happens when you use
{ DatePar, DatePar1 }- lbendlin2 years agoSuper User
What date format is your BW expecting? ISO8601?
- lbendlin2 years agoSuper User
these are not the same formats. (and neither are good formats). Can you specify the date in ISO8601?
- lbendlin2 years agoSuper User
That's a datetime. You need to convert to datetime first and then to date.
But I am disappointed that SAP BW can't handle this natively.