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.