搜尋 ABAP 物件
search_objectsSearch ABAP objects by name with wildcard support. Returns object name, type, package, and ADT URI for further operations.
Instructions
以名稱(支援 * 萬用字元)搜尋 ABAP 物件,例如 'ZCL_INVOICE*'。回傳物件名稱、類型、package 與 ADT URI(後續工具皆以此 URI 操作)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜尋字串,支援萬用字元,例如 ZCL_* 或 Z*PRICING* | |
| max_results | No | 最多回傳筆數,預設 30 | |
| object_type | No | 選填:限定物件類型,例如 CLAS/OC(class)、PROG/P(program)、INTF/OI(interface) |