The SAP system, in its out-of-the-box variant, is a complex environment built to run various types of industries. This complexity and all custom adjustments developed to tailor the system to customer specific needs, if not handled properly, may lead to low performance and thus make users frustrated because of long-running processes.
Software should be created in such a way as to waste as few resources as possible. Implementing the code in this way allows the user to easily add new functionalities. To help them with this mission, there are several tools (SAT, SE30, ST12) that allow for easy, yet detailed analysis of the program's flow and efficiency.
This chapter will cover the following topics:
- Ways of measuring ABAP programs performance
- ABAP runtime analysis
- ABAP trace analysis
- ABAP SAT transactions
- Best...