2007 Jun 11 10:38 AM
Hi,
Can anyone tell me How to debug abap macros?
Thanks in advance.
-Selva
2007 Jun 11 10:42 AM
Hi,
Can anyone tell me How to debug abap macros?
Thanks in advance.
-Selva
2007 Jun 11 10:42 AM
2007 Jun 11 10:43 AM
2012 Sep 12 10:09 AM
This is possible with the New ABAP Debugger using "ABAP Byte Code" under "Source Code Edit Control"
2012 Sep 12 10:13 AM
Hi
As macro is consideared as command so sap does not allow to debugg macro.
2012 Sep 12 10:51 AM
I forgot to mention that this feature is only available in SAP NetWeaver 7.0 EhP2 and higher.
2014 Jul 24 3:32 PM
Hi Rigel,
Understand it is a very old thread, but still could you please help me out with this? I tried to search for the option which you mentioned, but to no avail. I have SAP ECC 7.0.
Thanks in advance.
2016 Jun 13 8:48 PM
Hello Sr Rigel , you can actually debug only local macros ( defined locally) , those global can not, because they are internally executed by the system , for the information of all global macros are within the maintenance table TRMAC , here is is the logic that each macro internally.
Hola Sr Rigel, realmente puedes debuggear unicamente las macros locales (definidas localmente), aquellas globales no se puede, ya que son ejecutadas internamente por el sistema, para conocimiento de todos, las macros globales se encuentran dentro de la tabla de mantenimiento TRMAC, aqui se encuentra la logica que tiene cada macro internamente.
Example: trmac-name = 'BREAK' -> this is a global macro***
Regards!
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |