# Open SAP

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-83774be59e5b563280823faab60994c6d42becc4%2F0%20\(39\).png?alt=media)

Element that connects to SAP Front End.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-8618b8679dcebb91f7f349f087160b51e12fc39f%2F1%20\(10\).png?alt=media)

**Notice! This element works correctly in robot x86 only!**

Properties

\- Connection\*: \[String] Name of connection in SAP Logon

\- Client\*: \[String] Client number (000-999)

\- Login\*: \[String] User login

\- Password\*: \[String] User password

\- Connection language\*: \[String] Connection language

\- Variable: \[LTools.SAP.SAPInst] Variable containing a reference to a connected process

\- Variable: \[LTools.SAP.SAPInst] Variable for saving a reference to a connected process

```
C#
LTools.SAP.SapApp app = LTools.SAP.SapApp.Init(wf, "test2", "001", "DEVELOPER", "Appl1ance", "en");

Python
app = LTools.SAP.SapApp.Init(wf, "test2", "001", "DEVELOPER", "Appl1ance", "en")

JavaScript
var app = _lib.LTools.SAP.SapApp.Init(wf, "test2", "001", "DEVELOPER", "Appl1ance", "en");
```
