<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to debug the specified program in processing routines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322544#M1226741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all those quick and helpful answers! I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first reply solved my problem right away. I was able to debug my program by changing the debugger settings to include Update Task Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to limited time, I wasn't able to try out the suggestions in the other replies. But, I am pretty sure that they would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone,&lt;/P&gt;&lt;P&gt;Guven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2009 16:28:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-05T16:28:32Z</dc:date>
    <item>
      <title>How to debug the specified program in processing routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322540#M1226737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am willing to learn how I can debug my program that I have specified as a processing routine in the SD Output Types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an output type in the customizing activity SD-&amp;gt;Basic Functions-&amp;gt;Output Control-&amp;gt;Output Determination-&amp;gt;Output Determination Using Condition Technique-&amp;gt;Maintain Output Determination for Billing Documents-&amp;gt;Maintain Output Types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have specified my processing routine. The transmission medium is selected as Special Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating a billing document, my program does run. However, I am willing to debug my program and placing a breakpoint in it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322540#M1226737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T14:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the specified program in processing routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322541#M1226738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well thats probably because your coding runs in update task.&lt;/P&gt;&lt;P&gt;Try switching on update task debugging (type /h in ok-code box, press enter, now use the menu, debugging -&amp;gt; debugging in update task.), and see if it stops then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322541#M1226738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the specified program in processing routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322542#M1226739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be trying to generate the output with Dispatch time 4 - Send Immediatly (when saving the application). This way system processes the output in the background task so, it doesn't stop to your break point in your routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the report RSNAST00 to generate the Output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the break point in your Output Routine.&lt;/P&gt;&lt;P&gt;You can set the dispatch time as 1 in the Billing document &amp;gt; Header &amp;gt; Message .. Further data for a new message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than run the RSNAST00 with&lt;/P&gt;&lt;P&gt;Output application V3&lt;/P&gt;&lt;P&gt;Object Key - Billing document (with leading zero)&lt;/P&gt;&lt;P&gt;Output type - your output type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322542#M1226739</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-03-05T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the specified program in processing routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322543#M1226740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the dispatch time as 1 instead of 4 in the Billing document &amp;gt; Header &amp;gt; Message .. Further data for a new message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than run the RSNAST00 (SE38) &lt;/P&gt;&lt;P&gt;Output application V3&lt;/P&gt;&lt;P&gt;Object Key - Billing document  with leading zeros.&lt;/P&gt;&lt;P&gt;Output type - your output type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/h - debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto line 936 and put a Breakpoint. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and from here continue Debugging.  F5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322543#M1226740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug the specified program in processing routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322544#M1226741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all those quick and helpful answers! I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first reply solved my problem right away. I was able to debug my program by changing the debugger settings to include Update Task Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to limited time, I wasn't able to try out the suggestions in the other replies. But, I am pretty sure that they would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone,&lt;/P&gt;&lt;P&gt;Guven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 16:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-the-specified-program-in-processing-routines/m-p/5322544#M1226741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T16:28:32Z</dc:date>
    </item>
  </channel>
</rss>

