You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-automate/desktop-flows/sap-automation/handle-authentication-popup-launch-sap.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,25 @@ This article helps you resolve an issue in which an authentication popup appears
11
11
12
12
## Symptoms
13
13
14
-
When you run the **Launch SAP** action by using your logon credentials, an authentication popup window appears unexpectedly. This issue causes the action to fail and prevents other SAP actions from running.
14
+
When you run the [Launch SAP](/power-automate/desktop-flows/actions-reference/sap#saplogin) action by using your logon credentials, an authentication popup window appears unexpectedly. This issue causes the action to fail and prevents other SAP actions from running.
15
15
16
-
## Solution
16
+
## Workaround
17
17
18
-
To handle the authentication popup, use UI automation actions instead of the **Launch SAP** action. Follow these steps:
18
+
To handle the authentication popup, use [UI automation actions](/power-automate/desktop-flows/actions-reference/uiautomation) instead of the **Launch SAP** action. Follow these steps:
19
19
20
20
1. Use the **Run application** action to start the SAP GUI application.
21
21
1. Use UI automation actions to interact with the authentication popup:
22
22
1. Use the **Populate text field in window** action to enter credentials.
23
23
1. Use the **Click UI element in window** action to submit the credentials.
24
-
1. After you handle the popup, use the **Attach to running SAP** action to connect to the active SAP instance.
24
+
1. After you handle the popup, use the **Attach** action to attach the SAP GUI application to the active SAP instance.
25
25
1. After the SAP instance is attached, you can run any other SAP actions.
26
26
27
27
:::image type="content" source="media/handle-authentication-popup-launch-sap/authentication-popup-appears-when-launching-sap.png" alt-text="Power Automate for desktop workflow with Run application, UI automation actions to handle authentication popup, and Attach to running SAP actions.":::
0 commit comments