ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

AbortConnection Method

Used to terminate a connection to the SAP system.

Syntax

[VB.NET]
Public Sub AbortConnection(ByVal ErrorMessage As String)
[C#]
public void AbortConnection(string errorMessage);

Remarks

This method is used to gracefully terminate connection with the SAP system. If the ErrorMessage contains a value the component will raise an error on the SAP system immediately prior to disconnecting.

An error message cannot be sent if the SAP server is not in a state where it expects to receive some RFC data.

Do not use this method to terminate a connection unless there is an error condition. For normal disconnects use the CloseConnection method instead.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0