<?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: Creating Change pointer on Z Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808879#M346984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I added my table into transaction SCDO and I generated the update programs. I do not understand what you mean with activating the change documents on the data element level.... where is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After having done this, should I find an entry in CDHDR when changing the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 09:21:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-22T09:21:53Z</dc:date>
    <item>
      <title>Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808877#M346982</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 just have an old Z Table where I have prices in it. No I like to have a COND_A Idoc created, when the table entries are changed. For this I need to have change pointer created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808877#M346982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808878#M346983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You need to activate the change documents on the fields of the table. (SCDO transaction and also activate the change documents check box at the data element level).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a custom IDOC type and  MESSAGE type for the fields that you want to send out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Once this is done, you can write a program which will read the CDHDR and CDPOS tables to see if any change documents are generated for these fields and generate the IDOC.&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>Wed, 20 Dec 2006 14:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808878#M346983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808879#M346984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I added my table into transaction SCDO and I generated the update programs. I do not understand what you mean with activating the change documents on the data element level.... where is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After having done this, should I find an entry in CDHDR when changing the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 09:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808879#M346984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T09:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808880#M346985</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;You can find a check box at the bottom while defining data element.. You need to check that so that any change will be captured in cdhdr and cdpos tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 09:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808880#M346985</guid>
      <dc:creator>former_member508729</dc:creator>
      <dc:date>2006-12-22T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808881#M346986</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;OK, i did this... does this meand that after that I should have entries in CDHDR and CDPOS when I change something in my table? This does not happen yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 07:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808881#M346986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T07:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Change pointer on Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808882#M346987</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 still have my problem. Who can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, i did this... does this meand that after that I should have entries in CDHDR and CDPOS when I change something in my table? This does not happen yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 10:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-change-pointer-on-z-table/m-p/1808882#M346987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T10:31:58Z</dc:date>
    </item>
  </channel>
</rss>

