<?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: Trace for table DML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619675#M1280182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know whether Table Logging is activated or not in your system. But you can do this by using the TCode &lt;STRONG&gt;SCU3&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 18:41:59 GMT</pubDate>
    <dc:creator>sdipanjan</dc:creator>
    <dc:date>2009-05-12T18:41:59Z</dc:date>
    <item>
      <title>Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619674#M1280181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following case: customizing data from table AUSP has been deleted in production and nobody knows who has done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find out the user who did that?&lt;/P&gt;&lt;P&gt;Is there any trace for table DML?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 18:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619674#M1280181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619675#M1280182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know whether Table Logging is activated or not in your system. But you can do this by using the TCode &lt;STRONG&gt;SCU3&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 18:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619675#M1280182</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-05-12T18:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619676#M1280183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no log for table AUSP in SCU3.&lt;/P&gt;&lt;P&gt;How do I activate logging for a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I will never find out who has deleted the customizing data from that table but if it is marked for logging, this may be helpful in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 19:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619676#M1280183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619677#M1280184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Searching for "rec/client" and "recclient" will help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you would find that the change was made by a transport of the object, so you would have to look in the development system's SCU3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you might also want to look into there are changes for which the transport requests have never been released. These can cause your system landscape to become out of sync, and when someone transports the object (possibly years later) it can wipe out your customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After an implementation and before the developers leave site, it is advisable to temporarily permit a downward connection for developers (or auditors) to verify from production that the objects are consistent in development and that nonsense transport requests are not floating around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 19:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619677#M1280184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619678#M1280185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paulo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For activation of table logging in your SAP system for future reference,you have to set the value of the profile parameter &lt;STRONG&gt;rec/client&lt;/STRONG&gt; as mentioned by Julius.Please read through the documentation for this profile parameter for setting the right values of the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will activate the table logging for all client dependent tables in your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saby..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 04:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619678#M1280185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T04:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619679#M1280186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that parameter has been already set to my production client so I think that logging is active in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the list of logged tables in SCU3 I haven't found the table AUSP. I'm beginning to suspect that table AUSP is not a customizing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I check that?&lt;/P&gt;&lt;P&gt;If that table is not a customizing one, even so I'll be able to mark it for logging?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 14:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619679#M1280186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trace for table DML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619680#M1280187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; that parameter has been already set to my production client so I think that logging is active in my system.&lt;/P&gt;&lt;P&gt;Is "recclient" also set in the transport profile (transaction STMS)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But in the list of logged tables in SCU3 I haven't found the table AUSP. &lt;/P&gt;&lt;P&gt;Check table DD09L field PROTOKOL &lt;STRONG&gt;and&lt;/STRONG&gt; alternately (the older mechanism) table TPROT field PROTOKOL for a flag (X).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I'm beginning to suspect that table AUSP is not a customizing table.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; How can I check that?&lt;/P&gt;&lt;P&gt;In SE11 display the table's Delivery Class data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If that table is not a customizing one, even so I'll be able to mark it for logging?&lt;/P&gt;&lt;P&gt;Technically, yes. But if it is an application table, then this might not be appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternately try the application logs to see whether changes have been recorded there? (table CDHDR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps: I am not logged on, so this is just "principal" information, and not necessarily the case for AUSP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 14:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-for-table-dml/m-p/5619680#M1280187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T14:22:34Z</dc:date>
    </item>
  </channel>
</rss>

