cancel
Showing results for 
Search instead for 
Did you mean: 

How to build a subroutine calling tree ?

Former Member
0 Kudos

Hi,

I'd like to build a calling tree for a given program (or function module anyway).

Something that tells me wich forms or function modules are called in my program.

Something that gives me a hierarchy :

Program1

-


> FM 1

-


> Form 1

-


> Form 2

-


> FM 2

-


> Form 3

-


> Form 4

-


> Form 5

And so on...

Does such a tool exist ?

Thank you for your help.

Q. Saderne

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I did not find any tool, so I started to build it...