<?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 Difference between DBTABLOG and CDPOS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233371#M771362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that i'm right in this forum, couldn't find any better. So, my problem is (it's not really a problem) that we implmented logging on our tables using cdpos. Then we found out that changes also were logged in DBTABLOG, but not on every table and not quite the same fields like in cdpos. So can anyone tell me the differece between these two ways of logging table changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 12:38:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-15T12:38:08Z</dc:date>
    <item>
      <title>Difference between DBTABLOG and CDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233371#M771362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that i'm right in this forum, couldn't find any better. So, my problem is (it's not really a problem) that we implmented logging on our tables using cdpos. Then we found out that changes also were logged in DBTABLOG, but not on every table and not quite the same fields like in cdpos. So can anyone tell me the differece between these two ways of logging table changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233371#M771362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DBTABLOG and CDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233372#M771363</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, the R/3 System logs customizing table changes to DBTABLOG if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Log data changes flag is set in the technical settings for the table and Logging is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But CDPOS logs any changes to data through various transactions to any type of tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my understanding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233372#M771363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DBTABLOG and CDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233373#M771364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;DBTABLOG&lt;/STRONG&gt; Log changes of records in transparent tables eg: customizing tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master transaction : SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can log changes to table contents. This is primarily intended for Customizing tables. If you want to be able to log changes to table contents, you must set the corresponding flag in the technical attribute of the table. The profile parameter rec/client must also be set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at [Activate/Deactivate Table Change Logging|http://help.sap.com/saphelp_47x200/helpdata/en/7e/c81ebb52c511d182c50000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CDHDR &amp;amp; CDPOS&lt;/STRONG&gt; log changes to logical document, eg: purchase order, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master transaction :  SCDO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document management, is programmatically updated (in update task after COMMIT)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at [ Change Documents|http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 13:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233373#M771364</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-01-15T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DBTABLOG and CDPOS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233374#M771365</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;the DBTABLOG in DEV it's works, but i want activate this table in PRD. How can i do tihs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anderson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 04:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-dbtablog-and-cdpos/m-p/3233374#M771365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T04:46:36Z</dc:date>
    </item>
  </channel>
</rss>

