searchObject
Find ABAP repository objects by name using * wildcard, returning their URI, type, and package. Use the objType filter for quick narrowing; if a filtered search returns no results, retry without the filter to identify the correct type.
Instructions
Find objects by name in the repository, with * as a wildcard - the quickest way from a name to a URI, a type and a package. The objType filter is the quick-search filter of the backend and does not take every sub-type: FUGR/FF answers with an empty list while the unfiltered search returns the module. So when a filter comes back empty, search without it and pick the type from the rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results | |
| query | Yes | Search query string | |
| objType | No | Object type filter |