<?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: difference b/w process codes and processing routines in EDI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482060#M1419115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I mentioned, it's a read of TNAPR and a dynamic call from the application program.  You will see the output program in the ABAP call stack if the output is set to process immediately.  If not, then you need to run RSNAST00 to process the output.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You turn on the update debugger using Settings -&amp;gt; Update debugging from the debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2010 15:01:39 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2010-01-19T15:01:39Z</dc:date>
    <item>
      <title>difference b/w process codes and processing routines in EDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482057#M1419112</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;While configuring EDI for any partner we specify process codes at message control tab in &lt;STRONG&gt;partner profile&lt;/STRONG&gt;, also we specify &lt;STRONG&gt;processing routines&lt;/STRONG&gt; at output types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the functionality happened at process codes and processing routines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to debug the application by keeping break-points at process codes and processing routines, but i'm not able to enter into debugging mode, but finally i'm able to post the document and create IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 13:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482057#M1419112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T13:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w process codes and processing routines in EDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482058#M1419113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally, you need to turn on your update debugger if you want to debug output processing.  Without going into too much detail, your 'processing routine' is the subroutine in your output program that is configured in NACE and called dynamically based on a read of the TNAPR table during output processing.  If you have specified an ALE/EDI output mode, then the standard program and routine are used which further reads your partner profile and message configuration.  Your 'process code' is the function that is configured in your ALE/EDI setup to format and fill the IDOC prior to dispatch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 15:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482058#M1419113</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-01-18T15:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w process codes and processing routines in EDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482059#M1419114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have taken ST12 trace while posting the document, but i could not find at least any process code call or processing routine program 'RSNASTED' in the trace. how these programs are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such case, how to turn ON update debugging?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 04:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482059#M1419114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-19T04:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w process codes and processing routines in EDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482060#M1419115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I mentioned, it's a read of TNAPR and a dynamic call from the application program.  You will see the output program in the ABAP call stack if the output is set to process immediately.  If not, then you need to run RSNAST00 to process the output.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You turn on the update debugger using Settings -&amp;gt; Update debugging from the debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 15:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-process-codes-and-processing-routines-in-edi/m-p/6482060#M1419115</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-01-19T15:01:39Z</dc:date>
    </item>
  </channel>
</rss>

