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

hw to debug outbound function module

Jay71
Participant
0 Likes
661

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

4 REPLIES 4
Read only

Former Member
0 Likes
578

>

> 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|;

Read only

Former Member
0 Likes
578

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

Read only

Anjhi
Contributor
0 Likes
578

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

Read only

Former Member
0 Likes
578

Try to write

break-point.

statement in the ABAP code where you want to debug.

May be will help you.