> For the complete documentation index, see [llms.txt](https://astro-rpa.gitbook.io/astro-rpa-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/els_sap/el_sap_connect.md).

# Attach SAP

![](/files/P4AWukP0BwTr79eavJZN)

Element that connects to the opened SAP Front End application.

![](/files/Gh6OKiWOPvwwqw7wTGTc)

Properties

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

```
C#
LTools.SAP.SapApp app = LTools.SAP.SapApp.Init(wf);

Python
app = LTools.SAP.SapApp.Init(wf)

JavaScript
var app = _lib.LTools.SAP.SapApp.Init(wf);
```
