RuntimeGetProfilerTraceData
Retrieve parsed profiler trace data for ABAP performance analysis, including hitlists, statements, or database accesses from SAP systems.
Instructions
[runtime] Read profiler trace data by trace id/uri: hitlist, statements, or db accesses. Returns parsed JSON payload.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id_or_uri | Yes | Profiler trace ID or full ADT trace URI. | |
| view | Yes | Trace view to retrieve. | |
| with_system_events | No | Include system events. | |
| id | No | Statement node ID (for statements view). | |
| with_details | No | Include statement details (for statements view). | |
| auto_drill_down_threshold | No | Auto drill-down threshold (for statements view). |