<?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: Activating Change log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523217#M1854368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the F1 documentation of Log Data Changes (Technical Setting -&amp;gt; Log Data Changes)? Change log will record the changes done to table which will give change history of table like last person, old value, new value which will be useful in auditing, troubleshooting the issues etc &lt;/P&gt;&lt;P&gt;Its only recommend&amp;nbsp; for configuration tables because it will slowdown the table access(Please read document for more details)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Have you done any changes to table after activating the change log ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 11:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-05T11:15:35Z</dc:date>
    <item>
      <title>Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523208#M1854359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to activate change log for Ztable.&lt;/P&gt;&lt;P&gt;Can You please tell me how to do the step by step process.&lt;/P&gt;&lt;P&gt;Is there any effects of this particular change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523208#M1854359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523209#M1854360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagireddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Techincal settings (application tool bar) in SE11&lt;/P&gt;&lt;P&gt;and check the log data changes check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;To check the Log Go to CDPOS table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;Go To CDPOS table -&amp;gt; GIve your ztable Table Name or View Name in field TABNAME and Execute..&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;we will get all changes for your Table or View.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;If you want know Change Log for Particular Field give your ZTable field as FNAME.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;By Seeing VALUE_OLD and VALUE_NEW u can get Changed values.&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;&lt;/P&gt;&lt;P&gt;vidyasagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523209#M1854360</guid>
      <dc:creator>former_member212124</dc:creator>
      <dc:date>2014-08-04T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523210#M1854361</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;If you interested in &lt;SPAN style="text-decoration: underline;"&gt;change documents&lt;/SPAN&gt; you can use in your maintenance program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CHANGEDOCUMENT_OPEN'&lt;BR /&gt;CALL FUNCTION 'CHANGEDOCUMENT_SINGLE_CASE'&lt;BR /&gt;CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use se37 "where use" for FUNCTION CHANGEDOCUMENT_SINGLE_CASE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that your z* fields have "Indicator for writing change documents" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/512134" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Other useful functions:&lt;/P&gt;&lt;P&gt;CHANGEDOCU_KEY_ANY2CHAR&lt;BR /&gt;CHANGEDOCUMENT_READ&lt;BR /&gt;CHANGEDOCUMENT_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523210#M1854361</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-04T05:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523211#M1854362</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;As mentioned by vidyasagar,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Goto Techincal settings (application tool bar) in SE11&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;and check the log data changes check box.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Than you can also use transaction SCU3 transaction evaluate the logs. To the log the changes apart from technical setting ,&amp;nbsp; profile parameter '&lt;SPAN style="color: #333333; font-size: 12px;"&gt;'rec/client' also has to be set ( Consult the basis team)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523211#M1854362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T05:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523212#M1854363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aruna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell me more abt profile parameter "rec/client". where we need to mention and whose responsibility is this and all&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523212#M1854363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523213#M1854364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To know about the parameter goto RZ11 transaction and put the parameter and display the documentation. You need to check with Basis team whether this parameter maintained ?.In production system they will usually maintain this parameter but in quality or development system you need to check with your basis team. Simply Don't activate change log for a table (like transaction table), if&amp;nbsp; it necessary than only use it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523213#M1854364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T07:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523214#M1854365</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;you can also use transaction &lt;STRONG&gt;SCDO, &lt;/STRONG&gt;where you can create a customer individual object. The system will generate a suitable FM for you automatically. This generated FM encapsulates the other FMs mentioned by you.&lt;/P&gt;&lt;P&gt;Maybe, this way is a little bit more comfortable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ulrich&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 09:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523214#M1854365</guid>
      <dc:creator>former_member201285</dc:creator>
      <dc:date>2014-08-04T09:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523215#M1854366</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;Check this it has step by step process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables" title="http://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables"&gt;http://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 09:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523215#M1854366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-04T09:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523216#M1854367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have done the activation of change log. I have checked RZ11 tocode. it is also activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am unable to see the change log in SCU3 TOCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell me how to check the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the main purpose of this activation of change log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523216#M1854367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-05T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Activating Change log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523217#M1854368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the F1 documentation of Log Data Changes (Technical Setting -&amp;gt; Log Data Changes)? Change log will record the changes done to table which will give change history of table like last person, old value, new value which will be useful in auditing, troubleshooting the issues etc &lt;/P&gt;&lt;P&gt;Its only recommend&amp;nbsp; for configuration tables because it will slowdown the table access(Please read document for more details)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Have you done any changes to table after activating the change log ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-change-log/m-p/10523217#M1854368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-05T11:15:35Z</dc:date>
    </item>
  </channel>
</rss>

