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: 

Idoc-Urgent

Former Member
0 Kudos

Hi folks,

How to debug outbound idoc's?Kindly reply asap.

Thanks in advance.

4 REPLIES 4

former_member208856
Active Contributor
0 Kudos

Hi,

please go in tcode we41 and check the process code for the outbound idoc.

double click on that process code and check the function module for that process code.

go in that function module and select a break-point for debugging.

Now create your outbound idoc and debug.

Note : please check your process code in your partner profile also, is it same for that idoc.

Regards,

Sandeep Kaushik

GauthamV
Active Contributor
0 Kudos

hi,

u can achieve this using BD87.

Former Member
0 Kudos

hi Hosmath

Debuging can be done using WE19 (Test Tool for IDocs) which also allows you to test custom FMs for IDoc processing.

Reward if helpful

Regards

Lakshman

Former Member
0 Kudos

Hi,

1. Put a break point on the function module that is used to create the output.

2. Then trigger the output from the transaction ,however in the further data of the ouput mention the despatch time as 1 (send with periodically scheduled job )

3. Now go to program RSNAST00.

a. Enter the Output application ( if you know )

b. Enter object key ( note if the object key is not 10 characters long then prefix with zeros until the length is 10 chars )

c. Enter the output type

d. Press F8.

Now the program will stop after the break point is reached in the function module and then you can enjoy debugging.

Note : The program RSNAST00 is called to process the entries in the NAST table.

regards,

Advait.