Show TOC Anfang des Inhaltsbereichs

Funktionsdokumentation SAP .NET Client  Dokument im Navigationsbaum lokalisieren

Use

If you use a .NET program as a client, you can send function calls to your SAP system and receive the results.

 

Integration

 

Diese Grafik wird im zugehörigen Text erklärt

 

As of SAP Web AS 6.10, the .NET Connector can communicate with the SAP server either by RFC or using the SOAP protocol. Up to and including SAP_BASIS release 4.6D, communication is only possible using RFC.

As long as the .NET Connector client and the SAP server are both within a firewall, communication can occur using both RFC and SOAP, although in this situation using an RFC connection achieves considerably better performance. For communication outside the firewall, SOAP must be used.

Configuration of the protocol call within the .NET client can be controlled using a separate program.

 

Further Information

·        Project Types

·        RFC or SOAP

·        Connecting to the SAP System

·        Authentication

·        Asynchronous Methods

·        TRFC and QRFC Support

·        Monitoring and Debugging

·        IDoc

Ende des Inhaltsbereichs