<?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: Store database changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638294#M284460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table logging and change documents are not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table logging logs changes to a file, while change documents approach created change documents for every change (these documents are saved in CDHDR/CDPOS tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you use change documents and not table logging. For more info you can search sap help for "Change documents".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure &lt;/P&gt;&lt;P&gt;Define change document object&lt;/P&gt;&lt;P&gt;Set change document flag&lt;/P&gt;&lt;P&gt;Generate update and INCLUDE objects&lt;/P&gt;&lt;P&gt;Integrating the functionality into the program &lt;/P&gt;&lt;P&gt;Writing the fields in the program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;References&lt;/P&gt;&lt;P&gt;Creating change documents&lt;/P&gt;&lt;P&gt;Read and format change documents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 14:56:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T14:56:10Z</dc:date>
    <item>
      <title>Store database changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638291#M284457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have got a database table where i want to store all changes (insert, delete, update). This database table can be modified by a bsp-application or manuel in the transaktion se16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard that this can be made by "Änderungsbelege" but i have no idea how i can do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638291#M284457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Store database changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638292#M284458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)       Check the check-box for &amp;#147;log changes&amp;#148; option in technical settings for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)       The table which has all the log data is DBTABLOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)       The FM to read DBTABLOG table is DBLOG_READ_TABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638292#M284458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Store database changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638293#M284459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    in se11-technical settings of table-&amp;gt;set table log on&lt;/P&gt;&lt;P&gt;     all the changes to the table can be stored in&lt;/P&gt;&lt;P&gt;     table dbtablog.&lt;/P&gt;&lt;P&gt;     check standard program RSTBPROT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638293#M284459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Store database changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638294#M284460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table logging and change documents are not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table logging logs changes to a file, while change documents approach created change documents for every change (these documents are saved in CDHDR/CDPOS tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you use change documents and not table logging. For more info you can search sap help for "Change documents".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure &lt;/P&gt;&lt;P&gt;Define change document object&lt;/P&gt;&lt;P&gt;Set change document flag&lt;/P&gt;&lt;P&gt;Generate update and INCLUDE objects&lt;/P&gt;&lt;P&gt;Integrating the functionality into the program &lt;/P&gt;&lt;P&gt;Writing the fields in the program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;References&lt;/P&gt;&lt;P&gt;Creating change documents&lt;/P&gt;&lt;P&gt;Read and format change documents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638294#M284460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Store database changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638295#M284461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;I have generated the change document object in single case mode (without the internal table). &lt;/P&gt;&lt;P&gt;Is this correct to use this mode, if i want to write db changes out of the bsp into the changing documents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Then I have generated the "Verbucher" to create the include file.&lt;/P&gt;&lt;P&gt;Now I have a problem to compile the inlcude file which will be used for the change document object. I get the message "table-statement is not correct in methods"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 13:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-database-changes/m-p/1638295#M284461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T13:40:57Z</dc:date>
    </item>
  </channel>
</rss>

