<?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: Change pointer - IDOC relation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556420#M1563935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try BDCPV using MESTYPE of idoc and date. This table is also linked with CDHDR and CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jan 2011 16:43:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-11T16:43:58Z</dc:date>
    <item>
      <title>Change pointer - IDOC relation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556419#M1563934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a scenario where we may want to re-trigger the IDOC creation via the change pointer. &lt;/P&gt;&lt;P&gt;When IDOC are created from change pointer via program RBDMIDOC, I am sure the information must be stored somewhere as to what IDOC no was created for this change pointer. &lt;/P&gt;&lt;P&gt;Does anyone know where is this info stored? Can please help me point to the right table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 08:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556419#M1563934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointer - IDOC relation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556420#M1563935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try BDCPV using MESTYPE of idoc and date. This table is also linked with CDHDR and CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556420#M1563935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T16:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointer - IDOC relation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556421#M1563936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the FM name associated with the Message type you provided to RBDMIDOC and read it's code as to what exactly it is doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no link between a change pointer and an IDOC number. Both are independent. It's developer's job to use a Change Pointer to Generate an IDOC Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's 50,000 view of how it will look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. read the open change pointer, (FM CHANGE_POINTERS_READ)&lt;/P&gt;&lt;P&gt;2. create the idoc by looping on the list of change pointers&lt;/P&gt;&lt;P&gt;3. Build the IDOC segments&lt;/P&gt;&lt;P&gt;4. Send the IDOC to it's destination&lt;/P&gt;&lt;P&gt;5. update the change pointer status. (FM CHANGE_POINTERS_STATUS_WRITE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this steers you in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 21:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556421#M1563936</guid>
      <dc:creator>maulik</dc:creator>
      <dc:date>2011-01-11T21:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointer - IDOC relation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556422#M1563937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables &lt;STRONG&gt;BDCP/BDCPS&lt;/STRONG&gt; or &lt;/P&gt;&lt;P&gt;table &lt;STRONG&gt;BDCP2&lt;/STRONG&gt; which uses SAPs latest change pointer storage mechanism.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 15:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556422#M1563937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointer - IDOC relation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556423#M1563938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As I know there is no table which stores change pointer number and the respective number. Taking an example of material master IDoc, a material number is changed 6 times.. So 6 numbers of change pointer created. But when we process the change pointer only one IDoc created. The function module which process change pointer the logic is&lt;/P&gt;&lt;P&gt;1&amp;gt; it reads the change pointer using CHANGE_POINTER_READ.&lt;/P&gt;&lt;P&gt;It returns the change pointer number and the key field changed, change value, key field and change type.&lt;/P&gt;&lt;P&gt;2&amp;gt; The it populates the IDoc data table all the control table using the key field and creates the IDoc.&lt;/P&gt;&lt;P&gt;So If you want a table u can create some custom table, u can implement enhancement point or exit to populated the table for change pointer.&lt;/P&gt;&lt;P&gt;3&amp;gt; Then it finally write the status of change pointer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what exactly you require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 19:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-idoc-relation/m-p/7556423#M1563938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-13T19:34:59Z</dc:date>
    </item>
  </channel>
</rss>

