Skip to content

Commit af4ea3f

Browse files
authored
Merge pull request #10215 from iomimtso/sap-cant-retract-element-from-saveas
AB#8376: Can't capture elements from SAP Save As dialog
2 parents e0cdd78 + 45bca00 commit af4ea3f

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Troubleshoot Capturing Elements from SAP Save As Dialog
3+
description: Resolves an issue in which the element picker can't capture elements from the SAP _Save As_ dialog box in Power Automate for desktop automation.
4+
ms.reviewer: iomimtso, ststavri, nimoutzo, v-shaywood
5+
ms.custom: sap:Desktop flows\SAP automation
6+
ms.date: 11/19/2025
7+
---
8+
# Can't capture elements from SAP Save As dialog
9+
10+
Automating SAP processes in Power Automate Desktop often involves interacting with various system dialogs, including the _Save As_ dialog. However, capturing elements from the _Save As_ dialogs by using the element picker isn't always straightforward. This article provides effective strategies and workarounds to help you automate SAP workflows that interact with the _Save As_ dialog when the standard element picker methods aren't sufficient.
11+
12+
## Symptoms
13+
14+
When you use the element picker in Power Automate for desktop, you can't capture or select any elements from the _Save As_ dialog box in SAP.
15+
16+
## Cause
17+
18+
This issue occurs when SAP shows the standard Windows _Save As_ dialog box. The standard dialog box doesn't support SAP-specific automation.
19+
20+
## Solution
21+
22+
Use one of the following workarounds based on your scenario.
23+
24+
### Disable Show Microsoft Windows dialogs
25+
26+
- If the **Show native Microsoft Windows dialogs** option is available, turn it off in the SAP GUI:
27+
28+
1. Go to **Options** > **Accessibility & Scripting** > **Scripting**.
29+
30+
1. Clear the **Show native Microsoft Windows dialogs** checkbox.
31+
32+
:::image type="content" source="media/cant-capture-element-from-save-as-popup/sap-disable-windows-dialogs.png" alt-text="Show native Microsoft Windows dialogs in SAP Settings.":::
33+
34+
1. Restart SAP.
35+
36+
- If the **Show native Microsoft Windows dialogs** option isn't available, make sure that the element picker is in the SAP context to display the custom SAP dialog box:
37+
38+
1. Open the element picker.
39+
40+
1. Before the _Save As_ dialog appears, hover over an SAP GUI element in the main SAP window. This action keeps the element picker in SAP context and lets it capture elements from the custom SAP dialog box.
41+
42+
### Use mouse and keyboard actions
43+
44+
If SAP displays the standard Windows _Save As_ dialog box instead of the custom SAP dialog box, you can automate the dialog box by using mouse and keyboard actions. For more information, see [Use mouse and keyboard actions](/power-automate/desktop-flows/actions-reference/mouseandkeyboard).
45+
46+
## Related content
47+
48+
- [Introduction to SAP GUI–based RPA in Power Automate Desktop](/power-automate/guidance/rpa-sap-playbook/introduction)
49+
50+
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]
Loading

support/power-platform/power-automate/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ items:
8383
items:
8484
- name: Authentication popup appears when launching SAP
8585
href: desktop-flows/sap-automation/handle-authentication-popup-launch-sap.md
86+
- name: Can't capture elements from SAP Save As dialog
87+
href: desktop-flows/sap-automation/cant-capture-element-from-save-as-popup.md
8688
- name: Can't capture SAP GuiTree objects
8789
href: desktop-flows/sap-automation/cannot-capture-guitree-objects.md
8890
- name: Can't open SAP

0 commit comments

Comments
 (0)