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

Runtime Analysis after called transaction

Former Member
0 Likes
402

Hi everyone

I have a rpogram that I am trying to do some runtime analysis on using SE30. However, when I view the analysis it is not giving the level of detail I need. I think this is down to how the program works, which is as follows:

1. The main program is run

2. During the course of this, another transaction is called

3. Code that is contained in a number of include files is then run.

However, I'm not sure if the code in the includes is executed as a result of control being passed back to the main program or by being called from the other transaction. I suspect the former is the case.

The problem is that the bulk of the processing is conducted in these include files but the runtime analysis doesn't seem to dispaly this information. It appears to stop recording information at the point that the second transaction is called.

Does anybody know if there is a way that I can get the runtime statistics for the whole process from start to finish?

Thanks in advance

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
371

Hi,

Create a Transaction code for your program and do the Analysis , it will give you the whole Analysis for the Transaction ..

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
372

Hi,

Create a Transaction code for your program and do the Analysis , it will give you the whole Analysis for the Transaction ..

Regards

Sudheer