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

ABAP Trace - How To ST12

Former Member
0 Likes
2,406

Hi gurus,

I've red two very useful blogs about how to use ST05 and SE30 Trace Tools:

/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy

/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy

Thanks Siegfried, this is a great help!

I was wondering, if there's something similar describing how to use ST12. I'm struggeling to find a stream line, some kind of handy HowTo - Document for this transaction.

As a SAP BI consultant, I need to figure out some bottlenecks in a function module, that's used by a so called virtual InfoCube based on Functional Module. I tried ST12 and got some results. Unfortunately, they are very different from what the RSRT debugging tool is providing, especially in comparing ABAP Time and DB Time.

Thanks in advance!

Cheers!

Neven

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,584

Please use the search function of SCN (white box in top right), this brings up for example:

/people/hermann.gahm/blog/2009/09/08/single-transaction-analysis-st12-150-getting-started

Thomas

7 REPLIES 7
Read only

HermannGahm
Product and Topic Expert
Product and Topic Expert
0 Likes
1,584

Hi,

> I was wondering, if there's something similar describing how to use ST12. I'm struggeling to find a stream line, some kind of handy HowTo - Document for this transaction.

you can start reading here, there is some information available (more is planned):

http://wiki.sdn.sap.com/wiki/display/ABAP/SingleTransactionAnalysis

> As a SAP BI consultant, I need to figure out some bottlenecks in a function module, that's used by a so called virtual InfoCube based on Functional Module. I tried ST12 and got some results. Unfortunately, they are very different from what the RSRT debugging tool is providing, especially in comparing ABAP Time and DB Time.

you should be able to open the abap trace taken with ST12 in SE30 (go to the application server where the trace was recorded and check the trace files there) Check the STAD record as well...

Kind regards,

Hermann

Read only

ThomasZloch
Active Contributor
0 Likes
1,585

Please use the search function of SCN (white box in top right), this brings up for example:

/people/hermann.gahm/blog/2009/09/08/single-transaction-analysis-st12-150-getting-started

Thomas

Read only

0 Likes
1,584

thanks Thomas,

at a first glance it seems to be the initial help I needed!

Thanks Hermann, your answer is apreciated! OSS Note 755977 is helpful. However, I was looking for an introduction like in your blogs. I'm only missing the "TASKS & HTTP" Button now.

Cheers!

Neven

Read only

HermannGahm
Product and Topic Expert
Product and Topic Expert
0 Likes
1,584

Hi,

> Thanks Hermann, your answer is apreciated! OSS Note 755977 is helpful. However, I was looking for an introduction like in your blogs. I'm only missing the "TASKS & HTTP" Button now.

I'm busy working on that...

Kind regards,

Hermann

Read only

0 Likes
1,584

well, I've overseen the links on the right, my bad! It might be some comfort, that I've ordered that ABAP Performance Tuning Book today.

Still waiting for your "Tasks & HTTP" Button usage blog ;-).

Cheers!

Neven

Read only

HermannGahm
Product and Topic Expert
Product and Topic Expert
0 Likes
1,584

Hi,

thanks.

I'll try to finish it soon (migth still take some time)... but at least i have started with it...

Kind regards,

Hermann

Read only

Former Member
0 Likes
1,584

the ST12 is actually only a transaction on top of SE30 and ST05, it uses the basic tool internally.

The functionality in the SE30 is the USER/SERVICE button, which I did not cover in the basic approach.

But somebody else wrote already a blog on it, see

/people/olga.dolinskaja/blog/2009/12/11/abap-runtime-analysis-se30--how-to-analyze-abap-program-flow

It is further down. Same holds 1:1 for ST12. The nice features of the ST12 are the callstack approximations

of the ST12. The ST12 is nice tool, but not in the SAP standard, therefore only available on demand.

Siegfried