SearchObject
Find ABAP development objects by name patterns and filter by type to locate specific components in SAP systems for development tasks.
Instructions
[read-only] Search for ABAP objects by name pattern. Parameters: object_name (with or without mask), object_type (optional), maxResults (optional). If object_type is specified, results are filtered by type.
Input Schema
TableJSON 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 |