Platforms to show: All Mac Windows Linux Cross-Platform
RFCConnectionMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
// connect code from a sample project:
dim loginParams As New Dictionary
if app.LogOnData.SAProuterString.IsEmpty then // LogOn with server (IP-Address)
loginParams.Value("ashost") = app.LogOnData.Anwendungsserver
else // LogOn with Servername and Router-String
loginParams.Value("ashost") = app.LogOnData.SAProuterString+"/H/"+app.LogOnData.Anwendungsserver
end if
loginParams.Value("sysnr") = app.LogOnData.InstanzNr.ToText
loginParams.Value("client") = app.LogOnData.Mandant
loginParams.Value("user") = app.LogOnData.SAPBenutzer
loginParams.Value("passwd") = app.LogOnData.SAPPasswort
loginParams.Value("lang") = app.LogOnData.Sprache
app.ConnectionToSAP = New RFCConnectionMBS(loginParams)
- 2 properties
- property ConnectionAttributes as RFCConnectionAttributesMBS
- property Handle as Integer
- 16 methods
- method CachedClassDescription(repositoryID as String, Name as String) as RFCClassDescriptionMBS
- method CachedFunctionDescription(repositoryID as String, Name as String) as RFCFunctionDescriptionMBS
- method CachedTypeDescription(repositoryID as String, Name as String) as RFCTypeDescriptionMBS
- method Cancel
- method ClassDescription(Name as String) as RFCClassDescriptionMBS
- method ClearRepository(repositoryID as String)
- method Constructor(LoginParams as Dictionary)
- method CreateFunction(Name as String) as RFCFunctionMBS
- method CreateTransaction(TransactionID as String, QueueName as String) as RFCTransactionMBS
- method Destructor
- method FunctionDescription(Name as String) as RFCFunctionDescriptionMBS
- method isConnected as Boolean
- method Ping
- method ResetServerContext
- method TransactionID as String
- method TypeDescription(Name as String) as RFCTypeDescriptionMBS
This class has no sub classes.
Some methods using this class:
- RFCTransactionMBS.Constructor(connection as RFCConnectionMBS, TransactionID as String, QueueName as String)
Some properties using for this class:
- RFCClassDescriptionMBS.Connection as RFCConnectionMBS
- RFCConnectionAttributesMBS.Connection as RFCConnectionMBS
- RFCContainerMBS.Connection as RFCConnectionMBS
- RFCFieldDescriptionMBS.Connection as RFCConnectionMBS
- RFCFunctionDescriptionMBS.Connection as RFCConnectionMBS
- RFCParameterDescriptionMBS.Connection as RFCConnectionMBS
- RFCTypeDescriptionMBS.Connection as RFCConnectionMBS
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS Tools Plugin.
RFCConnectionAttributesMBS - RFCContainerMBS
Feedback: Report problem or ask question.
