- リリース ノート
- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- 制御フロー
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- ログ
- 診断ツール
- ワークフロー アナライザー
- ワークフロー アナライザーについて
- ST-DBP-002 - 多数の引数
- ST-DBP-003 - 空の catch ブロック
- ST-DBP-007 - 複数のフローチャートレイヤー
- ST-DPB-010 - [ワークフロー] または [テスト ケース] の複数のインスタンス
- ST-DBP-020 - 未定義の出力プロパティ
- ST-DBP-021 - ハードコードされたタイムアウト
- ST-DBP-023 - 空のワークフロー
- ST-DBP-024 - 永続性アクティビティの確認
- ST-DBP-025 - 変数のシリアル化の前提条件
- ST-DBP-026 - [待機] アクティビティの使用
- ST-DBP-027 - Persistence のベスト プラクティス
- ST-DBP-028 - 引数のシリアル化の前提条件
- 変数
- 引数
- インポートされた名前空間
- コード化されたオートメーション
- トリガーベースの有人オートメーション
- レコーディング
- UI 要素
- セレクター
- オブジェクト リポジトリ
- データ スクレイピング
- 画像とテキストの自動化
- Citrix テクノロジの自動化
- RDP の自動化
- VMware Horizon の自動化
- Salesforce の操作の自動化
- SAP のオートメーション
- macOS UI Automation
- ScreenScrapeJavaSupport ツール
- Webdriver プロトコル
- 拡張機能
- Test Suite - 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>"