I need to implement an incremental load for sap tables via the sap table connector in azure data factory within a copy activity.
Currently, I am trying to set the watermark of the sap table (e.g. MAX(ERDAT)) through a lookup activity. Unfortunately, I cannot create a custom query, because the sap table connector is very limited and only supports basic filtering options (link).
Does someone know how to set a watermark via the sap table connector?
Thanks in advance!
https://learn.microsoft.com/en-us/azure/data-factory/load-sap-bw-data
This document providing the information regarding the watermark in SAP table connector. Check it out for the implementation.