‎2014 Jul 01 2:03 PM
I am trying to debug a custom program that is triggered when resending a IDOC message in transaction ME22n. I set the break point the my function but it never stops.
Also I am having the same problem when I run program RM06BB20. Help please.
‎2014 Jul 01 2:27 PM
Maybe the code where you placed break-point is executed by system ID other than your ID.
Try putting external break-point.
‎2014 Jul 01 6:11 PM
Thanks Sharath but I have already done that. Someone suggested that I use RSEOUT00 to debug the custom function after changing the message output in ME22N. Does anyone know how to do this?
‎2014 Jul 01 9:56 PM
I'm confused - so is it a program or is it a function? What exactly are you trying to debug? Custom output program? Some kind of IDoc user exit? Please clarify.