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 a macro

Former Member
0 Kudos

Hi all,

Can any one let know how to debug a macro

ie code between define and end define.

Regards,

siva ch

4 REPLIES 4

Former Member
0 Kudos

hI

You cannot debug MACRO's and you cannot set any break points in the MACRO and debugger will not go into the MACRO.

It just treats it as a statement.

in SAP there is no way to put BREAK points for MACROS

in FM you can put the break points

Reward if usefull

Former Member
0 Kudos

Sorry, but you can't debug macro as far as I know.

Regards,

Kyung Woo.

Former Member
0 Kudos

when the debugging pointer reaches the macro, by pressing the F5 button it will go into the macro and debug.

Former Member
0 Kudos

Thanks for you responce