Examples
Note: All sample projects are hosted at GitHub now.
Rfc Client
A sample project which demonstrates how to call an SAP server from your project to retrieve or update data.
- Rfc Client in C#
- Rfc Client in Visual Basic/VB.net
- Rfc Client in (unmanaged) C++
- Rfc Client in PHP
- Rfc Client in Delphi
- Rfc Client with Excel/VBA
Table Reader
This example demonstrates how to retrieve data from SAP tables directly using the TableReader
component.
- Table Reader in C#
- Table Reader in Visual Basic/VB.net
- Table Reader in (unmanaged) C++
- Table Reader in Delphi
- Table Reader with Excel/VBA
Note: Please check Knowledge Base Entry #0007 for limitations of this approach.
Rfc Server
A sample projects which demonstrates how to create an RFC server, which can be called by the SAP server.