Dear Experts,
There is situation here where data is zeroed in backend but still I can still view the data in report.
For example :
We have implemented custom badi in order to calculate KPI.
One of the requirement is calculating avg of subscriber for the month using formula : ( Closing Sub of current month + Closing sub of last month) / 2
When we enter the data in closing of current month and last month, and execute the badi, we are getting average. But when I delete the data in input schedule , and executing the badi again, badi executs successfully, but still the previous avg I can see in the report.
When I checked the backend bw, the value of avg has been zeroed i.e. BADI has done its job.
I am bit surprised to see such behavior.
Any idea from where this value is coming in the report??
Regards