‎2010 Aug 03 10:26 AM
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
‎2010 Aug 03 10:40 AM
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
‎2010 Aug 03 10:33 AM
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
‎2010 Aug 03 10:40 AM
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
‎2010 Aug 03 10:52 AM
Thanks!!!
The dispatch time is 4. But it is still not getting stop at the break point . I have started update debugging also.
Sandeep
‎2010 Aug 03 10:55 AM
‎2010 Aug 03 10:57 AM
Hi,
Which standard process code is used for triggering idoc ? In which enhancement component you have done the modifications ?
Regards
Vinod
‎2010 Aug 03 10:59 AM
‎2010 Aug 03 11:00 AM
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
‎2010 Aug 03 10:46 AM
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