‎2010 Oct 13 6:37 PM
Hello,
Quick question: When I am in a method that has been called by another method, how can I find the name of the first method that called to second one ?
Best regards,
Hugo
‎2010 Oct 13 8:55 PM
‎2010 Oct 13 8:10 PM
Put a break point at last level. and in the debugging screen check ABAP stack to know the call sequence..
Thanks,
Naveen.I
‎2010 Oct 13 8:33 PM
Thank you Naveen
In fact, I would like to know how to find the calling method in a runtime environment, not in debug mode.
My program needs to execute some actions depending on the method initiated the call.
Regards,
Hugo
‎2010 Oct 13 8:55 PM
‎2010 Oct 14 12:30 PM
‎2010 Oct 14 1:22 PM