sap_connect
Connects to an SAP system specified by its Logon Pad entry using credentials from environment variables, with optional overrides for user, client, and language.
Instructions
Connect to an SAP system by its name in SAP Logon Pad.
Credentials are resolved from a .env file (SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE) so passwords never appear in MCP tool calls. Parameters provided here override the .env values (except password). If SAP is already open and logged in, use sap_connect_existing instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ||
| client | No | ||
| language | No | ||
| system_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||