I have an update rule to an ODS. In the ODS I have added some data fields, which are not part of the communication structure of the InfoSource which is the DataSource for the Update Rule. I have placed a routine behind these fields in the Update Rules which works and gets the values from a P table. The InfoPackage that is loading to the ODS is a delta load. In order for me to include the values for the new fields is the process as follows
1) Activate Update Rules
2) Create an InfoPackage to carry out a Full Repair Load (just once, does not need to be scheduled since in future the Update rule will handle?)
3) Let the Delta Load Package which is part of a Process Chain thereafter continue its load process as normal
Thanks