2025 Apr 18 9:17 AM - edited 2025 Apr 18 9:51 AM
I want to know the number of statements (in ABAP Logger), by using the Code Inspector check "Statement Statistics":
The numbers I get are not clear:
1751 1064 0 0 0 0 0 0 0 43 399 55 665
What's the meaning of each number?
The documentation is not clear (*):
Thank you.
Sandra
My system: ABAP 7.58.
(*) Complete text:
Appl. Comp. Check / Check Class / Message Code
BC-ABA-LA / CL_CI_TEST_SCAN_STATISTICS2 / 0001
Details of Analysis
What is checked?
Statement Statistics
These statistics count the statements contained in the program objects. Comments, unlike macro definitions, are also counted.
The display option 'Sort' allows the result to be summarized by the set of objects (= 'No' sorting), by person responsible, or by package. The non-summarized result is produced when sorted by 'Object'.
The statement statistics contain the following parameters:
Request clarification before answering.
The answer is given by this code + reverse engineering of each variable:
Let's take an example to answer, for instance, these numbers
1751 1064 0 - 0 0 - 0 0 - 0 0 - 43 399 - 55 665
are 6 groups which are: Totals, Modules, Subroutines, Function Modules, Methods (of non-test classes), Methods of test classes.
DETAILS:
1st group:
2nd group:
3rd group:
4th group:
5th group:
6th group:
It was a quick answer so please tell me what is wrong, what is to improve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.