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

how to debug a macro

Former Member
0 Likes
1,108

Hello guys,

in a program I have a macro defined like:

FORM form1.

DEFINE macro1.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
542

No,You cannot debug a [Macro|http://forums.sdn.sap.com/click.jspa?searchID=37988739&messageID=1729125].

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
543

No,You cannot debug a [Macro|http://forums.sdn.sap.com/click.jspa?searchID=37988739&messageID=1729125].

Read only

Former Member
0 Likes
542

Thanks, I could not find a similar thread...

Regards!

Read only

Former Member
0 Likes
542

Hi,

You cannot debug a macro.So according to standards we should not write complex codings in it.

What you can do is..?

If you have any problem in Macro.

Just execute the block of code outside the macro and check whether it is working or not.

If its workign then you can copy the same in to macro.

Thanks & Regards,

Vamsi.