<?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 process code for extended idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292993#M787967</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;If we are creating an extended idoc, do we have to assign a new process code to it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or will the process code and the associated function module for the basic type work as well for the extended idoc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 06:52:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T06:52:24Z</dc:date>
    <item>
      <title>process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292993#M787967</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;If we are creating an extended idoc, do we have to assign a new process code to it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or will the process code and the associated function module for the basic type work as well for the extended idoc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292993#M787967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292994#M787968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Process code will come in to picture when you deal with IDOCS .. you need to assign a code which internally will have a Function module or a Include, that will have entire code to run your bussiness for an IDOC or EDI or ALE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process Code is a different name for specific purposes like function module. IDocs are written in this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound Process Code - if you are using outbound processing under Message Control, the IDoc is generated in the IDoc Interface. The process code names the relevant function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound Process Code - names the function module or workflow which reads the IDoc data and transfers the data to the application document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter transaction WE30 (ALE-&amp;gt;Extension-&amp;gt; IDOC types-&amp;gt;Maintain Idoc type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon. &lt;/P&gt;&lt;P&gt;Click on Create new and enter a description and press enter. &lt;/P&gt;&lt;P&gt;Click on ZIDOCTYPE01 and then on the Create icon. &lt;/P&gt;&lt;P&gt;Enter ZIDOCTYPE as the segment type, click on Segment Editor. &lt;/P&gt;&lt;P&gt;Enter a description for your segment type and create. &lt;/P&gt;&lt;P&gt;Enter a description for your segment, enter each field required in your IDoc and press enter to validate. &lt;/P&gt;&lt;P&gt;Save and generate, press back &lt;/P&gt;&lt;P&gt;To release the segment choose Goto, Release from the menu. &lt;/P&gt;&lt;P&gt;Check the box on the line of your segment. &lt;/P&gt;&lt;P&gt;Save, back and enter. &lt;/P&gt;&lt;P&gt;Your Idoc type structure should be displayed with your new segment. &lt;/P&gt;&lt;P&gt;Save and back. &lt;/P&gt;&lt;P&gt;To release the Idoc type choose Extras, Release type from the menu and Yes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292994#M787968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292995#M787969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is whether we have to assign a new process code for an extended idoc or the same one that has been allocated to the basic idoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292995#M787969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292996#M787970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we need to create new process code only because u have to populate some other fields also na, if exit is available then u can use same process code. using exit we can populate other fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292996#M787970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292997#M787971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, we are using an exit. But it is used here only to validate the idoc segment fileds, after they are populated using the z program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, what will ensure that the values in the new fields of the extended idoc gets fed to the daabase ?. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to me, the process code for the basic type idoc is not sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do we have to write a new function module altogether, and attach a process code to it for the extended idoc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 11:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292997#M787971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T11:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: process code for extended idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292998#M787972</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;You can add your code in the exts present in the idoc.&lt;/P&gt;&lt;P&gt;in addition to the validations we cna add our own code to fill this additional segments.&lt;/P&gt;&lt;P&gt;but at the end it depends on what exactly you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 15:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code-for-extended-idoc/m-p/3292998#M787972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T15:02:40Z</dc:date>
    </item>
  </channel>
</rss>

