<?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: User Exit to call program to create IDocs. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817458#M1469822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of standard methods to automatically create the IDOC.  You can activate the change pointers and depending on need, use BD64 to create a distribution model, and create the necessary WE20 setups to create the outbound IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to process the IDOC using custom logic, you can define that as well - although it's not clear why you need a custom generating program.  You can insert code into one of the IDOC user-exits to manipulate the content if needed.  Also, don't overlook the pre-delivered stuff from SAP that provides filtering out of segments and the like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few good SAP PRess books about doing ALE distribution -- if this is an unfamiliar area, it's worth the cost to buy one -- if you spend any time around IDOCS, you'll appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 18:40:54 GMT</pubDate>
    <dc:creator>david_flad3</dc:creator>
    <dc:date>2010-04-09T18:40:54Z</dc:date>
    <item>
      <title>User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817455#M1469819</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;&lt;/P&gt;&lt;P&gt;For any creation/changes of material master using MM01/MM02 (after save ) one of the user exit will trigger.&lt;/P&gt;&lt;P&gt;From the user exit, I have to call the custom program to create MATMAS IDOCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any failures in changes/creation of material master. It has to roll back eveything created by program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this with out calling an event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks - Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817455#M1469819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T13:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817456#M1469820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use the standard transaction BD10 for new material and BD21 for changed material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 16:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817456#M1469820</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2010-04-09T16:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817457#M1469821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to create idocs immediately with out any execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 18:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817457#M1469821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817458#M1469822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of standard methods to automatically create the IDOC.  You can activate the change pointers and depending on need, use BD64 to create a distribution model, and create the necessary WE20 setups to create the outbound IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to process the IDOC using custom logic, you can define that as well - although it's not clear why you need a custom generating program.  You can insert code into one of the IDOC user-exits to manipulate the content if needed.  Also, don't overlook the pre-delivered stuff from SAP that provides filtering out of segments and the like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few good SAP PRess books about doing ALE distribution -- if this is an unfamiliar area, it's worth the cost to buy one -- if you spend any time around IDOCS, you'll appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 18:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817458#M1469822</guid>
      <dc:creator>david_flad3</dc:creator>
      <dc:date>2010-04-09T18:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817459#M1469823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we create Change pointers IDoc with out using program RBDMIDOC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 18:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817459#M1469823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit to call program to create IDocs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817460#M1469824</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;Create an update function module which in turn call the function module "MASTER_IDOC_DISTRIBUTE"(Function module to create IDOC). Call the first function module in Update task during the execution of Material Master User exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Apr 2010 19:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-call-program-to-create-idocs/m-p/6817460#M1469824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-10T19:27:53Z</dc:date>
    </item>
  </channel>
</rss>

