Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to RFCTransactionMBS class.
RFCTransactionMBS.ConfirmTransaction
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Caution:
After this call the backend is no longer protected against this TID. So another SubmitTransaction would result in a duplicate.
RFCTransactionMBS.Constructor(connection as RFCConnectionMBS, TransactionID as String, QueueName as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
TransactionID: trasanction ID used to identify the transaction;
queueName: queue name associated with the transaction. If it is "" or empty, the transaction is for tRfc
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
RFCTransactionMBS.InvokeInTransaction(funcHandle as RFCFunctionMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Can be used multiple times within one transaction handle.
funcHandle: function handle that identifies the Rfc function;
RFCTransactionMBS.SubmitTransaction
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | RFC | MBS Tools Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This step can be repeated until it finally succeeds (RFC_OK). The transaction handling in the backend system protects against duplicates.
The items on this page are in the following plugins: MBS Tools Plugin.