Hello All,
I have configured the DRF setting to replicate Product merchandise data from SAP ERP to POS. The outbound implementation is 0100 and the Business object used is DRF_0060. It works perfectly fine in "Manual" mode but not in "Change" mode. I can confirm that change pointers are being created for my changes, in table MDGV_CP_BO_SYS but has the source as "ALE". I have debugged the entire process and have found that if the Filter time value makes a big difference-

I have tried with filter time = 2(Filter After change analysis) and nothing is filtered in this process even though the change pointers are read from the database correctly.
With filter time = 1(Filter Before change analysis) it fetches a lot of data and still doesn't filter the data according to the data from the change pointer.
The expectation here is that DRFOUT should work in "Change" mode and should read the change pointers and send only the relevant article to POS. Currently, no article is even getting filtered, hence nothing is being transferred(no XML is getting generated).
I might be missing any configuration I am not aware of.
Any input will be highly appreciated.