DescribeByList
Describe multiple ABAP objects in batch by providing a list of names and optional types. Returns descriptions for each object.
Instructions
[read-only] Batch description for a list of ABAP objects. Input: objects: Array<{ name: string, type?: string }>. Each object may be of type: PROG/P, FUGR, PROG/I, CLAS/OC, FUGR/FC, INTF/OI, TABLE, STRUCTURE, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes |