‎2008 Nov 04 4:45 AM
Hi,
I know how to debug inbound idoc using WE19 can sum1 tell how can i debug outbound function module.
i want to debug to see as to why certain segments are not being updated in IDOC PORDCR1.PORDCR102.
even though i put an external break-point it does't trigger .
Regards,
Jayaram Maganti
‎2008 Nov 04 4:57 AM
>
> Hi,
>
> I know how to debug inbound idoc using WE19 can sum1 tell how can i debug outbound function module.
> i want to debug to see as to why certain segments are not being updated in IDOC PORDCR1.PORDCR102.
> even though i put an external break-point it does't trigger .
>
>
> Regards,
> Jayaram Maganti
Hi
See this link this is helpful for you.[debug outbound function module|;
‎2008 Nov 04 5:50 AM
Hello,
You can put a break point in the Outbound Selection Program (FM) at a place where you want to make an observation. After that, execute the Program RSNAST00 with the Output Type & it will take you to the Break Point where you can check the Contents of the IDOC_DATA Table.
Hope this helps.
Thanks and Regards,
Venkat Phani Prasad Konduri
‎2008 Nov 04 8:04 AM
Hi,
You cannot debug the outbound function module using W19. WE19 runs only the program relavant for passing the IDoc to port.
Are you using message control to generate IDocs?
Rgds,
AK
‎2008 Nov 04 8:34 AM
Try to write
break-point.
statement in the ABAP code where you want to debug.
May be will help you.