Hi all,
I have noticed that if there has not been any inventory movements from a specific date, say August 19 , the bex queries built on 0ic_c03 cube, show the stock until that specific date whereas what I want to show is that from August 10 onward, the stock quanity is the same .
Example :
Let's say that last movement available in 2lis_03_bf is August 19 and today is Aug 21.
Current Bex query result:
Calendar Day | Quantity |
19-Aug | 1 |
18-Aug | 2 |
17-Aug | 4 |
.. |
What I want is
Calendar Day | Quantity |
21-Aug | 1 |
20-Aug | 1 |
19-Aug | 1 |
18-Aug | 2 |
17-Aug | 4 |
.. | |
.. | |
.. | |
.. |
If there is even a movement for a single material from Aug 19 onwards, the query shows records for all those days till now with the quanity being unchanged but imagine a company not having any inventory movements during a holdiday. In such cases when they run the stock query, they would like to have a record for all those days too.
Is there a way we can achieve this?
Thanks