DescribeByList
Generate descriptions for multiple ABAP objects in batch, supporting types like PROG, CLAS, INTF, TABLE, and STRUCTURE.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes |