– 在弹出的对话框中,输入“inspector”并回车,找到“ABAP Code Inspector”视图,然后点击“Open”。 2. 配置Code Inspector 在使用Code Inspector之前,需要对其进行一些基本配置,点击菜单栏中的“Window”选项,然后选择“Preferences”,在弹出的对话框中,选择“ABAP” -> “Inspectors”,可以看到各种Code Inspector的配...
所谓温故而知新,今天我们就来重温下ABAP里的Code Inspector的用法。 2015年6月,我在SAP社区上写了一篇博客,介绍了ABAP Code Inspector里一些大家不常用的功能,在2016年SAP社区改版,所有文章阅读量清零之后,到现在仍然有17000多的点击量。 https://blogs.sap.com/2015/06/15/useful-tips-regarding-abap-code-inspe...
所谓温故而知新,今天我们就来重温下ABAP里的Code Inspector的用法。 2015年6月,我在SAP社区上写了一篇博客,介绍了ABAP Code Inspector里一些大家不常用的功能,在2016年SAP社区改版,所有文章阅读量清零之后,到现在仍然有17000多的点击量。 https://blogs.sap.com/2015/06/15/useful-tips-regarding-abap-code-inspe...
所谓温故而知新,今天我们就来重温下ABAP里的Code Inspector的用法。 2015年6月,我在SAP社区上写了一篇博客,介绍了ABAP Code Inspector里一些大家不常用的功能,在2016年SAP社区改版,所有文章阅读量清零之后,到现在仍然有17000多的点击量。 https://blogs.sap.com/2015/06/15/useful-tips-regarding-abap-code-inspe...
Search DB Operations in loops across modularization units Jerry 2007年刚加入SAP开始学习ABAP编程时,前辈们就告诫过我,不要在LOOP里使用SELECT语句,这样会极大影响代码的性能。 上图是通过Code Inspector扫描出来的一个例子,在双重LOOP循环里使用SELECT读取数据库表CRMD_DPP_HI_BLCK. ...
Search DB Operations in loops across modularization units Jerry 2007年刚加入SAP开始学习ABAP编程时,前辈们就告诫过我,不要在LOOP里使用SELECT语句,这样会极大影响代码的性能。 上图是通过Code Inspector扫描出来的一个例子,在双重LOOP循环里使用SELECT读取数据库表CRMD_DPP_HI_BLCK. ...
The Code Inspector resolves the question of how to use these separate tools comfortably and efficiently.With the Code Inspector, you can run all of ABAP's checking tools at one time. You can also choose which tools you want to run.
Search DB Operations in loops across modularization units Jerry 2007年刚加入SAP开始学习ABAP编程时,前辈们就告诫过我,不要在LOOP里使用SELECT语句,这样会极大影响代码的性能。 上图是通过Code Inspector扫描出来的一个例子,在双重LOOP循环里使用SELECT读取数据库表CRMD_DPP_HI_BLCK. ...
You could find the basic steps how to leverage code inspector from this blog:A Small tip to get all transparent tables used in ABAP code How to read the inspection result There are three columns Error, Warnings and Information. The result with error would probably need your high attention as...
Code inspector is a framework, where all the categories and checks are based on ABAP classes. SAP continuously delivers new build-in checks for new tools (e.g.: ABAP Unit) and new objects (e.g.: BSP Applications). It’s also possible to add customer-built checks within this framework....