<?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: Log field changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487645#M227326</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;  Create an object in SCD0 and generate function modules to write the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If your custom table has SM30..THEN..&lt;/P&gt;&lt;P&gt;    In the view V_TVIMF &lt;/P&gt;&lt;P&gt;    create a new entry with the event as '02' and create &lt;/P&gt;&lt;P&gt;    a subroutine in the function group of the table &lt;/P&gt;&lt;P&gt;    maintainance..And then call the Function module ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Otherwise..&lt;/P&gt;&lt;P&gt;    When you update the data through the custom program &lt;/P&gt;&lt;P&gt;    call this function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 20:07:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-30T20:07:59Z</dc:date>
    <item>
      <title>Log field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487644#M227325</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 am looking for an option where we can call an trigger routine which can record the changes done to field into an custom tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use LOG DATA CHANGES(Technical setting option) and I know there is an option to trigger routine at specific event liek SAVE, DELETE etc, but could not remember and also don't want to create Dialog program&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;Lakhbir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 20:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487644#M227325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T20:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Log field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487645#M227326</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;  Create an object in SCD0 and generate function modules to write the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If your custom table has SM30..THEN..&lt;/P&gt;&lt;P&gt;    In the view V_TVIMF &lt;/P&gt;&lt;P&gt;    create a new entry with the event as '02' and create &lt;/P&gt;&lt;P&gt;    a subroutine in the function group of the table &lt;/P&gt;&lt;P&gt;    maintainance..And then call the Function module ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Otherwise..&lt;/P&gt;&lt;P&gt;    When you update the data through the custom program &lt;/P&gt;&lt;P&gt;    call this function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 20:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487645#M227326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Log field changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487646#M227327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakhbir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Naren suggested you need to write this code to log the changes. this can be done by writing the code in the event 18 by navigating through v_tvimf .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an excellent thread on this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1523822"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Award points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 20:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-field-changes/m-p/1487646#M227327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T20:30:08Z</dc:date>
    </item>
  </channel>
</rss>

