<?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: outbound process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770597#M645555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the NACE transaction: all the out put types stored in nace transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EF: Purchage orders  &lt;DEL&gt;-&amp;gt;goto&lt;/DEL&gt;&amp;gt;Outputtype--&amp;gt;NEUS-(Outputtype)&lt;/P&gt;&lt;P&gt; or else Goto  WE42 (This the easy way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy way: T.Code: WE64  all function modules and out put types stored in This T.code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 07:00:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T07:00:09Z</dc:date>
    <item>
      <title>outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770594#M645552</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 need to create outbound Process code for ME22N T code for outbound IDoc&lt;/P&gt;&lt;P&gt;I am using we41 T code to create the above&lt;/P&gt;&lt;P&gt;but i am unable make&lt;/P&gt;&lt;P&gt;any suggestions plz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rasheed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 05:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770594#M645552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T05:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770595#M645553</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;Try with these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type: ORDERS&lt;/P&gt;&lt;P&gt;Idoc type: ORDERS05&lt;/P&gt;&lt;P&gt;Outbound process code for purchase order: ME10 &lt;/P&gt;&lt;P&gt;Look at partner profile fo that vendor and see the message control and are you using correct message control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application : EF&lt;/P&gt;&lt;P&gt;Output type - Purchase order transaction ( NEU Standard one) and process code = ME10 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770595#M645553</guid>
      <dc:creator>sailaja_vadlamudi</dc:creator>
      <dc:date>2007-09-04T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770596#M645554</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 think you no need to create 'process code' if u r using standard outbound F.M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the way you can check the corresponding standard &amp;lt;b&amp;gt;'Process Code'&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know any F.M or Message type or Basic type, then from WE57 you can find the corresponding process code.&lt;/P&gt;&lt;P&gt;Goto WE57 and make use &amp;lt;b&amp;gt;position button&amp;lt;/b&amp;gt; and u will get one popup screen and then press &amp;lt;b&amp;gt;F4&amp;lt;/b&amp;gt; on any field then it will open the other screen in that screen make search for process code by giving the input values in Ctr+F search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;How to create Process code for outbound.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;-Goto WE41- select change mode- then press 'new entries' button, then u will get one screen in that give name and discription for new 'Process code' and assign corresponding F.M, select the radio buttons of 1-process with ALE service and 2-process with F.M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then press Save button it will ask the &amp;lt;b&amp;gt;customer request not workbech request save under customer request.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This is the way how to create process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770596#M645554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770597#M645555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the NACE transaction: all the out put types stored in nace transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EF: Purchage orders  &lt;DEL&gt;-&amp;gt;goto&lt;/DEL&gt;&amp;gt;Outputtype--&amp;gt;NEUS-(Outputtype)&lt;/P&gt;&lt;P&gt; or else Goto  WE42 (This the easy way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy way: T.Code: WE64  all function modules and out put types stored in This T.code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770597#M645555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770598#M645556</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;There is a process code Avaiable for Message type ORDCHG that is ME11. &lt;/P&gt;&lt;P&gt;In tcode WE41 you can find this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need to Create a New process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if u still want to Create:&lt;/P&gt;&lt;P&gt;WE41  - Create process code&lt;/P&gt;&lt;P&gt;WE57 - Assign the FM to Process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2770598#M645556</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-06T07:16:04Z</dc:date>
    </item>
  </channel>
</rss>

