­

SAP CRM代码对数据库表COMM_PRODUCT的读写访问情况明细统计

  • 2019 年 10 月 6 日
  • 筆記

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

本文链接:https://jerry.blog.csdn.net/article/details/101197801

Created by Wang, Jerry, last modified on Jan 05, 2017

2016-08-31

Jerry uses tcode CODE_SCANNER to perform a source code scan with key word “COMM_PRODUCT” on 4599 CRM packages in AG3/001. There are totally 2932 hits. For complete hit list, please see this file. Since this is just a static code scan, there are many invalid result for example those highlighted below – they are neither read nor write on COMM_PRODUCT. Jerry will write a report to analyze based on this text file to get accurate result.

2016-09-01

The read & write access statistics on table COMM_PRODUCT in AG3/001: Read Access number: 858 (97.83%) Write Access number: 19 (2.17%) You could log on AG3/001, run report ZDISPLAY_RESULT to get detail. Once you hover your mouse to column “Line”, you can single click and then the corresponding source code will automatically be opened in ABAP editor, which helps you get a better understanding about access context.

I have also exported this ALV into an excel, please get it here.