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

How to debug outbound Idoc function module for invoice

Former Member
0 Likes
6,046

I have to debug the outbound IDOC function module and UserExit for invoice message type INVOIC, process code SD09, function module is IDOC_OUTPUT_INVOIC and user exit for the function module LVEDF001.

I tried putting the break point in function module IDOC_OUTPUT_INVOIC and recreate the IDOC using WE19 but it creates the idoc but does not stop at the break point. I have also tried generation of idoc through VF02. It again creates the idoc but does not stop at the function module.

Please let me know if I am missing any thing and not doing it right.

Appreciate your help.

Rohit

5 REPLIES 5
Read only

Former Member
0 Likes
1,764

Hi

find below link

Read only

Former Member
0 Likes
1,764

Did u chk through the program RSNAST00?

Give the selection parameter values o/p application, object key & o/p type...this will stop at ur breakpoint.

Before that u have to set the o/p to option 1.

Read only

Former Member
0 Likes
1,764

Hi

I have the same problem

do you get solution?

thanks

Read only

0 Likes
1,764

You program RSNAST00 to debug the outbound FM.

Read only

0 Likes
1,764

Hi Ali,

I faced the same problem. Thing is the break point is not getting triggered when i ran tha IDOC through WE19.

What i have done is i created a project for my exit in CMOD and kept some junk code in the exit and executed it through BD21. Then the Break point got triggered. See if it works.

Regards,

Uday S.