findObjectPath
Determines the workbench path of an ABAP object by its URL, revealing its package hierarchy to supply parent URIs that activation requires.
Instructions
The workbench path of an object, from the package down to the object itself. That is where the package of an object comes from - its own metadata does not carry it - which is why activation uses this to fill in the parent URI the inactive list leaves empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | URL of the object to find path for |