<?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: Logging changes in a Custom Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711412#M628541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setting syetem profile parameters is something which you can ask to basis people of your organization .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 10:00:00 GMT</pubDate>
    <dc:creator>AnjaneyaBhardwaj</dc:creator>
    <dc:date>2010-12-08T10:00:00Z</dc:date>
    <item>
      <title>Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711407#M628536</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;We have two custom tables. Now the requirement is to log the changes of the first table in the second table.&lt;/P&gt;&lt;P&gt;In the second table if any value in the first table is changed then both the old and the new values should be stored as two different entries. The second table has fields for all the entries in the first table with the names like field1_old, field1_new, field2_old, field2_new.&lt;/P&gt;&lt;P&gt;So we need to log both the old and the new entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharadendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 06:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711407#M628536</guid>
      <dc:creator>sharadendu_agrawal</dc:creator>
      <dc:date>2007-08-24T06:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711408#M628537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you would like to make already exist with table CDHDR &amp;amp; CDPOS .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just activate the "Log data changes" in the Technical setting of your first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 06:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711408#M628537</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2007-08-24T06:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711409#M628538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP has defines a table by itself if you set the parameter to LOG CHANGES for any Customized table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 &amp;amp; open the table. click GOTO-&amp;gt;Technical Settings &amp;amp; at the end, tick the check box LOG DATA CHANGES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log data changes&lt;/P&gt;&lt;P&gt;The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dependencies&lt;/P&gt;&lt;P&gt;Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The existing logs can be displayed with Transaction Table history (SCU3).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 06:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711409#M628538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711410#M628539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How changes are happening? through ABAP code or direct custom entry?&lt;/P&gt;&lt;P&gt;If abap code then before updating new data. Retrieve old data from Table 1 and then update second table.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 06:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711410#M628539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T06:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711411#M628540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi how do you set the rec/client in the system profile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 09:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711411#M628540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-08T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logging changes in a Custom Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711412#M628541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setting syetem profile parameters is something which you can ask to basis people of your organization .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 10:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logging-changes-in-a-custom-table/m-p/2711412#M628541</guid>
      <dc:creator>AnjaneyaBhardwaj</dc:creator>
      <dc:date>2010-12-08T10:00:00Z</dc:date>
    </item>
  </channel>
</rss>

