Banner

Attention: open in a new window. PDFPrintE-mail

2008
03
Jul

Switching Runtime Analysis on in code

*To turn runtim analysis on within ABAP code insert the following code
SET RUN TIME ANALYZER ON.

*To turn runtim analysis off within ABAP code insert the following code
SET RUN TIME ANALYZER OFF.
Last Updated (Tuesday, 30 November 1999 00:00)