transportInfo
Identify the transport request for an ABAP object change before writing. Lists available change requests to avoid failed writes outside $TMP.
Instructions
Which transport request a change to this object would go into, and which ones are available for it - what ADT asks before it opens the transport dialog. Worth calling before a write outside $TMP, because a write with no request fails at the last step. Mind the difference the backend does not spell out: a REQUEST is what a write takes, a task inside it is refused with "not a change request".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| devClass | No | Development class | |
| operation | No | Transport operation | |
| objSourceUrl | Yes | URL of the object source |