vote up 4 vote down star
1

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?

flag
I'm looking at this too - anyone care to answer that has any experience with it? :o) – Andrew Sep 3 at 13:54

1 Answer

vote up 4 vote down

I have not tried ERPConnector. I have, however, used SAP .NET Connector 2.0, provided by SAP (at no cost) to talk RFC with SAP.

In the project, I used it to:

  • send IDOCs to SAP
  • set up a server to receive IDOCs from SAP

This was straightforward using the SAP .NET Connector 2.0 software.

link|flag
Thanks, but I'm not sure how IDOCS relate to RFCs. Are they comparable? – Falkayn Apr 27 at 12:13
IDOCs are a plain text structured documents that SAP can read and write. They are sent over the RFC protocol. The SAP .NET Connector can do other things with SAP as well, check out the documentation and sample code. – codeape Apr 27 at 13:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.