Currently our Quality notifications in BW are updated via delta mechanism. Unfortunately changes to coordinator and/or task holder are not picked up by this delta. Therefore we decided to run a full update every day (it is only a small amount of data).
Now all (re-)assignments to the coordinator and/or task holders are correct. However, new notifications are not picked up by the full update.
My understanding of a full update has been that it does the same 'trick' as a delta update, but the difference is that a full update provides the latest data to all fields, where a delta only register changes to certain fields.
Our delta mechanism did pick up all new created records, but the full update does not. When I load my new records into the setup tables (OLIQBW) I do get all my records in the BW system with the full update.
How can I make sure that all new records become part of this full update automatically? Of course I do not want to run OLIQBW myself on daily basis.
Should I schedule a job to run OLIQBW or something?
I'm quite new to BW, so please could someone please explain in detail what I need to do in order to have the full update pick up new records automatically.
thanks in advance!