<?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: Tracking Deleted Batch Input Map from SM35 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922501#M1598856</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 check it form Audit logs using t code SM20, if it is activated.It will also give details from which PC it has been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;KHS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 09:51:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-10T09:51:51Z</dc:date>
    <item>
      <title>Tracking Deleted Batch Input Map from SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922498#M1598853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find the details of deleted Batch Input Maps from SM35. e.g. if some one deletes a Batch Input Map from SM35 transaction then I need to find the details of the user along with date and time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried finding the table but I could not. Please let me know if this is possible some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 10:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922498#M1598853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-09T10:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Deleted Batch Input Map from SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922499#M1598854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had a similar request from our internal auditors and did not find that it is tracked anywhere.&lt;/P&gt;&lt;P&gt;I just tested the Audit Trail transaction AUT10 and it did not list the deletion either. Maybe it can be customized. &lt;/P&gt;&lt;P&gt;We modified the deletion program to send a pop-up to enter a reason for deletion and then store user time and reason and some other info in a Z-table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 11:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922499#M1598854</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-06-09T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Deleted Batch Input Map from SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922500#M1598855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK this information is not stored in SAP database &lt;/P&gt;&lt;P&gt;(Check FM BDC_OBJECT_DELETE and include LSBDCF01 form DELETE_SESSION of FG SBDC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may ask system to store it in DBTABLOG "Log Records of Table Changes"&lt;/P&gt;&lt;P&gt;- (SE11) Activate the general logging for the table - the technical setting of&lt;/P&gt;&lt;P&gt;the table needs to be adjusted to "Log data changes". To check whether&lt;/P&gt;&lt;P&gt;it is activated for a table, use transaction AUT01.&lt;/P&gt;&lt;P&gt;- (RZ10/RZ11) You may also be required to set the profile parameter rec/client on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922500#M1598855</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-06-09T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Deleted Batch Input Map from SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922501#M1598856</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 check it form Audit logs using t code SM20, if it is activated.It will also give details from which PC it has been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;KHS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 09:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracking-deleted-batch-input-map-from-sm35/m-p/7922501#M1598856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T09:51:51Z</dc:date>
    </item>
  </channel>
</rss>

