GetCdsUnitTestResult
Retrieve CDS unit test results by run ID to verify test outcomes in ABAP Development Tools. Supports ABAPUnit and JUnit formats with optional navigation URIs.
Instructions
Retrieve CDS unit test run result for a run_id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run identifier returned by unit test run. | |
| with_navigation_uris | No | Include navigation URIs in result if supported. | |
| format | No | Result format: abapunit or junit. |