Create Connection to SAP.
implements Serializable to store in session.
implements Serializable to store in session.
Inheritance Hierarchy
SAPExtractorDotNETSAPConnector
Namespace: SAPExtractorDotNET
Assembly: SAPExtractorDotNET (in SAPExtractorDotNET.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
The SAPConnector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SAPConnector(String) | Initializes a new instance of the SAPConnector class | |
SAPConnector(String, String, String) | Initializes a new instance of the SAPConnector class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Login |
Create Connection only by RFC definition in web.config/app.config
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Destination | destination name defined in web.config/app.config | |
IsSilent | is silent Login or not (silent mean user/password is already defined by destination) | |
User |
Remarks
See Also