Skip to content

Commit bd0bace

Browse files
authored
Merge pull request #10206 from iomimtso/guitree-objects-support
AB#8352: PAD does not support Guitree objects
2 parents ab36791 + a52ba65 commit bd0bace

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Workarounds for SAP GuiTree Capture Issues in Power Automate for desktop
3+
description: Learn how to resolve issues with capturing SAP GuiTree objects in Power Automate for desktop. Explore UI automation and SAP GUI scripting as workarounds.
4+
ms.reviewer: iomimtso, ststavri, v-shaywood
5+
ms.custom: sap:Desktop flows\SAP automation
6+
ms.date: 11/18/2025
7+
---
8+
9+
# Can't capture SAP GuiTree objects
10+
11+
Currently, Power Automate for desktop doesn't support capturing SAP GuiTree objects. Support for capturing SAP GuiTree objects is planned for a future release. Until this feature is available, you can use one of the workarounds in this article if your desktop flow must interact with these controls.
12+
13+
## Symptoms
14+
15+
Power Automate for desktop doesn't capture SAP GuiTree objects when you use SAP automation actions.
16+
17+
## Workaround 1: Use UI automation
18+
19+
Use [UI automation actions](/power-automate/desktop-flows/actions-reference/uiautomation) to interact with the controls. Capture the controls by using the UI element picker. Then, use UI automation actions in your desktop flow.
20+
21+
## Workaround 2: Use SAP GUI scripting
22+
23+
Use SAP GUI scripting to automate controls that the SAP automation actions don't capture. For the configuration steps, see [Configure SAP GUI scripting](/power-automate/guidance/rpa-sap-playbook/vbscript-based-sap-gui-automation-overview).
24+
25+
[!INCLUDE [Third-party disclaimer](../../../../includes/third-party-disclaimer.md)]

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 SAP GuiTree objects
87+
href: desktop-flows/sap-automation/cannot-capture-guitree-objects.md
8688
- name: Can't open SAP
8789
href: desktop-flows/sap-automation/scripting-permissions-launch-sap.md
8890
- name: SAP UI element click issue

0 commit comments

Comments
 (0)