2016 Feb 14 4:16 PM
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.
2016 Feb 15 4:38 AM
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
2016 Feb 15 5:53 AM
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.
2016 Feb 15 7:10 AM
Hi Reshma,
I Clicked on the PerModunit, still unable to find it. Can you pls attach any screenshot that will be grt helpful.
2016 Feb 15 7:22 AM
2016 Apr 02 1:11 PM
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.
2016 Feb 15 7:17 AM
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