<?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: activating change pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692947#M304158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that but this is the only way we can capture the document number. I mean i only require VBELN whenever it is created or deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2006 04:01:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-24T04:01:24Z</dc:date>
    <item>
      <title>activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692945#M304156</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 had activated chnage pointers on VBAK-Vbeln filed by using SAP access key. My requirement is to capture vbeln in CDHDR and CDPOS tables when ever a sales doc is created or deleted. After checking the change pointer on the data element of VBELN I still don't see any records being update to the CDHDR and CDPOD tables. Shall I have to do any further settings to activate the change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 03:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692945#M304156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T03:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692946#M304157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Praneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you have declared a change pointer on the right field. If you see the document number will not change by itself, right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to identify those fields that the user will change in a document and activate the change pointers on that. For example the quantity of the material, prices of the material etc.&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>Fri, 24 Nov 2006 03:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692946#M304157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T03:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692947#M304158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that but this is the only way we can capture the document number. I mean i only require VBELN whenever it is created or deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 04:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692947#M304158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T04:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692948#M304159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to capture the document number, then you will have to deal with some user exit which will fire when the document is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change pointers on the document number are not going to help you as the number itself is not changing.&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>Fri, 24 Nov 2006 04:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692948#M304159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T04:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692949#M304160</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 don't think u can use change pointer method for ur requiremt,because thre are lot of configuration needs to be done to the MESSAGE TYPE (ORDERS),thre should be entry in BD50,BD52.So by checking only the change documnet in the dataelement for VBELN  ,won't create an entry in CDHDR and CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 04:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692949#M304160</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-11-24T04:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: activating change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692950#M304161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought of the same approach initially but the requirement is to schedule the program in the background. If i am not mistaken MATNR is activated for change pointers and the value of MATNR also doesn't change but still it captures everything in CDPOS and CDHDR. I feel that I am missing something to activate the pointers for VBELN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 04:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-pointers/m-p/1692950#M304161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T04:16:57Z</dc:date>
    </item>
  </channel>
</rss>

