objectStructure
Gets metadata for an ABAP object: name, type, package, change info, master language, and ADT links. Use it to find the source URL or identify an unfamiliar type without content.
Instructions
The metadata of one object: its name, type, package, who changed it when, its master language, and the links ADT offers for it - among them the source URL, which is how the address of an unfamiliar type is found. It does NOT return content: a class answers with its includes, a table with its properties (getStructureSource has the fields), and a message class with the metadata after the messages have been discarded (getMessages has those).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version of the object | |
| objectUrl | Yes | URL of the object |