Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThese questions would need to be answered by your SAP provider. You need to see if you can find a manual on the options for the query language that SAP uses.
The _Recordnumber field is based upon the 'current' query you just executed, and the sequence of the records could change tomorrow.
Best case, you would have to determine if SAP has a timestamp for the records, and add that to your query.
Also, remember that you don't only want NEW records, you also want records that were MODIFIED during the previous time period.