<?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 document for tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163067#M995307</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 solved this problem by using both Log Data Changes(for 2 tables) and SCDO(for 3rd table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that Log Data Changes is not working. Any clue on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 14:21:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T14:21:09Z</dc:date>
    <item>
      <title>Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163063#M995303</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 have three tables for which I need to track some of their fields. I created the change docoment object for these three tables. Out of these three tables one table is maintained as view, and this called through FM VIEW_MAINTNANCE_CALL. The other two have thir dialog programs and are call through CALL DIALOG .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out of these two situations where I need to write the code to track the fields of these tables ? For Dialog programs I am assuming to fetch original data in PBO and current data in user_command.... and call the created subroutine while saving. Please confirm this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the first case I am not sure of where to write the code. Both cases I need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 11:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163063#M995303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T11:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163064#M995304</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 dont understand the question exactly. But if you want the change history for a database table you can do a fetch to DBTABLOG table which stores every change to a DB table... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 12:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163064#M995304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163065#M995305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the table part and the maintenance view, you can turn the table logging on via SE13 for the table. Then display the changes via SCU3 (depending on whether the log is at all globally on or off =&amp;gt; param rec/client = 'ALL').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the dialog part and change objects, I am not sure exactly what you have done there or want, but most likely if you do a where-used-list on tables CDPOS and CDHDR then you will have a fair idea of what your options are and how to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this thread for more a detailed discussion: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="624417"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 13:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163065#M995305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T13:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163066#M995306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kothand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. There are two ways to log changes of a custom table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, table changes are logged to DBTABLOG when Log data changes is checked under Technical settings of a custom table. This is useful when there are very minimum changes to the fields of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change documents are used to store the change made to the fields of a table are more in volume. The underlying tables which store these changes are CDHDR and CDPOS. Tcode to create Change Document object is SCDO. I guess this helps you understand more of my porblem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Surya on Jul 11, 2008 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 13:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163066#M995306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163067#M995307</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 solved this problem by using both Log Data Changes(for 2 tables) and SCDO(for 3rd table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that Log Data Changes is not working. Any clue on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 14:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163067#M995307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change document for tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163068#M995308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See SAP notes 1916 and 84052.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 14:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-for-tables/m-p/4163068#M995308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T14:25:42Z</dc:date>
    </item>
  </channel>
</rss>

