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

Macro Debug in New Debugger.

Former Member
0 Likes
1,775

Hi All,

Can some one please help me to Debug a Macro ?

I have got the debugger inside Macro, but it's in Byte Code format, which is uninterpretable.

So, can some one help me to debug Macro or to interpret the Byte Code ?

Thanking You All.

5 REPLIES 5
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
784

Hi Ankit,

not 100% sure if something has changed recently. But to my knowledge, you cannot debug a macro.

Regards

Thorsten

Read only

Former Member
0 Likes
784

I have got the debugger inside Macro, but it's in Byte Code format, which is uninterpretable.

What do you mean by that? I agree with Thorsten. I dont think you can debug them. A real pain if you ask me. 

Regards,

Shravan

Read only

0 Likes
784

Hi All,

I am sure about this because its an added feature in EHP5 Upgrade.

Hi Shravan,

Byte Code are translated format of the Code that we write in ABAP Editor which is not possible for us to understand.

Still I am trying to find it out, will certainly post, if I will find some useful thing.

Well, I have completed my requirement by checking the field values in debugger, but I am curious to know how to debug a macro.

So, will certainly try to come up with some useful thing.

Thanking You All.

Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
784

Hi friend,

you can find how to debug macro in my blog.

Best regards,

Jerry

Read only

0 Likes
784

Hi Jerry,

Nice blog indeed, but the problem is,,

how to get the symentics of BYTE CODE ?

This is where I get stuck.

Thanking You All.