cancel
Showing results for 
Search instead for 
Did you mean: 

[ABAP] program doesn't stop on a breakpoint (MIGO)

Michał_B
Explorer
0 Kudos

Hi.

When I do some posting in MIGO (mvmt 101) there are several forms printed while creating material document. I went to print program to put a breakpoint, I also set a breakpoint in RSNAST00 from where each and every print program should be called. Now I do the posting, I get my material document created, labels printed, but breakpoints don't trigger any stop.

When I go to MB02 and repeat message from there, breakpoints work perfectly well. I tried to debug MIGO to find out how/where those printouts are triggered, but no luck.

Any suggestions what's going on?

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

Probably the MIGO printout is triggered via an asynchronous update task. You have to activate the "update debug" (debug settings) before posting, then the debugger will start at the beginning of the update task, and you'll have to set your breakpoints (if you have set user breakpoints before, I guess it should also stop but I'm not sure).