2010 Sep 03 11:04 PM
Hi,
How can I obtain the count of lines of code in all the custom objects such as z programs, z functions, z methods, user exits etc?
THank you,
Mike
Hi,
How can I obtain the count of lines of code in all the custom objects such as z programs, z functions, z methods, user exits etc?
THank you,
Mike
2010 Sep 04 12:01 AM
check fm RPY_FUNCTIONMODULE_READ
Check how it reads the source code and returns it.
Use a describe statement to the return table
or try this syntax
itab must hold a field of char72.
READ REPORT 'Y123' INTO ITAB.
lines_r = lines( itab ).
also check in se37 for rpy*
Also check the f1 for read report, there are many other options
2010 Sep 04 9:37 PM
Hello Mike
You may want to have a look at blog:
[How many lines of custom ABAP code are inside your system?|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12853] [original link is broken] [original link is broken] [original link is broken];
Regards
Uwe
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |