RuntimeCreateProfilerTraceParameters
Create ABAP profiler trace parameters to analyze runtime performance in SAP systems, returning a profiler ID for execution monitoring.
Instructions
[runtime] Create ABAP profiler trace parameters and return profilerId (URI) for profiled execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Human-readable trace description. | |
| all_misc_abap_statements | No | ||
| all_procedural_units | No | ||
| all_internal_table_events | No | ||
| all_dynpro_events | No | ||
| aggregate | No | ||
| explicit_on_off | No | ||
| with_rfc_tracing | No | ||
| all_system_kernel_events | No | ||
| sql_trace | No | ||
| all_db_events | No | ||
| max_size_for_trace_file | No | ||
| amdp_trace | No | ||
| max_time_for_tracing | No |