SAP Fioriエレメンツアプリケーション向けに階層構造(親子関係の階段的な情報構成)を持つツリーテーブルを設定します。親要素と子要素の関係が繰り返される形で表示される階層に対応しており、CAP と ABAP RAP(OData V4)をサポートしています。
Configure hierarchical tree table to SAP Fiori elements application for displaying parent-child recursive hierarchies. Supports CAP and ABAP RAP (OData V4).
親子関係を階層構造で表示するツリーテーブル(組織図、カテゴリツリー、ネストされたデータなど)を設定します。
CAPプロジェクト:
ABAP RAPプロジェクト:
プロンプトに以下の情報が不足している場合は、ユーザーに確認してから先に進まないでください:
すべての入力が確認されるまで、実装に進まないでください。
概要:
概要:
on 条件なし)を使用してくださいparent_ID(アンダースコア付き)を使用してくださいtype: "TreeTable" と hierarchyQualifier を確認してください@Search アノテーションを削除してください📖 詳細なエラーリファレンスは実装ガイドを参照
CAP:
@hierarchy アノテーションparent_ID 列付き CSV データnpm run watch でテストABAP RAP:
@OData.hierarchy.recursiveHierarchy 付き CDS ビューnpm start または npm run start-mock でテストConfigure hierarchical tree table to display parent-child relationships in a recursive structure (organizational hierarchies, category trees, nested data).
CAP Projects:
ABAP RAP Projects:
STOP and ASK the user for ALL of these inputs if ANY are missing from the prompt:
DO NOT proceed with implementation until all inputs are confirmed.
📖 Complete CAP Implementation Guide
Quick Summary:
📖 Complete RAP Implementation Guide
Quick Summary:
on condition)parent_ID (with underscore) in CSVtype: "TreeTable" and hierarchyQualifier in manifest@Search annotations from hierarchy projection view📖 Full error reference in implementation guides
CAP:
@hierarchy annotation on serviceparent_ID columnnpm run watchABAP RAP:
@OData.hierarchy.recursiveHierarchynpm start or npm run start-mock原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。