Hello Ro L,
Welcome to the MS Q&A platform.
SAP table as a source in the copy activity:
You can write your query on the rfcTableOptions field to filter the rows on the SAP table.
Regarding your other question,
<copied from documentation page>
Currently, SAP Table connector only supports one single table with the default function module. To get the joined data of multiple tables, you can leverage the customRfcReadTableFunctionModule property in the SAP Table connector following steps below:
- Write a custom function module, which can take a query as OPTIONS and apply your own logic to retrieve the data.
- For the "Custom function module", enter the name of your custom function module.
- For the "RFC table options", specify the table join statement to feed into your function module as OPTIONS, such as "
<TABLE1>
INNER JOIN<TABLE2>
ON COLUMN0".
Please see this documentation.
I hope this helps. Please let me know if you have any further questions.