Application Development 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: 

How to debugg the outbound idoc

Former Member
0 Kudos

Hi all,

I am adding one segment standard Invoic02 outbound idoc.

Executing invoice number ,idoc automaticall y trigger and populate the data.

1)problem is my new adding segment is not populated idoc level.

2)I am testind idoc (WE19) showing a 02 error.

3) How to debugg the outbound idoc.

Thanks

Sreddy

2 REPLIES 2

P561888
Active Contributor
0 Kudos

Hi ,

Goto SE38 and enter the program name as RSNAST00 . and in the selection screen give the Output application and Output type.. Put the break point in the outbound program .

Regards,

Bharani

former_member589029
Active Contributor
0 Kudos

Take a look at your outbound processing code (transaction WE41). When you double click on the entry you are using you can find the function module which is used to process the IDOC. Just set a breakpoint at the beginning of that function module and you can debug the creation of your outbound IDOC.

Hope that helps,

Michael