<?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 Which Process outbound process code i must use? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305166#M791511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i am configuring a Outbound Sales Order - using Message Control. I have done all the settings but i am not sure which Outbound Process code should be used? &lt;/P&gt;&lt;P&gt;I am using Message type Orders and Idoc type Orders05 but which process code i must use to ensure that i send a sales order idoc when a sales order is created in the system.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 02:22:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T02:22:59Z</dc:date>
    <item>
      <title>Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305166#M791511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i am configuring a Outbound Sales Order - using Message Control. I have done all the settings but i am not sure which Outbound Process code should be used? &lt;/P&gt;&lt;P&gt;I am using Message type Orders and Idoc type Orders05 but which process code i must use to ensure that i send a sales order idoc when a sales order is created in the system.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 02:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305166#M791511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T02:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305167#M791512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use transaction code WE41 &amp;amp; check for process code SD10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 02:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305167#M791512</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-01-23T02:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305168#M791513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read in one of the post that IDOC_OUTPUT_ORDERS can be used for both Purchase orders and Sales orders. Is it true? How will the system identify what to process when? I mean how will the system come to know that IDOC_OUTPUT_ORDERS should work for PO or SO. I thought there will be two different process code, but i could find only one process code in the system ME10 which points to PO. Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 02:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305168#M791513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T02:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305169#M791514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you are using process code SD10, then associated function module is IDOC_OUTPUT_ORDRSP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 02:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305169#M791514</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-01-23T02:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305170#M791515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Now i am getting the following error message any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Too many recipients found for message type ORDERS in the ALE model&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message no. B1130&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Diagnosis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the ALE distribution customer model several recipient systems for IDOCs with message type ORDERS and filter object type 'KUNNR' with value '20001XXXXX' have been modeled from this system, but only one recipient system is allowed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please change the ALE distribution customer model so that it allows only one recipient system for the message from this system.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 03:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305170#M791515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T03:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Which Process outbound process code i must use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305171#M791516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using distribution model then please check BD64. I think it something related to filter to model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not 100% sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 03:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-process-outbound-process-code-i-must-use/m-p/3305171#M791516</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-01-23T03:33:03Z</dc:date>
    </item>
  </channel>
</rss>

