0prodorder_attr is not delta capable. (It should be, but it isn’t.)
After researching on how to make it “pseudo” delta capable, we have two InfoPackages defined.
1. InfoPackage #1: Pulls everything created in the past 2 days which is based on: ERDAT
2. InfoPackage #2: Pulls everything changed in the past 2days which is based on: AEDAT
There are 3 fields provided by SAP that tell us the status of theProduction Order: BWSTSYS0, BWSTSYS1, BWSTSYS2. I have a case where the Production Orders Created Date is 2/4/2013 and the Changed date is 3/25/2013. If I look at the PSA that we received on 3/25/2013 and 3/26/205, the BWSTS0 = 2, BWSTSYS1 = 0, and BWSTSYS2 = 0.
Now, on 3/29/2013, the status of this production order changed to Confirmed, which should take BWSTSYS2 to 2. However, the Production Order change date still says 3/25/2013, so a change record based on current criteria was NOT sent to BW.
So, it appears that if just the Production Order Status field changes ( BWSTSYS0, BWSTSYS1, BWSTSYS2), the Production Order Changed Date (AEDAT) is NOT updated, so the pseudo delta recommended above will not pull these production orders. Is there a way to reliably extract deltas of this information into BW?