-3

Where can I find the SAP NetWeaver RFC SDK online documentation?

A developer told me to download a zip file in this issue

I can't believe that the docs are not available online. We live in the 21 century :-)

Where is the SAP NetWeaver RFC SDK online documentation?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
guettli
  • 25,042
  • 81
  • 346
  • 663
  • 1
    You mean **freely** available. Not with SAP, you must have credentials, i.e. own a S-user to access most of SAP support resources. – Sandra Rossi Dec 19 '18 at 10:52
  • 1
    @SandraRossi that is strange, since a lot of tools like PyRFC are available as open source from SAP. I have a S-user to access support resources. But it is annoying that you can't share the sources freely. This slows down communication and development. I hope this will change in the future. – guettli Dec 20 '18 at 11:43
  • 2
    the documentation (or at least part of it, don't know if there is a more comprehensive documentation somewhere else) is actually freely available (see: https://help.sap.com/saphelp_nw70ehp3/helpdata/en/48/a88c805134307de10000000a42189b/frameset.htm ). But quite often, if you want to download something from SAP SWDC, you need your S-User to do so. Generally, documentation should be on https://help.sap.com – Dirk Trilsbeek Dec 20 '18 at 13:04

2 Answers2

0

I recommend the following guides:

Part I -- RFC Client Programming

https://wiki.scn.sap.com/wiki/x/zz27Gg

Part II -- RFC Server Programming

https://wiki.scn.sap.com/wiki/x/9z27Gg

Part III -- Advanced Topics

https://wiki.scn.sap.com/wiki/x/FD67Gg

And for the C programmer, the Doxygen documentation is a valuable companion: https://support.sap.com/en/product/connectors/nwrfcsdk.html --> Documentation in Doxygen format

Lanzelot
  • 15,976
  • 4
  • 18
  • 14
  • 1
    SAP links are very short lived. The question you have answered looks off-topic as per Stack Overflow rules. – Dharman Sep 17 '19 at 14:53