Anfang des Inhaltsbereichs

Objektdokumentation SAPConnection Class Dokument im Navigationsbaum lokalisieren

TheSAPConnection class is used to manage the connection to the SAP system. Some basis information about the system you are connected to can also be determined from this class.

 

[C#]

public class SAPConnection : System.Object

 

Public Constructors

public SAPConnection (SAP.Connector.Destination dest)

Creates an SAP connection from a destination class

public SAPConnection (System.String connString)

Creates an instance of the SAP connection from a connection string. For example from the SAPlogonDestination or a manually created connection string

 

Public Methods

Accept

 

Close

The Close method should be called after the RFC is completed

Dispose

 

Finalize

 

Open

The Open method must be called before the RFC can be executed

 

Public Properties

ApplicationServer

Reads only property showing basis information about the SAP system

CodePageEncoding

Reads only property showing basis information about the SAP system

ConnectionString

Reads only property showing basis information about the SAP system

KernelRelease

Reads only property showing basis information about the SAP system

OwnCodePage

Reads only property showing basis information about the SAP system

PartnerCodePage

Reads only property showing basis information about the SAP system

SystemID

Reads only property showing basis information about the SAP system

SystemNumber

Reads only property showing basis information about the SAP system

SystemRelease

Reads only property showing basis information about the SAP system

 

Ende des Inhaltsbereichs