– 在弹出的对话框中,输入“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. ...
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.
SCI SAP tcode for – ABAP Code Inspector SCI tcode in SAP BC (ABAP Workbench, Java IDE and Infrastructure in Basis) module. This transaction code is used for... SCIT SAP tcode for – Test GUI SCIT tcode in SAP BC (ABAP Workbench, Java IDE and Infrastructure in Basis) module. This...
Using call executable program checks, SAP tools like ABAP Test Cockpit or Code Inspector find Submit report commands vulnerable in custom ABAP code developments
Search DB Operations in loops across modularization units Jerry 2007年刚加入SAP开始学习ABAP编程时,前辈们就告诫过我,不要在LOOP里使用SELECT语句,这样会极大影响代码的性能。 上图是通过Code Inspector扫描出来的一个例子,在双重LOOP循环里使用SELECT读取数据库表CRMD_DPP_HI_BLCK. ...
ABAP code inspector ( tcode SCI ) is not just a tool to ensure the correctness of your code. It is a powerful toolset for an ABAPer to make his life easier. This document is written based on Netweaver 7.40, unveiling some simple but useful tips about code inspector. ...