‎2007 Oct 12 7:29 AM
hello all,
I have defined a macro using DEFINE macro_name ..... END-OF-DEFINITION. I would like to debugg this macro. Could anyone please tell me how to do this. Pressing F5 simply execute the macro. It is not going inside the macro.
Thanks in advance
Rekha
‎2007 Oct 12 7:44 AM
Hi,
it is not possible to debug a macro. So it is better to use something else instead of macros (forms, function modules, includes...).
Regards, Marina
‎2007 Oct 12 7:41 AM
Hi,
You cannot debug MACRO's and you cannot set any break points in the MACRO and debugger will not go into the MACRO.
It just treats it as a statement.
Reward if helpful.
Ankur
‎2007 Oct 12 7:44 AM
Hi,
it is not possible to debug a macro. So it is better to use something else instead of macros (forms, function modules, includes...).
Regards, Marina
‎2007 Oct 12 7:47 AM
HI
in SAP there is no way to put BREAK points for MACROS
in FM you can put the break points
<b>Reward if usefull</b>