<?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: Regarding process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393717#M191050</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;Goto tcode WEDI and under development menu u can create ur own process code for both inbound and outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2006 06:51:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-21T06:51:32Z</dc:date>
    <item>
      <title>Regarding process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393714#M191047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when you design a customer specific message type, you need to assign it to a process code in the inbound system just like matmas to matm. But how come u do with customer specific message type's is there any process to build user specific process code's or u need to use existing process code's itselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can u please help  me with this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  thanks very much&lt;/P&gt;&lt;P&gt;    pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393714#M191047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393715#M191048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to create the process code yourself for custom message types. The transaction code for the same is WE41 / 42. &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;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393715#M191048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393716#M191049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ur dealing with IDOC.&lt;/P&gt;&lt;P&gt;each idoc which comes in ur system needs to processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each process code is attached to a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These FM &amp;amp; Task helps in processing data which comes in the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Idoc Type  ( Idocs ) can be attached to single &lt;/P&gt;&lt;P&gt;Message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single Mesage Type is attached to single Process Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;single Process Code is attached to single FM or Task or Process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can attach many idoc type  to  Message type .&lt;/P&gt;&lt;P&gt;this mean follwoing realtionship ( with cardinality ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC Type -:&amp;lt;b&amp;gt;N&amp;lt;/b&amp;gt;----&lt;DEL&gt;:&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;/DEL&gt;Message Type &lt;DEL&gt;:&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;/DEL&gt;-:&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;DEL&gt;Process Code&lt;/DEL&gt;-:&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;----&lt;DEL&gt;:&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;&lt;/DEL&gt;Function Module or Task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indirectly Idoc is attached to FM or Task.&lt;/P&gt;&lt;P&gt;But this should capable of Processing the IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u dessign customer specific IDOC ; existing Function Module or Task will not be able to Execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So have define Custom Message type , Process Code &amp;amp; FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this linkf for further details &amp;amp; Step by Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ALE/ IDOC&amp;lt;/b&amp;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;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;&amp;lt;b&amp;gt;Mark Helpful Answers &amp;amp; Reward Points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393716#M191049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T06:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393717#M191050</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;Goto tcode WEDI and under development menu u can create ur own process code for both inbound and outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393717#M191050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393718#M191051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can assign process code to your custom message type or idoc type from WE42.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create Custom message type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Assign to idoc type (Link idoc type and message type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. From we57 link message type - idoc type - Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. BD51, make an entry for inbound Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Create process code in WE42 with message type and function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Use this process code in WE20 for partner profile configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. When idoc with this messge type triggers, then this process code will automatically triggers your custom FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-process-code/m-p/1393718#M191051</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-21T06:55:16Z</dc:date>
    </item>
  </channel>
</rss>

