Runtime Analysis

ABAP runtime analysis tool is executed by transaction code SAT. Runtime Analysis tool assists in analyzing the execution of program parts or individual statements , as well as measuring their runtime.
Measurement times can be determined by using default setting i.e entering default in variant, furhter custom variant can also be created for measurement.

We can specify transaction code / Program / Function module for analyzing, we can also determine names of internal table, further analysis tool can also be executed immediately.

For instance, analyze trasnaction XK03 for vendor display.

Execute transaction SAT, also make sure short description is DEFAULT , Variant is DEFAULT. Enter trnsaction XK03 then click on execute button.


 
Enter vendor number in display vendor screen and press enter. click on exit after navigating to vendor adress screen.





























Runtime analysis display measurement screen will appear.












Runtime analysis tool assists in analyzing measurement,determining database table and time.
 

No comments:

Post a Comment

Code Inspector

The Code Inspector tests single objects or object sets (programs, function groups, classes, interfaces, Dictionary objects) for performanc...