<?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/2845897#M666703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI hari.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound process code will be used only in case of Message Control (Transaction data in MM and SD Modules) . &lt;/P&gt;&lt;P&gt;It will refer the the Outbound FM that will create the IDOCS in outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for Master data we need not to assign the Outbound process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 10:07:45 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-10-03T10:07:45Z</dc:date>
    <item>
      <title>outbound process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845895#M666701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all abap gurus &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my querry is  we know that in inbound partner profile s processcode is thre . and it is assigned to one function module in that we are write the code for i/b program ie to pick the data form idoc and to update in to database .  we write the o/b program in the abap editor se38 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what is the purpose of outbound process code ? can u pls expain in detail ? pls points will be assured for good anserws ? thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845895#M666701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:02: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/2845896#M666702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;Similar to Inbound for Outbound also&lt;/P&gt;&lt;P&gt;the Outbound Process code triggers the Fun module for outbound Idocs&lt;/P&gt;&lt;P&gt;So PROCESS code is mainly to trigger the Fun module of respective Type(Inbound/Outbound)&lt;/P&gt;&lt;P&gt;see WE41 and WE42 for Outbound and Inbound process codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845896#M666702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:05:18Z</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/2845897#M666703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI hari.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound process code will be used only in case of Message Control (Transaction data in MM and SD Modules) . &lt;/P&gt;&lt;P&gt;It will refer the the Outbound FM that will create the IDOCS in outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for Master data we need not to assign the Outbound process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845897#M666703</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-03T10:07:45Z</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/2845898#M666704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outbound and inbound process codes are different and the function modules are also different for each process code.&lt;/P&gt;&lt;P&gt;For outbound, the process code is defined in the messagecontrol (in WE20 partner profile definition).&lt;/P&gt;&lt;P&gt;For inbound the process code is defined in the inbound options.(in WE20).&lt;/P&gt;&lt;P&gt;Every process code will have to be linked to message type and function module in WE64.&lt;/P&gt;&lt;P&gt;In WE57 also you need to define the link between logical message type and the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go thro this link, u will get idea abt process codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b805a43d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b805a43d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b804d43d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b804d43d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;P&gt;Murali Poli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845898#M666704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:09:12Z</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/2845899#M666705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in outbound(sending system) process code reads the application document&lt;/P&gt;&lt;P&gt;means whenever changes made to an businessobject these changes can be read &lt;/P&gt;&lt;P&gt;by process code . process code contain function module&lt;/P&gt;&lt;P&gt;u have to keep the logic inthis function module.and this function module reads the document generates IDOC in outbound system&lt;/P&gt;&lt;P&gt;WE41(outbound process code)&lt;/P&gt;&lt;P&gt;WE42(inbound process code)&lt;/P&gt;&lt;P&gt;reward for use ful points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845899#M666705</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-03T10:11:44Z</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/2845900#M666706</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; go through tis link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2022"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-process-code/m-p/2845900#M666706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:15:36Z</dc:date>
    </item>
  </channel>
</rss>

