nodeContents
Lists the direct contents of an ABAP package or function group, showing its immediate child nodes. Use it to inspect a repository level; for source code, use the dedicated package tree or function group tools.
Instructions
One level of the repository tree: what is directly inside a package, or inside a function group. Two things to know. Most rows hand back a SAPGUI bridge URI that serves properties and no content, so it is not the way to read sources - packageTree resolves the real source URLs, and listFunctionGroup does it for a group. And an unknown package answers exactly like an empty one, with no nodes at all, so only a repository search tells them apart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_name | No | The user name. | |
| parent_name | No | The name of the parent node. | |
| parent_type | Yes | The type of the parent node. | |
| parentnodes | No | An array of parent node IDs. | |
| rebuild_tree | No | Whether to rebuild the tree. | |
| parent_tech_name | No | The technical name of the parent node. |