I am trying to load data into the SAP system by invoking RFC enabled BDC from data services. Records are gettng duplicated in the target, since BDC is called multiple times during job exection. How to restrict the BDC execution only once for all records.
Hi Werner, Thanks for the response… For this scenario we referred this linkhttp://scn.sap.com/docs/DOC-30164. As per this doc, to avoid calling BDC for each record, we can restrict the function to execute only once by using WHERE clause of query transform. i have no idea how to restrict the function call using WHERE clause. Pls suggest. Thanks