<?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: Triggering IDOCs automatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948285#M695100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please send the your   mail id, i send the word document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 08:40:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T08:40:01Z</dc:date>
    <item>
      <title>Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948280#M695095</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;I want to send the master data modifications(material master) to the other client(say 100) of SAP system when ever a change has been made in the master client (say 200). For this i am trying to follow the change  pointers approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till now, i am able to configure both the clients for sending and receiving the IDOCS and i am able to do that successfully. To capture the changes i activated the change pointers option using transaction BD61 and the material IDOC related customizing ( using BD50 , BD51 and BD52). Then, using the report RBDMIDOC am able to changes to other client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me out how to send the changes made in the master client(200)  to other client (100) with out running the report RBDMIDOC manually ? When ever a change is made to material data in master client (200) IDOC should be sent automatically to the other client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance. Reward points are assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 12:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948280#M695095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T12:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948281#M695096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont u schedule a batch job with the report and run every hour or so.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 12:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948281#M695096</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-10-17T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948282#M695097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already know about batch jobs. But i felt that would be a load on the system to run every hour as well as there will be a delay. I thought there might be some other better approaches. Do you think this is the only option ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini. .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 12:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948282#M695097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948283#M695098</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;Have you looked any corresponding user exits that you can place your custom code to execute progam RBDMIDOC via SUBMIT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this user exits will be trigger to call program RBDMIDOC only when there is master data changes only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help and give an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 15:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948283#M695098</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-10-17T15:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948284#M695099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini one of my friend did this for Customer Master using Events...Buisness Transaction Events (FIBF) ..&lt;/P&gt;&lt;P&gt; and Change Documents&lt;/P&gt;&lt;P&gt; (SCDO , SWED and SWEC)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First go for second option..in SWED there is row for material master...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following link will be helpful to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abaptips/content/view/492/62/" target="test_blank"&gt;http://www.erpgenie.com/abaptips/content/view/492/62/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know much but try to think for this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan Gopal Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 05:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948284#M695099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T05:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948285#M695100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please send the your   mail id, i send the word document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 08:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948285#M695100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering IDOCs automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948286#M695101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My email id is srinivasrapaka@gmail.com&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 09:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-idocs-automatically/m-p/2948286#M695101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T09:03:23Z</dc:date>
    </item>
  </channel>
</rss>

