<?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: Transparent table logs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144733#M1367583</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;There is a general misunderstaning between change documents and table logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does NOT record change documents for all tables.&lt;/P&gt;&lt;P&gt;Change documents are only recorded for the objects/tables that are defined in transaction SCDO.&lt;/P&gt;&lt;P&gt;When you want extra change documents for a specific Z-table for example you need to create a change document object in transaction SCDO.&lt;/P&gt;&lt;P&gt;Afterwards SAP will also create change document for your Z-tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table logging works completely different.&lt;/P&gt;&lt;P&gt;More help can be found in :&lt;/P&gt;&lt;P&gt;[Table logging|http://help.sap.com/saphelp_nw04/Helpdata/EN/7e/c81ebb52c511d182c50000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention when you activate the parameter from the link, because all tables that are flagged with the Table logging checkbox in the technical settings will be logged and this can overflow your DBTABLOG table that contains the table changes once the parameters is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim Van den Wyngaert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Sep 2009 10:50:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-05T10:50:55Z</dc:date>
    <item>
      <title>Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144729#M1367579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      If I update any transparent table through program or any transaction  , from where can I know when these changes were done by whom ( any transaction or program name ) and what were the previous entries ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 05:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144729#M1367579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T05:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144730#M1367580</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;All system data changes are logged in CDHDR (header) and CDPOS (item) tables. you can query these tables to get the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajimon Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 05:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144730#M1367580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T05:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144731#M1367581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;DBTABPRT--&amp;gt;Table of log records for table tupel changes&lt;/P&gt;&lt;P&gt;DB2CCDL_OUTTS-&amp;gt;History of output table&lt;/P&gt;&lt;P&gt;DBTABLOG--&amp;gt;Table Logs&lt;/P&gt;&lt;P&gt;Use report RSTBHIST or RSVTPROT or RDDPRCHK for reading the table&lt;/P&gt;&lt;P&gt;also check this link,[log details|http://help.sap.com/saphelp_470/helpdata/en/7e/c81ec852c511d182c50000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 08:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144731#M1367581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144732#M1367582</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 think a check box needs to be checked to log the changes for any table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under technical settings -&amp;gt; log data changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 11:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144732#M1367582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T11:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144733#M1367583</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;There is a general misunderstaning between change documents and table logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does NOT record change documents for all tables.&lt;/P&gt;&lt;P&gt;Change documents are only recorded for the objects/tables that are defined in transaction SCDO.&lt;/P&gt;&lt;P&gt;When you want extra change documents for a specific Z-table for example you need to create a change document object in transaction SCDO.&lt;/P&gt;&lt;P&gt;Afterwards SAP will also create change document for your Z-tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table logging works completely different.&lt;/P&gt;&lt;P&gt;More help can be found in :&lt;/P&gt;&lt;P&gt;[Table logging|http://help.sap.com/saphelp_nw04/Helpdata/EN/7e/c81ebb52c511d182c50000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention when you activate the parameter from the link, because all tables that are flagged with the Table logging checkbox in the technical settings will be logged and this can overflow your DBTABLOG table that contains the table changes once the parameters is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim Van den Wyngaert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2009 10:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144733#M1367583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-05T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transparent table logs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144734#M1367584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 08:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transparent-table-logs/m-p/6144734#M1367584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T08:22:12Z</dc:date>
    </item>
  </channel>
</rss>

