很多刚刚接触 SAT 这个事务码的朋友,都对界面里显示的 Gross Time 和 Net Time 两列里的数据的准确含义,有一些疑惑。
ABAP 帮助文档里对这两个时间的介绍如下:
- Gross Time: The total time required for a call. This includes the runtime of all modularization units and ABAP statements called by the subject.
简单翻译成中文,就是总执行时间
,包括当前 ABAP 报表代码里调用的所有模块化单元和 ABAP 语句的运行时耗费时间之和
。
- Net Time: