How do i debug a report a during execution?
1) I know we can do this by putting a breakpoint in a Program before execution through se38.
2) Or it can be done by putting a /h before execution.
But what if i forget to put break point and also forget /h. Now during the execution,the program takes a long time in processing , so i want to know at which statement or loop is the processing going on.Is there any transaction or way how i can find this out and then put a break point there .