<?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 Regarding change pointers for HRMD_A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599467#M1568173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to distribute changes to HR master data to a middleware system. hence i have activated the change pointers for the message type: HRMD_A. now my idoc is populating the infotype segments whenever it is changed with all fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a particular change (on an infotype) should be sent individually in two different runs of RBDMIDOC run to the middleware. Ex: Vendor A needs changes to be sent to it on a weekly basis whereas Vendor B needs changes to be sent to it on a biweekly basis. When an employee X has a change on infotype 2, this change should be sent to middleware in both instances separately in different IDOCS at different times when RBDMIDOC program is run (by capturing change pointers pertinent to the message type of the particular vendor). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the changes required for ALE config.? Do i need to create a new message type for vendor B and  configure. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 04:21:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-27T04:21:58Z</dc:date>
    <item>
      <title>Regarding change pointers for HRMD_A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599467#M1568173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to distribute changes to HR master data to a middleware system. hence i have activated the change pointers for the message type: HRMD_A. now my idoc is populating the infotype segments whenever it is changed with all fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a particular change (on an infotype) should be sent individually in two different runs of RBDMIDOC run to the middleware. Ex: Vendor A needs changes to be sent to it on a weekly basis whereas Vendor B needs changes to be sent to it on a biweekly basis. When an employee X has a change on infotype 2, this change should be sent to middleware in both instances separately in different IDOCS at different times when RBDMIDOC program is run (by capturing change pointers pertinent to the message type of the particular vendor). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the changes required for ALE config.? Do i need to create a new message type for vendor B and  configure. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599467#M1568173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T04:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change pointers for HRMD_A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599468#M1568174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yuo need to create Z program to trigger IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you need to set read status of change pointer as X after yuo send it to both system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to create Z table to keep track of this whether you have send to sys a or Sys  B..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you willl not update read status in will cause performance prob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhiraj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 05:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599468#M1568174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change pointers for HRMD_A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599469#M1568175</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;I got solution for this requirement. I have craeted 2 reduced message types with HRMD_A as reference. I did configure port, partner profile, distribution model for both the message types and activated the change pointers from BD53. then i have executed the change pointer program for one reduced message type which created idoc and distributed the changed data. again executed the program with another reduced message type which again read change pointers and distributed the changed data to another vendor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 10:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599469#M1568175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change pointers for HRMD_A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599470#M1568176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just one point how you are acessing change pointers again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not updating the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may cause performance issue in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhiraj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 07:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-pointers-for-hrmd-a/m-p/7599470#M1568176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-28T07:54:07Z</dc:date>
    </item>
  </channel>
</rss>

