The company's analysts want to combine transactional data with historical or current master data. Master data should not be inconsistent when looking at different data sets and it must be available at all times. Therefore, you need to regularly load master data to the centrally defined InfoObjects of SAP BW bridge. Thereafter, load transactional data to SAP BW bridge with the implemented consistency checks.
Suppose you have already created the DataSource, InfoObject and transformation. To load data, you need an additional BW bridge object: The data transfer process (DTP). This allows you to add filter criteria and some error tracking properties. For each combination of source, target, and restriction, you create a separate DTP.
In this unit, you will learn how to correctly load master data into the SAP BW bridge. A new record overwrites an existing one with the same key value. You need to avoid that the most recent change is overwritten by an older one. It is therefore important to keep the order of changes.
For SAP BW bridge as a target, Operational Data Provisioning is the central infrastructure for data extraction and data replication from SAP (ABAP) applications. It encompasses the Operational Delta Queue (ODQ) which ensures that the target applications (called subscribers) retrieve the data from the delta queue In the correct order and continue processing the data.
However, SAP BW bridge could split large sets of records into different subsets called packages. In this case, you must make sure that these packages are not loaded in parallel for the same target. This is a setting on the DTP.
However, if the different packages contain separate key values, you can load in parallel. To achieve this, you can either define different DTPs with different filters or use the group by extraction setting. With this setting, all values of the same semantic key are handled in the same package