<?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: Custom process code and FM for custom IDoc... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616828#M1279624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use WE87 for Assigning the IDOC with function Module. Also try using WEDI Area Menu for list of available transaction codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mathivanan.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 16:17:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-14T16:17:44Z</dc:date>
    <item>
      <title>Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616824#M1279620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a custom IDoc based from ARTMAS05 IDoc. This is because we only need 3 segments and&lt;/P&gt;&lt;P&gt;the standard idoc(Artmas05) contains so many segments that we need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, will I create a custom process code and FM for this? how do I go about this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you guys and take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 07:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616824#M1279620</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2009-05-14T07:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616825#M1279621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Here are the Steps that we need to be following while creating a Custom Process Code with Custom Function Module. ( Since the Segments to be handled are very Less, I am recommending that you go for a Custom Function Module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE37 Create a Function Module. Please ensure to Create it with the IMPORT / EXPORT /TABLES parameters exactly in the way that they exist in any Standard SAP Inbound FM (Refer to IDOC_INPUT_ORDERS for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Once our FM is Ready (Need not be Complete with the Code to go ahead with the Process Code Creation) and Active, the next Step is to Create an Entry in the &lt;STRONG&gt;Transaction Code BD51&lt;/STRONG&gt; where we will register the Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Next, we'll have to go to T-Code WE57 where we'll have to make an entry for the Function Module with the IDoc Type &amp;amp; Message Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Finally, go to WE42 and Create a New Process Code and assign the Function Module and the Message Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE 1&lt;/STRONG&gt; : The Process Code is, as we know, Client Dependent. So, once you create a Process Code, we need to have it migrated to the Testing Environment to Start &amp;amp; Carry Out Testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE 2&lt;/STRONG&gt;: If Step 2 &amp;amp; 3 are missing, then we'll not be able to assign the Function Module in WE42 while Creating 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;&lt;/P&gt;&lt;P&gt;Hope it was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkata Phani Prasad K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 08:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616825#M1279621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616826#M1279622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 08:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616826#M1279622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616827#M1279623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WE42 and assign the Function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 13:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616827#M1279623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616828#M1279624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use WE87 for Assigning the IDOC with function Module. Also try using WEDI Area Menu for list of available transaction codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mathivanan.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616828#M1279624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616829#M1279625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey follow thse links..&lt;/P&gt;&lt;P&gt;u will create an idoc ..by making min changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-a-step-by-step-approach/" target="test_blank"&gt;http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-a-step-by-step-approach/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-part-ii/" target="test_blank"&gt;http://www.riyaz.net/blog/beginners-guide-to-ale-and-idocs-part-ii/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 18:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616829#M1279625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616830#M1279626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  1. Create the function module.&lt;/P&gt;&lt;P&gt;  2. Make the entery in the transaction BD51.&lt;/P&gt;&lt;P&gt;  3. Create the process code in WE42.&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;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 03:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616830#M1279626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T03:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom process code and FM for custom IDoc...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616831#M1279627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;As per your post, it is clear that you have customized the IDoc by reducing the segments based on requirement. So, here, you can use the standard Process codes untill and unless the purpose of the usage,i.e. logic, should not be changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go elaborately,&lt;/P&gt;&lt;P&gt;1. If you are using the same Database Tables to upload to IDoc(i.e. Outbound) or retrieve from IDoc to update the DB Tables(i.e. Inbound) that the stadard FM is using, then no need of Z_ProcesCode/FM.&lt;/P&gt;&lt;P&gt;It requires the identification of the Customer Exit to modify the selection of the segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are not, then go for every aspect to be customized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-process-code-and-fm-for-custom-idoc/m-p/5616831#M1279627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:47:39Z</dc:date>
    </item>
  </channel>
</rss>

