listFunctionGroup
Retrieve a function group's modules, includes, global data, and types in a compact listing with direct source URLs, avoiding bloated bridge URIs.
Instructions
What is in a function group: its modules, its includes, and the global data and types declared in its TOP include. nodeContents answers this, but each row carries a SAPGUI bridge URI padded with spaces to 30 characters, so a group of thirty modules costs about 14,000 characters to list; here it is the names and the source URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| functionGroup | Yes | Group name, e.g. ZAPP_CORE_FM. | |
| includeGlobals | No | Also list the global data and types of the TOP include. Default true. |