# Open SAP

![](/files/PNOUlGSl5dHaZ9yFf7fw)

Element that connects to SAP Front End.

![](/files/g31YUedzVhiDCHr3EMf8)

**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");
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/els_sap/el_sap_open.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
