Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tools for graphical visualizing of ABAP-Code?

jens_becher
Explorer
0 Likes
1,592

Hello,

does anybody know some tools for visualization of abap coding, i.e. with call graphs, etc., like it can be done with the CT-Codeview & Analyzer?

As it is certified from SAP, are there any experiences with it?

Regards,

Jens

1 ACCEPTED SOLUTION
Read only

wol
Active Participant
0 Likes
1,267

Hello Jens,

thank you for this information, the named tool looks really good!

You also should have a look at: SAP UML Scanner.

As of 7.2, you can find it in the context menu of a package in SE80 or via Report UML_CLASS_DIAGRAM. The thing is, for graphical output you must install JNet on your local machine. See the documentation.

Example output:

One more thing I know of is the Program Environment function:

SE38/Utilities/Internal Program Environment

The output seems really "classic":

Regards

Stefan

4 REPLIES 4
Read only

wol
Active Participant
0 Likes
1,268

Hello Jens,

thank you for this information, the named tool looks really good!

You also should have a look at: SAP UML Scanner.

As of 7.2, you can find it in the context menu of a package in SE80 or via Report UML_CLASS_DIAGRAM. The thing is, for graphical output you must install JNet on your local machine. See the documentation.

Example output:

One more thing I know of is the Program Environment function:

SE38/Utilities/Internal Program Environment

The output seems really "classic":

Regards

Stefan

Read only

0 Likes
1,267

Hi Stefan,

thx for the info. the UML scanner sounds interesting.

Regards,

Jens

Read only

UweFetzer_se38
Active Contributor
0 Likes
1,267

With the ABAP Development Tools (ADT) you can "profile" your code (graphical runtime analyser).

See

Read only

0 Likes
1,267

Hi Uwe,

thx for the info. the ADT sounds interesting. I'll check the ecxplise stuff.

Regards,

Jens