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

Clarification in ST12 TCode.

ravi_chandra3
Active Contributor
0 Likes
1,508

Hi team,

I have written one routine in BW Transformation(End routine).

The routine consists of

1). 2 Seelect statement fetching data from table.

2). parallel cursor method  without read statement,

3) Loop at itab1 into wa1. < Some code >......endloop.

4.) Loop at itab2 into wa2. < some code>..... endloop.

Now when i see the trace log in ST12. I am able to see the logs of only select statement. But unable to see the logs of the rest of the code like loop statement , parallel cursor method etc.

Please help me in tracing the rest of the code like loop, read etc..

Many thanks,

Regards,
RC.

6 REPLIES 6
Read only

paul_bakker2
Active Contributor
0 Likes
1,341

Hi,

Huh, I'd never heard of ST12 until I saw your post!

But it sounds like you want transaction SAT (Runtime Analysis). That will break down the execution step by step.

cheers

Paul

Read only

Former Member
0 Likes
1,341

Hi Ravi,

When you select a trace in st12 t code  and click on abap trace you will get screen where statistics of abap trace is displayed. At left side corner there is one option per mod unit, when you click that you will get all the execution time in detail for loop stmt etc.

Thanks.

Read only

0 Likes
1,341

Hi Reshma,

I Clicked on the PerModunit, still unable to find it. Can you pls attach any screenshot that will  be grt helpful.

Read only

0 Likes
1,341

Hi,

Please see attached screen shot.

Thanks,

Reshma patil

Read only

0 Likes
1,341

Hi Reshma,

Sorry for the late response. Still i am unable to find my loop, read statement in st12 trace log.

I think the above highlighted codes are in build code or standard code.

Please correct me if i were wrong.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,341

Did you search, find and read the OSS note 755977 - ST12 "ABAP Trace for SAP EarlyWatch/GoingLive" (there is an hyperlink on SE12 initial screen)

Regards,

Raymond