SearchObject
Find ABAP repository objects by name or wildcard pattern. Optionally filter by object type like program, class, or table.
Instructions
[read-only] Search ABAP repository by object name or wildcard pattern (e.g. 'ZOK*'). Answers: "find object X", "does X exist", "list objects matching...", "search for program/class/table by name". Supports all repository object types — optionally filter by type (PROG, CLAS, INTF, DEVC, TABL, DDLS, DTEL, FUGR, SRVD, SRVB, BDEF, DDLX, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | [read-only] Object name or mask (e.g. 'MARA*') | |
| object_type | No | [read-only] Optional ABAP object type (e.g. 'TABL', 'CLAS/OC') | |
| maxResults | No | [read-only] Maximum number of results to return |