Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Macros

Former Member
0 Kudos

Hi ,

Can we debug a Macro in 4.7 C ?.

Please let me know how to enable it if it is possible.

Regards,

Babul.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

debugging macros is not possible.

rgds,

bharat.

5 REPLIES 5

Former Member
0 Kudos

Hi,

debugging macros is not possible.

rgds,

bharat.

manubhutani
Active Contributor
0 Kudos

you cant debug macro in any version of sap

Former Member
0 Kudos

Hi,

Debugging macros is not possible in any version of SAP. A workaround is, to create a temporary subroutine and copy the code from the macro in to the subroutine.

This way you can debug the code written in the macro. once satisfied, you can again copy the code to the macro.

Please reward points if the suggestion was useful.

cheers,

Raghav.

0 Kudos

Activate system debugging & you can debug it.

Former Member
0 Kudos

I activated system debugging, still could not debug. PLease elaborate.