I am not a SAP expert, but need to get a project up and running as quickly as possible and need some advise.
We have a .Net project (C#) that uses VS 2019 Professional and we need to pull data from a Kafka topic and insert it into a RFC table in SAP. Pulling the data from Kafka is not an issue. However connecting to SAP and inserting the data we are unsure how to configure the project to do it.
It looks like we need to use the SAP NetWeaver RFC SDK 7.50 - SAP Support Portal as the connector. We have downloaded the 64 bit connector for Windows and it is a set of .dll files - there is no install program.
My question is, is this the correct connector to use and how do we configure the .Net project to use this connector. Any help would be greatly appreciated.
We tried to place the dlls in the windows system SYSWOW64 and also in a bin directory in the project, but it throws an error that the DLLs cannot be found.