Get ABAP Dependency Graph
get_abap_dependency_graphBuild a dependency graph showing which ABAP objects use a given object, with configurable depth and node limits.
Instructions
Build a bounded where-used dependency graph. Edges point from each dependent object to the object it uses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | No | ||
| depth | No | ||
| column | No | ||
| maxNodes | No | ||
| customOnly | No | ||
| objectName | Yes | ||
| objectType | No | ||
| connectionId | Yes |