In 2007 as part of SAP NetWeaver 7.10, SAP has introduced a new software development kit (SDK) for remote function call (RFC) communications:
SAP NetWeaver RFC SDK. It is the successor to the well-known "classic" RFC SDK for SAP R/3, and you can use it in C/C++-based applications to communicate with SAP back-end systems ranging from SAP R/3 4.0B to the latest SAP NetWeaver systems. The following article has originally been published in 2008 by SAP Professional Journal and appears here with permission of the publisher, Wellesley Information Services. It takes a deeper look at the design of SAP NetWeaver RFC SDK and explains the ideas behind it.
The second part describes how
- C/C++ programs can receive and process RFC requests from an ABAP back-end system
- C/C++ programs can return normal responses or various exceptions to the ABAP back-end system
Article in PDF format: NW RFC SDK Part 2: RFC Server Programs
Note: the old links to the sample programs given in the article no longer work. Instead the sample programs can now be downloaded here:
Remaining parts of this series: