RuntimeRunClassWithProfiling
Execute ABAP classes with profiling enabled to generate performance traces and identify bottlenecks in SAP systems.
Instructions
[runtime] Execute ABAP class with profiler enabled and return created profilerId + traceId.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ABAP class name to execute. | |
| description | No | Profiler trace description. | |
| all_procedural_units | No | ||
| all_misc_abap_statements | 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 |