<?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 Idoc extension in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312751#M506770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have to do payment run so that the output is in the form of Idoc (PEXR2002).&lt;/P&gt;&lt;P&gt;I need to enhance the idoc as well to include few customr specific fields.&lt;/P&gt;&lt;P&gt;I dont know what is the procedure for finally getting a output as Idoc in We02.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 06:49:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T06:49:41Z</dc:date>
    <item>
      <title>Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312751#M506770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have to do payment run so that the output is in the form of Idoc (PEXR2002).&lt;/P&gt;&lt;P&gt;I need to enhance the idoc as well to include few customr specific fields.&lt;/P&gt;&lt;P&gt;I dont know what is the procedure for finally getting a output as Idoc in We02.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312751#M506770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312752#M506771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu need to identify the application which is going to trigger your idoc. (Payment run in this case). &lt;/P&gt;&lt;P&gt;Determine what method will you use for triggering the idoc: Change pointer activation or Output Control.&lt;/P&gt;&lt;P&gt;The above two points would be helpful in triggering the idoc and gettign the output in we02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as enhancing the idoc is concerned, you need to add Z segments to your idoc. &lt;/P&gt;&lt;P&gt;Go to transaction WE31. Give your segment name and say create. Add the customer specific fields and then activate the segment. After activating the segment, go to menu, Edit-&amp;gt; SEt Release. This would release your segment so that its ready to get attached to idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add this z segment to your basic idoc type . (tcode we30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, you need to search application specific exit (specific to your idoc type), wherein you can populate data in the customer fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try and go ahead with developement and revert as an when required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Pls reward some points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312752#M506771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T07:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312753#M506772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Revert if any issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312753#M506772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T07:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312754#M506773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karan,&lt;/P&gt;&lt;P&gt;It is said that 3 std report programs populate the Idoc. i am not sure that the idoc will be filled only after running the payment run.If it is so,letme know.&lt;/P&gt;&lt;P&gt;If any of the report fills the idoc then how will the customer specific fields be filled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312754#M506773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312755#M506774</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 its triggering of idoc through "Change Pointers Activation", then the report RBDMIDOC populates the data and triggers the same. If it is through "Output type", then the report RSNAST00 popultes and triggers the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two reports i just mentioned are generic for all the idoc types. However, for each application, there are application specific reports to trigger the specif idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And all the idocs are triggered only when the application to which they are attached, does some functionality. For example, when you create a vendor, then idoc cosmas gets triggered. When you create a material , then idoc type MATMAS gets triggered. In the same way, the idoc type which you are extending ( or enhancing) has an application attached to it, which will populate the idoc. The triggering can either be immediate or by running the above mentioned reports. (The triggering methods also depend upon the partner profile configurations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when these idocs are triggered through the reports (generic or application specific), they call standard customer exits. YOu need to find out the exits specific to the application. Every application, which has an idoc type attached to it, has a customer exit, which allows user to fill in the extra fields added as an extension. If you want, then i can send you the list of all the idoc types and the corresponding exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this cleared your understanding.&lt;/P&gt;&lt;P&gt;Pls reward if useful.&lt;/P&gt;&lt;P&gt;Revert in case of issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312755#M506774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312756#M506775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;It would be nice if i get the list of idoctypes and their exits.&lt;/P&gt;&lt;P&gt;It would clear my doubt in a more better way.Points have already been rewarded.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Will get back to you when required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312756#M506775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312757#M506776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karan,&lt;/P&gt;&lt;P&gt;Plz send th elist on srinivas1984@gmail.com ASAP.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312757#M506776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312758#M506777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your mail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have sent you the document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-extension/m-p/2312758#M506777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:56:03Z</dc:date>
    </item>
  </channel>
</rss>

