Title Runtime of ABAP statements Purpose RSHOWTI0: Global data (*>D generated at runtime) RSHOWTI1: SELECT, context, string RSHOWTI2: itab RSHOWTI3: Typing RSHOWTI4: IF, MOVE RSHOWTI5: Character/String Manipulation RSHOWTI6: ABAP Objects Create example *>O Title for example group *>T Title for example (short form) *>X Title for example (long form) *># 3 Number of measurement runs (default = 10) *>LI Initialization for left-hand example (1 run, no measurement) *>L Coding (left-hand example). Run 10 times by default. Measurement -> Minimum of all runs. *>RI Initialization for right-hand example (1 run, no measurement) *>R Coding (right-hand example). Run 10 times by default. Measurement -> Minimum of all runs *>C Comment Local data - in LI, possible comment in L in RI, possible comment in R - in L in R Test: SE38, run RSHOWTIM directly ====> Time = 0 Example is syntactically incorrect. |