Search ABAP repository
abap_searchFind ABAP development objects by name pattern with wildcards, or list where-used consumers for a target object. Narrow query by type first to avoid broad searches.
Instructions
Find objects by name pattern (mode=objects, wildcards *) or list consumers (mode=where_used); 20+ seconds on wide fan-in — narrow by type/query first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Default 50 rows; narrowing `query` (not lowering `max`) is what makes a broad call cheaper. | |
| mode | No | Default "objects". | |
| type | No | ADT type filter. One of: BDEF CLAS DDLS DDLX DEVC DOMA DTEL ENHO ENHS ENQU FUGR INTF MSAG PROG SRVB SRVD TABL TTYP XSLT; or a full code, e.g. "CLAS/OC". | |
| query | Yes | Name pattern (mode=objects) or target object (mode=where_used). |