Recieve IDOCs via this Library #210
-
We used the sapnco.dll before in our SAP connector.
and this functions where then called from SAP Side. And also we send IDOCs with code like this:
also possible??? and one more, with the old SAP Library we need to set up multiple config setting: ClientConfig:
ServerConfig:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, the latest release candidate (https://www.nuget.org/packages/Dbosoft.YaNco/4.3.0-rc.1) adds support for RFC servers. A sample can be found here (https://github.com/dbosoft/YaNco/blob/main/test/RfcServerTest/Program.cs). Have a look at the samples and if you implement a working idoc receiver I would be happy about a PR with a reference implementation of a idoc receiver. The config required is similar as in sapnco as you have to configure always the same settings for a SAP connection. Best Regards, |
Beta Was this translation helpful? Give feedback.
-
There is now a sample implementation of a IDoc receiver in this project: https://github.com/dbosoft/YaNco/tree/main/samples/net6.0/ExportMATMAS |
Beta Was this translation helpful? Give feedback.
There is now a sample implementation of a IDoc receiver in this project: https://github.com/dbosoft/YaNco/tree/main/samples/net6.0/ExportMATMAS