‎2010 May 05 9:53 AM
Hi folks,
I know that we cannot debug macros. But I'd like to know why? Is there some kinda technical limitation, or is this something that SAP has not bothered to look at, so far?
I mean, if you can debug ABAP programs, subroutines, function module, etc, it would only make sense that we should be able to do the same thing for macros,, even if they are invoked, compiled, put together, or what have you, during the run time. After all, they are just a collection of executable lines of code.
Thanks for your clarification
‎2010 May 05 10:01 AM
As I understood, macro is read as a command, so SAP doesn't enter in the detail of the command
‎2010 May 05 10:02 AM
In The first pass of interpration for the program the Call to the macro's are replaced (i.e the line at which the marco is invoked the actual macro body is inserted )the actual macro defination ie. its not a call is total replacement so probably we can not bebug macro.