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

Debugging a custom function that is triggered when resending an Idoc message.

Former Member
0 Likes
626


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.

3 REPLIES 3
Read only

SharathYaralkattimath
Contributor
0 Likes
590

Maybe the code where you placed break-point is executed by system ID other than your ID.

Try putting external break-point.

Read only

0 Likes
590

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?

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
590

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.