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

analyse an application

Former Member
0 Likes
588

Hi

I know in the past it was not possible to do that. But is it meanwhile possible.

to do that ( e.g. Release 7.0 or higher)

To trace or track all the application specific data like function module calls, class calls and performs etc. during its runtime in order to analyse them later?

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Hi ,

if you want to get transaction and program related information then you can get it in STAD T-code,if you want to get the subroutines and events in program then you need to swith on trace using ST05

and then off it and can view all the details.

Thanks and regards,

Rajeshwar.

4 REPLIES 4
Read only

Former Member
0 Likes
559

Hi,

You can use transaction ST05 and start the trace before running your application.

At the end of the application, you can deactivate and display the trace for analysis.

Thanks,

Kshitija

Read only

Former Member
0 Likes
560

Hi ,

if you want to get transaction and program related information then you can get it in STAD T-code,if you want to get the subroutines and events in program then you need to swith on trace using ST05

and then off it and can view all the details.

Thanks and regards,

Rajeshwar.

Read only

ThomasZloch
Active Contributor
0 Likes
559

You need SE30 for this analysis, ST05 is only tracing SQL statements.

It was available way before release 7.0 though.

Thomas

Read only

Former Member
0 Likes
559

hi friends,

thank you for helps.

Is that all or are there also other ways existing to do that.

Regards

ilhan