<?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: Process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222384#M136873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhananda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code&amp;lt;/b&amp;gt;:&lt;/P&gt;&lt;P&gt;R/3 uses the method of logical process codes to detach the IDoc processing and the processing function module. They assign a logical name to the function instead of specifying the physical function name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inbound processing code is assigned analogously. The processing code is a pointer to a function module which can handle the inbound request for the specified IDoc and message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outbound function module is triggered using a process code in the IDoc Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for more detail on how to assign a process code (outbound processing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also find this useful links for ALE and IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2006 03:11:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-12T03:11:43Z</dc:date>
    <item>
      <title>Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222375#M136864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the process code, how to use the in outbound processing, please give me details of process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;santha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222375#M136864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T07:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222376#M136865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROCESS CODE is linked with either a FUNCTION MODULE OR WORK FLOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS CODE IS LINKED WITH FUNCTION MODULE IN CASE OF ALE SCENARIO AND IN CASE OF EDI SCENARIO, IT IS LINKED WITH WORK FLOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE FUNCTION MODULE IS NOTHING BUT THE POSTING FUNTION MODULE WHICH HAS THE LOGIC TO POST DATA INTO THE UNDERLYING DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, for material master , process code is MATM, which is linked with fn module IDOC_INPUT_MATMAS01 which inturn posts data into the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u must give the procees code in the inbound parameters(receiver) side in partner profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to create ur own process code, u can do it in bd57 and u can assign it to the fn module in we42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hymavathi Oruganti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222376#M136865</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-11T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222377#M136866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi santha Reddy,&lt;/P&gt;&lt;P&gt;Process code is by trancation code WE42.&lt;/P&gt;&lt;P&gt;which tells the corresponding function module to fill up the idoc with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222377#M136866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222378#M136867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code:&amp;lt;/b&amp;gt; Code which identifies the type of data which is to be sent via the IDoc interface. Using the process code, the IDoc interface finds the application selection module which converts the SAP document into an IDoc. The process code is only used with applications which perform outbound processing via Message Control (NAST).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Process code is assgined to a message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can access the Outbound Process codes using the transaction code: &amp;lt;b&amp;gt;WE41.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Joseph Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222378#M136867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T07:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222379#M136868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Every Process code is associated with a function module. So, when you configure a Partner profile in WE20 for Inbound IDOCS, you specify the message type and a process code. That means, the function module tied to that process code will be triggere and the IDOC data will passed to the funciton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the WE82 transaction. Also look at this document.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help you understand things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry the T Code is WE42&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222379#M136868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222380#M136869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi reddy,&lt;/P&gt;&lt;P&gt;Process code is the alternative name for the process which we are actually going to carry out.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process code refers to function module or workflow in ALE Context..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222380#M136869</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-11T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222381#M136870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   Check this out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 08:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222381#M136870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222382#M136871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhananda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**what is the process code, how to use the in outbound processing, please give me details of process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;R/3 uses the method of logical &amp;lt;b&amp;gt;process codes&amp;lt;/b&amp;gt; to detach the IDoc processing and the processing function module. They assign a logical name to the function instead of specifying the physical function name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Process Codes are used in both ALE and EDI framework to identify the function module or API (Application Programming Interface) to be invoked for subsequent processing. &lt;/P&gt;&lt;P&gt;*Inbound as well as outbound interfaces use process code but for different purposes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;outbound processing&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-The combination message type/IDoc will determine the logical processing code, which itself points to a function. If the function changes, only the definition of the processing codes will be changed and the new function will be immediately effective for all IDocs associated with the process code.&lt;/P&gt;&lt;P&gt;- After defining the processing code you have to assign it to one or several logical message types. This declaration is used to validate, if a message can be handled by the receiving system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;For inbound processing codes&amp;lt;/b&amp;gt; you have to specify the method to use for the determination of the inbound function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Outbound process codes&amp;lt;/b&amp;gt; are stored in table TEDE1, &lt;/P&gt;&lt;P&gt;while &amp;lt;b&amp;gt;inbound process codes&amp;lt;/b&amp;gt; are stored in TEDE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on the same , just check out this site and find Process code in it and u will surely get all ur answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://idocs.de/www5/books/IDocBook/IDocBook.htm" target="test_blank"&gt;http://idocs.de/www5/books/IDocBook/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml" target="test_blank"&gt;http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml&lt;/A&gt;  (Added)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1360353"&gt;&lt;/A&gt;  (Similar thread)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur satisfied please close this thread by rewarding appropriate points to the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 08:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222382#M136871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T08:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222383#M136872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got a small doubt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we assign the Outbound process code to work flow and can you explain it a bit more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us assume, we have created two outbound entries for the same message type in single partner, one for ALE (FM) and one for EDI (work flow).  In this situation, how the IDOC will recognise to which one should be triggered? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 22:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222383#M136872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222384#M136873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhananda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code&amp;lt;/b&amp;gt;:&lt;/P&gt;&lt;P&gt;R/3 uses the method of logical process codes to detach the IDoc processing and the processing function module. They assign a logical name to the function instead of specifying the physical function name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inbound processing code is assigned analogously. The processing code is a pointer to a function module which can handle the inbound request for the specified IDoc and message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outbound function module is triggered using a process code in the IDoc Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for more detail on how to assign a process code (outbound processing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also find this useful links for ALE and IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 03:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222384#M136873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-12T03:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222385#M136874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sailesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the delay as i was not online on SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**how can we assign the Outbound process code to work flow and can you explain it a bit more?&lt;/P&gt;&lt;P&gt;The combination of message type and IDoc type determine the processing algorithm. This is usually a function module with a well defined interface or a SAP business object and is set up in table EDIFCT.&lt;/P&gt;&lt;P&gt;- The entry made here points to a function module which will be called when the IDoc is to be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Let us assume, we have created two outbound entries for the same message type in single partner, one for ALE (FM) and one for EDI (work flow). In this situation, how the IDOC will recognise to which one should be triggered? &lt;/P&gt;&lt;P&gt;-The combination message type/IDoc will determine the logical processing code, which itself points to a function. If the function changes, only the definition of the processing codes will be changed and the new function will be immediately effective for all IDocs associated with the process code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do check this link which i had stated above also, it will tell you all the steps which will definetely answer ur question.&lt;/P&gt;&lt;P&gt;&lt;A href="http://idocs.de/www5/books/IDocBook/IDocBook.htm" target="test_blank"&gt;http://idocs.de/www5/books/IDocBook/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will get clear .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per form Etiquettes, if ur satisfied please close this thread by rewarding appropriate points to the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;reward points ,if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 03:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222385#M136874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-12T03:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222386#M136875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the response, but i cannot give the points to you as i didnot created thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2006 18:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/1222386#M136875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-12T18:04:05Z</dc:date>
    </item>
  </channel>
</rss>

