Create Connection#

A new connection to the SAP server is created and the SAP GUI application is launched.

Server

[Text] The server to which the connection is made. You can specify a domain or IP address.

For example, "10.10.10.1".

Instance Number

[Text] The instance number.

For example, "00".

System ID[Text] The system ID. For example, "S4H".
Client ID[Text] The client ID. For example, "100".
User[Text] The username for login. For example, "S4H_FIN".
Password[Text/SecureString] The password for login. For example, "Password1".
Interface Language

Select the interface language of the program.

Possible values:

  • EN - English,
  • RU - Russian.
Timeout[Number] The timeout for creating the connection in seconds.
Connection Reference[Link] Returns the connection object to SAP.
Error Handling Level

Select the error handling level.

Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation.

Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.