SapServer Configuration
The class accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the class, access to these internal properties is provided through the Config method.SapServer Configuration Settings
EnableClassicRFCTrace: Whether to enable trace files when working with the Classic RFC SDK. This setting controls whether trace files are generated by the Classic RFC SDK. If set to True trace files will be generated by the RFC SDK in the current working directory. The default is False. | |||||||||||||||
UseClientConnection: Use a client connection to retrieve function meta data. If true (default), you will need to set the appropriate fields in SapConnection If connecting using the NetWeaver SDK, then the client is necessary and this config will have no effect, even if this config is set to false. If connecting using the Classic SDK, the client connection is not necessary, but you must set parameters and tables meta data without getting from the server by the component. | |||||||||||||||
Group: The logon group. This specifies the logon group to be used to when using load balancing. | |||||||||||||||
MessageServer: Service name of load balancer service. This should be set to the service name of the load balancer service if using load balancing. In most cases this does not need to be set. | |||||||||||||||
SncLibPath: The external security product's library. This should contain the path to the external security product's library. | |||||||||||||||
SncMode: The SNC activation indicator. If set to true, the class will send the SNC parameters. By default, this is set to false. | |||||||||||||||
SncName: The Initiator's SNC name. The SNC name for the machine making the connection. | |||||||||||||||
SncPartnerName: The communication partner's SNC name. This should contain the SNC name of the SAP system the class is connecting to. | |||||||||||||||
SncQop: The quality of protection level. This indicates the quality of the protection level. The SAP server should list the data protection levels it will accept. Valid values are as follows:
| |||||||||||||||
SystemID: The system ID of the SAP system. This contains the R3NAME (System ID/name of the SAP system) and should be used when connecting to a message server for load balancing. A system ID is always a string with a maximum of three letters. You can find out the correct SAP System ID (SID) by looking at the "System ID" property of the system's entry in SAP Logon. |
Base Configuration Settings
SelectWaitMillis: The length of time in milliseconds the class will wait when DoEvents is called if there are no events to process. If there are no events to process when DoEvents is called, the class will wait for the amount of time specified here before returning. The default value is 20. |
Base Configuration Settings
CodePage: The system code page used for Unicode to Multibyte translations. The default code page is the Active Code Page (0). The following is a list of valid code page identifiers:
The following is a list of valid code page identifiers for Mac OS only:
|