Getting Started with SAP S/4HANA Cloud, Extensions, and Clean Core
Understanding the Consumer-Grade User Experience Concept
Diving Deep into ABAP Cloud
Diving Deep into the SAP S/4HANA Cloud Extensibility Model Following Clean Core Principles
Evaluating Special Considerations for SAP S/4HANA Cloud Private Edition and SAP S/4HANA

Optimizing Code Performance

Objective

After completing this lesson, you will be able to describe the SQL monitor tool.

Performance Optimizations​

Performance tuning using SQL Monitor

The final workstream uses several familiar tools that ABAP developers have used for years. ABAP test cockpit, as part of ABAP development tools for Eclipse, offers the ability to performance check ABAP code. The SQL monitor tool can also be used. It identifies expensive SQL statements and the corresponding ABAP objects. SQL trace is available and can be used to look at the performance of individual SQL statements.