<?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 Pointer to Load IDOC data issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-to-load-idoc-data-issue/m-p/2032239#M417164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;  I have used change pointer HRMD_A to load the date from PA0001,PA0105.&lt;/P&gt;&lt;P&gt;When i am changing data in Infotype 0001 (Org. Assignment) using PA30, &lt;/P&gt;&lt;P&gt;change pointer is pulling only PA0001 data.&lt;/P&gt;&lt;P&gt;Is there any way so that change pointer should pull all the other infotype data&lt;/P&gt;&lt;P&gt;for example..it should pull the data for PA0001,PA0105 and other infotype data which is related in PA30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gajanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 19:08:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T19:08:15Z</dc:date>
    <item>
      <title>Change Pointer to Load IDOC data issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-to-load-idoc-data-issue/m-p/2032239#M417164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;  I have used change pointer HRMD_A to load the date from PA0001,PA0105.&lt;/P&gt;&lt;P&gt;When i am changing data in Infotype 0001 (Org. Assignment) using PA30, &lt;/P&gt;&lt;P&gt;change pointer is pulling only PA0001 data.&lt;/P&gt;&lt;P&gt;Is there any way so that change pointer should pull all the other infotype data&lt;/P&gt;&lt;P&gt;for example..it should pull the data for PA0001,PA0105 and other infotype data which is related in PA30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gajanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 19:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-to-load-idoc-data-issue/m-p/2032239#M417164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T19:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointer to Load IDOC data issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-to-load-idoc-data-issue/m-p/2032240#M417165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concept of change pointer is used to send only data changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check the database view BDCPV, in which you can able find change pointer entries for info type PA0105. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also you can check the output of the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    call function 'CHANGE_POINTERS_READ'
      exporting
        message_type                = v_mestyp
        read_not_processed_pointers = c_mark
      tables
        change_pointers             = i_chgptrs
      exceptions
        error_in_date_interval      = 1
        error_in_time_interval      = 2
        others                      = 3.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 19:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-to-load-idoc-data-issue/m-p/2032240#M417165</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-14T19:25:34Z</dc:date>
    </item>
  </channel>
</rss>

