- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 录制
- 用户界面元素
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- VMware Horizon 自动化
- Salesforce 自动化
- SAP 自动化
- macOS 用户界面自动化
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- 扩展程序
- 测试套件 - Studio
- 故障排除
Supported SAP Fiori Elements
The SAP modern interfaces contain a variety of specific controls you can interact with.
You can use the entire range of activities from the UiPath.UIAutomation.Activities package to create your automation projects. On this page, specific instructions are available for certain controls.
The SAP Tree Table represents a list of elements organized in a tree structure.
You can use the Click or the Get Text activity to interact with a node or an item in any of the SAP Tree Table control types.
- Expand the tree in SAP Fiori and select the element of interest.
- Use Indicate on screen to select any element from the table.
所选项目的节点显示在活动中。
If the tree is collapsed and the node or item of interest is not visible, you need to use the SAP Expand Tree activity, which expands the parent tree to an active node or an active item.
To extract data from a SAP Fiori Table, launch the Table Extraction wizard and indicate any cell inside the table. The vast majority of SAP Fiori Table controls are supported.
There are three values of attributes supported for extraction, which can be found in column nodes:
'fulltext'
- returns the values of'primary'
or'secondary'
, separated by space. When the metadata is generated, this is the default value for each found column.'primary'
- the type of control that can be found in a cell.'secondary'
- the type of control that can be found in a cell.
is_sap_web
can be found in the root node 'extract-table'
:
- If the attribute is set to
'1'
, the table is treated as an SAP table at extraction. - If the attribute is set to
'0'
or if it is not present, then the original (non-SAP) implementation is running.
is_sap_web
attribute is not included.
The attributes can be edited from the Extract metadata property in the Extract Data activity:
"<extract-table get_columns_name='1' get_empty_columns='1' columns_name_source='Longest'
is_sap_web='1'><column name='Description' attr='fulltext' /><column name='HierarchyLevel'
attr='fulltext' /><column name='NodeID' attr='fulltext' /><column name='ParentNodeID'
attr='fulltext' /></extract-table>"
"<extract-table get_columns_name='1' get_empty_columns='1' columns_name_source='Longest'
is_sap_web='1'><column name='Description' attr='fulltext' /><column name='HierarchyLevel'
attr='fulltext' /><column name='NodeID' attr='fulltext' /><column name='ParentNodeID'
attr='fulltext' /></extract-table>"