<?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: How To See Change Log For A Table Entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228079#M1208588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can log the changes of data like append, modification or delete fields in a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create your transparent table, you can go to the technical settings screen and set the flag "Log data changes". &lt;/P&gt;&lt;P&gt;SE11 -&amp;gt; Technical Settings -&amp;gt; tick the Log data changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that you must have the parameter rec/client set in the system profile. &lt;/P&gt;&lt;P&gt;RZ10 - Extended Maintenance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rec/client = ALL (log all clients) &lt;/P&gt;&lt;P&gt;rec/client = 000(,...) (log all specified clients) &lt;/P&gt;&lt;P&gt;rec/client = OFF (do not log) &lt;/P&gt;&lt;P&gt;You can see the changes to the table in the transaction OY18 or SCU3. &lt;/P&gt;&lt;P&gt;Logging is independent of update. Obviously, it will slow down the accesses when you change the table as record have to be written into the log table for each change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBTABPRT - Table of log records for table changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 09:38:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-11T09:38:19Z</dc:date>
    <item>
      <title>How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228078#M1208587</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;One entry is created in a table. I want to know, when that entry was created/ changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ NOTE: Table doesn't contain any DATE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228078#M1208587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228079#M1208588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can log the changes of data like append, modification or delete fields in a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create your transparent table, you can go to the technical settings screen and set the flag "Log data changes". &lt;/P&gt;&lt;P&gt;SE11 -&amp;gt; Technical Settings -&amp;gt; tick the Log data changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that you must have the parameter rec/client set in the system profile. &lt;/P&gt;&lt;P&gt;RZ10 - Extended Maintenance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rec/client = ALL (log all clients) &lt;/P&gt;&lt;P&gt;rec/client = 000(,...) (log all specified clients) &lt;/P&gt;&lt;P&gt;rec/client = OFF (do not log) &lt;/P&gt;&lt;P&gt;You can see the changes to the table in the transaction OY18 or SCU3. &lt;/P&gt;&lt;P&gt;Logging is independent of update. Obviously, it will slow down the accesses when you change the table as record have to be written into the log table for each change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBTABPRT - Table of log records for table changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228079#M1208588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228080#M1208589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228080#M1208589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228081#M1208590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field for which you want change log is having change document used at&lt;/P&gt;&lt;P&gt;data element level then it will be stored in CDHDR,CDPOS tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228081#M1208590</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-02-11T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228082#M1208591</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;try CDHDR and CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the CDPOS - item table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the table name and field name and whatever details you can pass.&lt;/P&gt;&lt;P&gt;get the values of these fields.&lt;/P&gt;&lt;P&gt;OBJECTCLAS&lt;/P&gt;&lt;P&gt;OBJECTID&lt;/P&gt;&lt;P&gt;CHANGENR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass these values into CDHDR and get the date which will be available in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228082#M1208591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228083#M1208592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this [help|http://help.sap.com/saphelp_nw04s/helpdata/en/c7/69bcd2f36611d3a6510000e835363f/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also chekc in the &lt;STRONG&gt;CDHDR&lt;/STRONG&gt; and &lt;STRONG&gt;CDPOS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228083#M1208592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228084#M1208593</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 see the Table log history in SCU3 if the Table is logged for changes..&amp;gt; Technical settings--&amp;gt;Log data changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228084#M1208593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228085#M1208594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;or else do like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to maintain the log changes the main pre reuisite is to checkmark the checkbox in dataelement of table filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this...&lt;/P&gt;&lt;P&gt;goto transaction SE11&lt;DEL&gt;&amp;gt;enter ur table name&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;cleck on fields tab&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;cleick on dataelement&lt;/DEL&gt;&lt;DEL&gt;-&amp;gt;click on Furthercharacterstics tab&lt;/DEL&gt;--&amp;gt;select the checkbox'Change Document'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u dont select dis the u cannot see the log entry of the particuylar field..Do like this for each dataelement for each table field...selecting all the fields is not mandatory..u can choose the table field u want to see the log report..&lt;/P&gt;&lt;P&gt;Once u done with dat...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SCDO transaction&lt;DEL&gt;&amp;gt; click on create&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;give a name change doc startwith Z or Y only&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;Follow the prodedure and in&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;name of table field&lt;/DEL&gt;&amp;gt;enter u r TABLE NAME&lt;DEL&gt;-&amp;gt;click on individual field checkbox.&lt;/DEL&gt;---&amp;gt;insertentries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u done with dis..&lt;/P&gt;&lt;P&gt;Goto SE16&lt;DEL&gt;-&amp;gt;enter CHDIR or CDPOS&lt;/DEL&gt;-&amp;gt;press ENTER&lt;DEL&gt;-&amp;gt;enter u r object id&lt;/DEL&gt;&amp;gt;F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can see the new and old value of a table entry.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 10:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228085#M1208594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T10:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228086#M1208595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajoy,&lt;/P&gt;&lt;P&gt;I was able to view change logs using SCU3 t-code. But for this you need rec\client parameter to be set as your client number and also &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SE11 -&amp;gt; Technical Settings -&amp;gt; tick the Log data changes&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228086#M1208595</guid>
      <dc:creator>mukesh_mahadik</dc:creator>
      <dc:date>2016-08-26T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How To See Change Log For A Table Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228087#M1208596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with his solution. As we need to use both the tables: CDHDR and CDPOS to get change log details of any document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 16:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-see-change-log-for-a-table-entry/m-p/5228087#M1208596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-26T16:00:16Z</dc:date>
    </item>
  </channel>
</rss>

