adt_search_objects
Find ABAP repository objects by name pattern (wildcards * and +). Returns name, type, package, and URI for each match.
Instructions
Search ABAP repository objects by name pattern (wildcards * and + are supported by ADT). Returns name, type, package and URI for each match. Use the URI with adt_read_source / adt_get_object_structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search pattern, e.g. ZCL_*_INVOICE or ZIF_MY_IF | |
| maxResults | No | Max results (1-200) | |
| objectType | No | Optional object type filter, e.g. CLAS, PROG, TABL, DTEL |