I am trying to connect multiple SAP tables in ADF. I have a SAP table connector with dataset but I am not able to connect multiple tables with this. It is working for a single table without any error. I have read the official document on Microsoft and there customRfcReadTableFunctionModule is mentioned, but there is no description as how to set parameters and all.
I have tried setting up dataset parameters but it is not working. Can anyone help me with this?
I have these parameters in my dataset.
I tried to setup parameters but my copy activity get failed. I get this error:
"Source". ErrorCode=SapRfcClientOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=SapRfcClient operation 'ReadTable' failed. Please contact SAP support if you need further help. Error message: 'Element QUERY_TABLE of container metadata ZZ_READ_VM unknown',Source=Microsoft.DataTransfer.Runtime.SapRfcHelper,''Type=SAP.Middleware.Connector.RfcInvalidParameterException,Message=Element QUERY_TABLE of container metadata ZZ_READ_VM unknown,Source=sapnco





customRfcReadTableFunctionModuleworks like I assume, and uses RFC_READ_TABLE under the hood, you are out of the luck. It is 1-by-run only, i.e. it can pull only 1 table at a time