Application Development 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: 

Standard Function Module to find no of subroutines in a program

Former Member
0 Kudos

Hi All,

Please let me know the is there any standard function module to find Number of subroutines in a program

Advance thanks,

Nagendra

1 ACCEPTED SOLUTION

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

There isnt any standard FM for this.

One way of doing it will be to read the report in an internal table line by line and

then serach for the keyword PERFORM.

this will give you the number of subroutines in prog.

ags.

1 REPLY 1

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

There isnt any standard FM for this.

One way of doing it will be to read the report in an internal table line by line and

then serach for the keyword PERFORM.

this will give you the number of subroutines in prog.

ags.