Open SAP Session Activity
The Open SAP Session activity initiates a connection to the SAP application. It enables users to log in to a specified SAP system by providing necessary credentials and connection details. This activity streamlines the process of accessing SAP for subsequent automation tasks.
| Field | Description | Requirement |
|---|---|---|
| SAP Application name | Reference name of the application to be opened. | Required |
| Connection name | The connection name from the SAP Logon screen. | Required |
| Username | The username used for logging into the SAP application. | Required |
| Password | The password used for logging into the SAP application. | Required |
| Client | The client value for logging into the SAP application. | Optional |
| Language | The language value for logging into the SAP application. | Optional |
| SAP Logon exe path | The directory path of the SAP application executable. | Required |
| Wait time | The duration in milliseconds to wait during the SAP login process. | Optional |
| Maximize | If checked, maximizes the SAP application window upon opening. | Optional |
Action Types & Examples
SAP Application name
- Format: string
- Example Result:
newSapConnection
Connection name
- Format: string
- Example Result:
SAP Test Connection
Username
- Format: string
- Example Result:
username
Client
- Format: string
- Example Result:
001
Language
- Format: string
- Example Result:
EN
SAP Logon exe path
- Format: string
- Example Result:
C:Program Files (x86)SAPFrontEndSAPguisaplogon.exe
Wait time
- Format: digit
- Example Result:
10000
Maximize
- Format: boolean
- Example Result:
true
Implementation Examples
Field Setup - SAP Application name: newSapConnection - Connection name: SAP Test Connection - SAP Logon exe path: C:Program Files (x86)SAPFrontEndSAPguisaplogon.exe
Execution Parameters - Username: username - Password: mySecretPassword - Client: 001 - Language: EN - Wait time: 10000 - Maximize: true
Technical Notes
The SAP session can be closed using the Application > Close activity.