Read IMG customizing catalog
abap_imgSearch SAP IMG activities by query. Show paths, objects, tables, tree children, and DDIC fields for customizing objects.
Instructions
Read the IMG customizing catalog: search (query) finds activities; show (activity) returns its path, objects and tables; tree (node/treeId optional) lists a node's children; objects (object, kind optional) returns a customizing object's DDIC tables and fields. search/tree page via after/limit (default 25, ceiling 200) — pass back the exact {"after": ""} a response gives; there is no numeric offset. Fields not valid for the mode are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | objects only: a hint for the object's kind, used when the name is ambiguous. | |
| mode | Yes | search: find activities by title/id text. show: an activity's reference-IMG path, objects and tables. tree: a node's reference-IMG children. objects: an object's DDIC tables and fields. | |
| node | No | tree only: the node to list children of. Omit for that tree's own root. | |
| after | No | search/tree only: opaque keyset cursor copied from a previous response's paging note. Omit for the first page. | |
| limit | No | search/tree only: max rows to return. Default 25, ceiling 200. | |
| query | No | search only: a term with no "*" matches as a substring; "*" is an explicit wildcard, "*" alone matches everything. | |
| object | No | objects only: a view, view cluster, table, or customizing object name. | |
| treeId | No | tree only: the tree a node id belongs to, echoed back as treeId on a previous tree response (e.g. after following a REF node). Omit to use the reference-IMG tree. | |
| activity | No | show only: the IMG activity id to display. | |
| language | No | Single-character SAP language key (SPRAS), e.g. E or D — not EN/DE. Defaults to the server's configured language, else E. |