Hi All,
There is a field say XYZ in VBAK table. In that, user will store sales person name while creating Sales order and value of which can be changed on request from customer.
Our BW report is on billing cube ( table VBRK and VBRP). So we are currently looking up on Sales order header cube(VBAK,VBAP) to get data for field XYZ in Billing cube based on document number.
But issue is , whenever there is a change in the value of field XYZ in ECC, we have to perform Full load of Billing cube in order to update the field XYZ in report. This is because, delta won't capture the change as billing document remains the same and only change occur in sales order.
we have another approach where we will create BOBJ report on sales order and merge it with BOBJ report created on billing report.
But this will cause performance issue because sales report will run for entire data even if we pass specific date range in Billing query.
Please let me know how can we solve this issue ?
Appreciate your response on this.