> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/install-the-abap-agent/create-sap-accounts.md).

# Create SAP accounts

You’ll need to create an SAP account on each system where the addon is installed for use by the ABAP Agent. To create an SAP account, follow these steps:

1\. Run transaction **SU01**.

2\. Enter a username in the User field and select **F8**.

3\. Complete the fields in the **Address** tab as required.

4\. Select the **Logon** data tab and set a password in the **New Password** and **Repeat Password** fields.

5\. Select the Roles tab, enter **/TRICE/SL\_AUTHS** in the **Role** column, and select **\<ENTER>**.

6\. Select **Ctrl+S** to create the account.

{% hint style="info" %}
Note: Take a note of the system’s hostname, system number, client number, and the account’s username and password. You’ll need these details when creating an RFC Destination for the system in the ABAP Agent.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/install-the-abap-agent/create-sap-accounts.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.
