<?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: SM30 program for log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472258#M2001103</link>
    <description>&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;In order to store the change log history, you can write a custom event in the Table Maintenance View to log the change history after saving the table entries:&lt;/P&gt;&lt;P&gt;Please refer documentation about Extended Table Maintenance Events: &lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm" target="_blank"&gt;Event 02: After Saving the Data in the Database&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm" target="_blank"&gt;&lt;/A&gt;Read the full documentation: &lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm"&gt;https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Stay Safe&lt;/P&gt;&lt;P&gt;&lt;EM&gt;~Kaushalya&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 02:56:14 GMT</pubDate>
    <dc:creator>kaushalya</dc:creator>
    <dc:date>2021-08-04T02:56:14Z</dc:date>
    <item>
      <title>SM30 program for log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472255#M2001100</link>
      <description>&lt;P&gt;I need to make a program that gets the log of all changes, deletions and insertions in an sm30 because here in our company the flag option doesn't work does anyone know how I can do this for tables?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472255#M2001100</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2021-08-03T20:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 program for log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472256#M2001101</link>
      <description>&lt;P&gt;Is the "flag option" the table logging option in the technical settings of the table? Why does your company refuse to enable it if they need it?&lt;/P&gt;&lt;P&gt;If you really don't have the choice, use the "after save" dialog event (02) to write the changes to a custom table. You can find examples in the forum, search:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SM30 event 02 TOTAL site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472256#M2001101</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-03T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 program for log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472257#M2001102</link>
      <description>&lt;P&gt;if for your tables Log data changes flag is checked(in technical settings), then you can check standard SAP Log I guess &lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472257#M2001102</guid>
      <dc:creator>former_member598787</dc:creator>
      <dc:date>2021-08-03T20:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 program for log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472258#M2001103</link>
      <description>&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;In order to store the change log history, you can write a custom event in the Table Maintenance View to log the change history after saving the table entries:&lt;/P&gt;&lt;P&gt;Please refer documentation about Extended Table Maintenance Events: &lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm" target="_blank"&gt;Event 02: After Saving the Data in the Database&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm" target="_blank"&gt;&lt;/A&gt;Read the full documentation: &lt;A href="https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm"&gt;https://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Stay Safe&lt;/P&gt;&lt;P&gt;&lt;EM&gt;~Kaushalya&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 02:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-program-for-log/m-p/12472258#M2001103</guid>
      <dc:creator>kaushalya</dc:creator>
      <dc:date>2021-08-04T02:56:14Z</dc:date>
    </item>
  </channel>
</rss>

