<?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 Change Pointers - Realtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739486#M321404</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; My customer would like to send Customer master chnage data to Middle ware in realtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I can use to chnage pointers to identify the chnages and create IDOCS using RBDMIDOC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is there a way to send it in realtime, instead of running a Batch Job for RBDMIDOC? Like , Once the user chnages the customer, a IDOC need to be posted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appricated any ideas. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 19:46:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-18T19:46:23Z</dc:date>
    <item>
      <title>Change Pointers - Realtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739486#M321404</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; My customer would like to send Customer master chnage data to Middle ware in realtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I can use to chnage pointers to identify the chnages and create IDOCS using RBDMIDOC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is there a way to send it in realtime, instead of running a Batch Job for RBDMIDOC? Like , Once the user chnages the customer, a IDOC need to be posted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appricated any ideas. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 19:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739486#M321404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers - Realtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739487#M321405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unlike a transactional data (like PO, Invoice etc), the master data is not triggered immediately. The changes are accumulated and are sent out when the program RBDMIDOC is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in this case the best option is to schedule the program at very high frequency (probably every 15 minutes), so that it looks like as if the data is being transferred at real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 12:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739487#M321405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers - Realtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739488#M321406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ravi. Is user exit a better way to send in Realtime ? I am thinking of a User Exit in Cutsomer Master and develop code to send Customer Master Data whenever the Customer  Data is saved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 15:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739488#M321406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers - Realtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739489#M321407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is definitely a work around as we don't have a solution directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the challenge might be to identify only those fields which are changed. But from a timing perspective, user exit is the option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 15:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-realtime/m-p/1739489#M321407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T15:47:39Z</dc:date>
    </item>
  </channel>
</rss>

