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

Debug the outbound IDOC

Former Member
0 Likes
2,245

Hi,

I have one outbound IDOC for billing (VF01). I need to debug the outbound IDOC for find out the problem.

I have one customer exit and put the debugger there. I used RSNASTED00 to debug but control is not stopping and throwing message as 0 idoc found. How can I debug the idoc to reach at destination point.

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,778

hi Sandee,

When using program RSNAST00 to generate an IDOC you have to make sure that the output Dispatch time is set to "1 - send with periodically scheduled job".

Best regards

LN

8 REPLIES 8
Read only

Former Member
0 Likes
1,778

Hi,

check the despatch time of the output type generated in NAST (NAST-VSZTP). RSNAST00 process the NAST entries with despatch time 1(Send with periodically scheduled job) & 2 (Send with job, with additional time specification). If the despatch time is 3 or 4 then you have to activate [Update debugging| ] to debug the processing of IDOC.

Regards

Vinod

Read only

Former Member
0 Likes
1,779

hi Sandee,

When using program RSNAST00 to generate an IDOC you have to make sure that the output Dispatch time is set to "1 - send with periodically scheduled job".

Best regards

LN

Read only

0 Likes
1,778

Thanks!!!

The dispatch time is 4. But it is still not getting stop at the break point . I have started update debugging also.

Sandeep

Read only

0 Likes
1,778

why dont you try to recreate a idoc using we19

Read only

0 Likes
1,778

Hi,

Which standard process code is used for triggering idoc ? In which enhancement component you have done the modifications ?

Regards

Vinod

Read only

0 Likes
1,778

Process code is FT01.

The FM is IDOC_OUTPUT_INVOIC

Read only

0 Likes
1,778

Hi,

Which enhancement is used to add the custom code ? Enhancement LVEDF001 is used for customization in idoc processing using IDOC_OUTPUT_INVOIC.

Regards

Vinod

Edited by: Vinod Kumar on Aug 3, 2010 3:31 PM

Read only

Former Member
0 Likes
1,778

why don't you get into the debug screen then add add the debug point for your custom exist from breakpoint tab.

or else add the break point to your custom code and reprocess the idoc from we19.

Nafran