Hi,
In Production, there are two BW Systems: XP1 and XP2.
There are 2LIS extractors that load information to one BW Systems (XP1). This extractor executes the Delta Queue everyday to XP1.
We are implementing these extractors with Z-fields appended to another BW System (XP2).
When we migrate to ECC Production the 2LIS extractor with the Z-fields appended, we can't delete the Delta Queue (transaction LBWQ and RSA7) because we can't loose the current data that is about to be uploaded to XP1.
The questions are:
What are the steps we need to follow to load the historical data into XP2 without deleting the Delta Queue to XP1 ?
We think the steps are:
a. Delete the Set up Table with the transaction LBWG.
b. Load the Set up table with the OLI * for all historical data.
c. Run the infopackage in XP2 as Delta Init.
d. After these steps, how can we can use the existing Delta Queue (RSA7), so after we loaded the historical information, the Delta Queue keeps running to XP2 and XP1?