<?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: Table data log maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523502#M18924</link>
    <description>&lt;P&gt;Hmm, well, there's a bunch of logging mechanisms out there. The table logging that can be set as a technical attribute of any database table is the most basic one. Since the question was posed in ABAP Development, I think it worth to mention it. In the end, the user has to decide which of the logging mechanisms fits him/her best, depending on benefits and limitations. This also includes the "technical" table logging, and as far as I know, there are business tables for which table logging is switched on. It is good, that you point out, that there are other (and maybe better) possibilities.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 05:43:47 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-09-07T05:43:47Z</dc:date>
    <item>
      <title>Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523498#M18920</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;
  &lt;P&gt;I have a 'Z' Table with 40 fields. Here I need to maintain log for each field i.e changed by user, changed on for each field. &lt;/P&gt;
  &lt;P&gt;Please suggest me the table structure for the same.&lt;/P&gt;
  &lt;P&gt;Current structure -&lt;/P&gt;
  &lt;P&gt;Field1, Field2,....Field40 Created_by, Created_on, Changed_by, Changed_on&lt;/P&gt;
  &lt;P&gt;Expected desire output-&lt;/P&gt;
  &lt;P&gt;Field1, Created_by, Created_on, Changed_by, Changed_on, Field2, Created_by, Created_on, Changed_by, Changed_on................Field40, Created_by, Created_on, Changed_by, Changed_on&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 13:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523498#M18920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-06T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523499#M18921</link>
      <description>&lt;P&gt;You can just use bog standard SAP change documents: &lt;A href="https://help.sap.com/viewer/c14d25a8f471453590980dbb47a2aa0e/7.5.7/en-US/48d1c0eff6c96745e10000000a421937.html"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 13:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523499#M18921</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-09-06T13:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523500#M18922</link>
      <description>&lt;P&gt;Or standard &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenddic_database_tables_protocol.htm"&gt;logging&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 14:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523500#M18922</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-09-06T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523501#M18923</link>
      <description>&lt;P&gt;I always understood that to be more of a basis/DB level functionality, more technical and not really suitable for business data.&lt;/P&gt;
  &lt;P&gt;And there is also the newer &lt;A href="https://help.sap.com/viewer/854a52b763004c1087e27e1b4bfe4285/7.5.7/en-US/5c75c9c74b614cf08dd533e4c2fd5448.html"&gt;Audit Trail&lt;/A&gt; functionality, which also seems to suggest that that is more business-y and table logging more techie...?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 21:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523501#M18923</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-09-06T21:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523502#M18924</link>
      <description>&lt;P&gt;Hmm, well, there's a bunch of logging mechanisms out there. The table logging that can be set as a technical attribute of any database table is the most basic one. Since the question was posed in ABAP Development, I think it worth to mention it. In the end, the user has to decide which of the logging mechanisms fits him/her best, depending on benefits and limitations. This also includes the "technical" table logging, and as far as I know, there are business tables for which table logging is switched on. It is good, that you point out, that there are other (and maybe better) possibilities.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 05:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523502#M18924</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-09-07T05:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table data log maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523503#M18925</link>
      <description>&lt;P&gt;Hey Friends,&lt;/P&gt;
  &lt;P&gt;Thanks for the comment on my question. Let me check and will get back to you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-log-maintenance/m-p/523503#M18925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-08T07:36:00Z</dc:date>
    </item>
  </channel>
</rss>

