DescribeByList
Retrieve descriptions for multiple ABAP objects in a single request. Specify object names and optional types to get their descriptions.
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 |