adt_get_object_structure
Retrieve the structure of an ABAP object, including methods, attributes, and includes, with source URIs to read specific sections without loading the full source.
Instructions
Get the structure/outline of an ABAP object (methods, attributes, includes, metadata). For classes, returns each include's sourceUri (definitions/implementations/main/testclasses) and the method/attribute outline (name + visibility). Use the include sourceUri with adt_read_source to read a single include, and the method names to request method-level edits. This is the token-optimised entry point for navigating large objects without reading their full source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUri | Yes | Object URI from adt_search_objects |