TOOL for finding out LOC (Lines of Code) of an ABAP-Prog. :?

ABAP, Java, BSP, etc.
6 Beiträge • Seite 1 von 1
6 Beiträge Seite 1 von 1

TOOL for finding out LOC (Lines of Code) of an ABAP-Prog. :?

Beitrag von Maerkl (ForumUser / 3 / 0 / 0 ) »
I'm looking for a tool, which gives back a summary (or just a number) of the LOC (Line of Codes) of an ABAP-Programm.

Are there any tools available?

e.g.

*----------------------------------------------------------------------*
* read Positions *
*----------------------------------------------------------------------*
MODULE Cur_Input OUTPUT.

PERFORM Reg_INPUT.

ENDMODULE.


should tell me, that there are 3 Syntaxword (3 LOC) and 1 Programm Call

Is that possible with existing tools - I know somw nice freeware for JAVA, maybe something similar is available for ABAP as well...


THX

:?:

gesponsert
Stellenangebote auf ABAPforum.com schalten
kostenfrei für Ausbildungsberufe und Werksstudenten


Beitrag von ereglam (Top Expert / 1829 / 2 / 7 ) »
Hi Mearkl,

there is a command SCAN ABAP-SOURCE, that would most likely give you the desired information.

But be adviced, that this command is only authorized for internal use by SAP.

Regards
Gruß
Ereglam


May the Force be with your code
|| .| |.|| | .... . ..|. ||| .|. |.|. . |... . .|| .. | .... |.|| ||| ..| .|. |.|. ||| |.. .

Beitrag von Gast ( / / 0 / 3 ) »
thx, I will go for a try!

:P

Beitrag von Gast ( / / 0 / 3 ) »
For LOC, there's no need to use SCAN ABAP-SOURCE.

Just READ REPORT ... and DESCRIBE TABLE ...

Beitrag von JDO ( / / 0 / 3 ) »
Hello,

try TA SE38 -> Utilities -> Program Analysis -> Statistics
or Report RSANAL00

Juergen

Beitrag von Frank Dittrich (Expert / 674 / 0 / 15 ) »
Program RSANAL00 does not work for program names with more than 8 characters or source code lines > 72 characters.
Looks like it has never been updated since release 3.x.

Seite 1 von 1

Vergleichbare Themen

3
Antw.
2521
Views
Mimes in ABAP-Prog lesen
von MarkusW » 05.03.2007 13:31 • Verfasst in Web-Dynpro, BSP + BHTML
2
Antw.
1279
Views
ALV Tool Bar nach ABAP Kopie verschwunden
von Chris63 » 05.12.2012 09:59 • Verfasst in ABAP® für Anfänger
2
Antw.
1484
Views
Finding the no of fields in the standard screen
von vdhanase » 23.11.2005 16:30 • Verfasst in Dialogprogrammierung
4
Antw.
2788
Views
PAP aus ABAP-Code
von BesenWesen » 21.06.2006 09:49 • Verfasst in ABAP® Core
1
Antw.
1504
Views
Testen von ABAP Code
von DavidHenn » 07.07.2011 10:27 • Verfasst in ABAP® Core

Newsletter Anmeldung

Keine Beiträge verpassen! Wöchentlich versenden wir lesenwerte Beiträge aus unserer Community.
Die letzte Ausgabe findest du hier.
Details zum Versandverfahren und zu Ihren Widerrufsmöglichkeiten findest du in unserer Datenschutzerklärung.