<?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: Program creates many SAP log entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973691#M701851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SM21 will display the system log. If your program is creating log entries, it will show up there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 13:17:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T13:17:37Z</dc:date>
    <item>
      <title>Program creates many SAP log entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973687#M701847</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;My basis expert has complained that my Z-program creates many SAP log files.&lt;/P&gt;&lt;P&gt;My program only reads the data from tables and no updates. Can it be the reason for so many SAP log files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&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;Apps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 02:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973687#M701847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T02:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program creates many SAP log entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973688#M701848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my honest opinion, I believe you are correct.&lt;/P&gt;&lt;P&gt;Reading data doesn't create log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only insert or update should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On you side you can ask him to monitor when you run the program and then show you the log files. Maybe that will provide some pointer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 02:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973688#M701848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T02:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Program creates many SAP log entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973689#M701849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Apps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show the code of your Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 02:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973689#M701849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T02:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Program creates many SAP log entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973690#M701850</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know any transaction in the system which can tell me if my program creates log entries.&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;Apps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 03:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973690#M701850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T03:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Program creates many SAP log entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973691#M701851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction SM21 will display the system log. If your program is creating log entries, it will show up there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 13:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-creates-many-sap-log-entries/m-p/2973691#M701851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T13:17:37Z</dc:date>
    </item>
  </channel>
</rss>

