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.