# Create Connection

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

<table data-header-hidden><thead><tr><th width="182.1666259765625" valign="top"></th><th width="303.24993896484375" valign="top"></th></tr></thead><tbody><tr><td valign="top">Server</td><td valign="top"><p>[Text] The server to which the connection is made. You can specify a domain or IP address.</p><p>For example, "10.10.10.1".</p></td></tr><tr><td valign="top">Instance Number</td><td valign="top"><p>[Text] The instance number.</p><p>For example, "00".</p></td></tr><tr><td valign="top">System ID</td><td valign="top">[Text] The system ID. For example, "S4H".</td></tr><tr><td valign="top">Client ID</td><td valign="top">[Text] The client ID. For example, "100".</td></tr><tr><td valign="top">User</td><td valign="top">[Text] The username for login. For example, "S4H_FIN".</td></tr><tr><td valign="top">Password</td><td valign="top">[Text/SecureString] The password for login. For example, "Password1".</td></tr><tr><td valign="top">Interface Language</td><td valign="top"><p>Select the interface language of the program.</p><p>Possible values:</p><ul><li>EN - English,</li><li>RU - Russian.</li></ul></td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] The timeout for creating the connection in seconds.</td></tr><tr><td valign="top">Connection Reference</td><td valign="top">[Link] Returns the connection object to SAP.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level.</p><p>Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that the blocks will output during operation.</p><p>Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
