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: 

how to debug a macro

Former Member
0 Kudos

Hello guys,

in a program I have a macro defined like:

FORM form1.

DEFINE macro1.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

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

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Regards!

Former Member
0 Kudos

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.