Application Development and Automation 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: 
Read only

Debugging Macros

Former Member
0 Likes
1,034

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
Read only

Former Member
0 Likes
937

Hi,

debugging macros is not possible.

rgds,

bharat.

5 REPLIES 5
Read only

Former Member
0 Likes
938

Hi,

debugging macros is not possible.

rgds,

bharat.

Read only

manubhutani
Active Contributor
0 Likes
937

you cant debug macro in any version of sap

Read only

Former Member
0 Likes
937

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.

Read only

0 Likes
937

Activate system debugging & you can debug it.

Read only

Former Member
0 Likes
937

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