Platforms to show: All Mac Windows Linux Cross-Platform

Back to RFCModuleMBS module.

RFCModuleMBS.IniPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The directory in which to search for the sapnwrfc.ini file.

By default the sapnwrfc library searches for the sapnwrfc.ini in the current working directory of the process. If you want to keep it in a different directory, use this function to tell the sapnwrfc library about the new path.

Note
After you have changed the directory, the NW RFC lib automatically loads the contents of the new sapnwrfc.ini file from that directory.

Pass the full (absolute) path of the directory, in which the sapnwrfc library should look for the sapnwrfc.ini file. A path relative to the current working directory of the process also works.
(Read and Write property)

RFCModuleMBS.LibraryLoadError as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The load error code.

(Read only property)

RFCModuleMBS.LibraryLoadErrorMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The load error message.

(Read only property)

RFCModuleMBS.Loaded as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether the library is loaded.

Returns true if the library contains the required functions.
(Read only property)

RFCModuleMBS.MajorVersion as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get information about currently loaded sapnwrfc library.

Major version, e.g. 7500.
(Read only property)

RFCModuleMBS.MinorVersion as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get information about currently loaded sapnwrfc library.

Minor version.
(Read only property)

RFCModuleMBS.PatchLevel as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get information about currently loaded sapnwrfc library.

Patch level of the version.
(Read only property)

RFCModuleMBS.TraceDir as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Changes the directory where the NW RFC lib should write trace files.

This function has the same effect as the sapnwrfc.ini parameter RFC_TRACE_DIR. See the documentation of that parameter in the sample ini file contained in the /demo directory of the NW RFC SDK.

Note
This API call affects only new trace files that will be opened after the call. The directory of already existing trace files is not changed in order to prevent confusion and garbage data...

Pass the new directory. Can be an absolute or relative path name. The directory needs to exist prior to calling this API. The NW RFC lib will not attempt to create non-existing directories.
(Read and Write property)

RFCModuleMBS.TraceEncoding as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Changes the character encoding to be used in trace files.

This function has the same effect as the sapnwrfc.ini parameter RFC_TRACE_ENCODING. See the documentation of that parameter in the sample ini file contained in the /demo directory of the NW RFC SDK.

Note
This API call affects only new trace files that will be opened after the call. The character encoding of already existing trace files is not changed in order to prevent confusion and garbage data...

Pass the new encoding. Possible values are "UTF-16", "UTF-8" and "DEFAULT". On Windows UTF-16 is recommended for faster performance. "DEFAULT" corresponds to the operating system's default character encoding, which is CP1252 or ISO-8859-1 on most Windows systems and UTF-8 on most Linux systems.
(Read and Write property)

RFCModuleMBS.TraceType as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Changes the way the NW RFC lib writes trace files.

This function has the same effect as the sapnwrfc.ini parameter RFC_TRACE_TYPE. See the documentation of that parameter in the sample ini file contained in the /demo directory of the NW RFC SDK.

Note
This API call closes currently open trace files and then changes to "one file per process" or one "file per thread". If the NW RFC lib is already using the given trace type, it does nothing.

Must be either "PROCESS" or "THREAD".
(Read and Write property)

RFCModuleMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get information about currently loaded sapnwrfc library.

Version as text to show to user.
(Read only property)

The items on this page are in the following plugins: MBS Tools Plugin.


The biggest plugin in space...