<?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: Application log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557204#M1857853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Pau, thanks a lot! This is what I thought and you confirm it, too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 14:07:19 GMT</pubDate>
    <dc:creator>konstantinos_vassiliadis</dc:creator>
    <dc:date>2014-07-28T14:07:19Z</dc:date>
    <item>
      <title>Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557199#M1857848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a requirement to run an online transaction that will create application log entries. The transaction processed one input XML file and at the end writes some messages in the application log displayed via slg1. The customer's requirement, if possible, is to create an application log on a daily basis for all XML files processed on the day. Technically speaking, as I understand it, there should be one Log number and one Log handle per day. I made some tests and I cannot find a way to somehow append messages to a log when the log has already been saved (BAL_DB_SAVE). I was thinking of using a Z table with all messages to be added to the log at the end of the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Konstantinos &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557199#M1857848</guid>
      <dc:creator>konstantinos_vassiliadis</dc:creator>
      <dc:date>2014-07-28T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557200#M1857849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words...is it possible to add messages to a log (that has been created via BAL_LOG_CREATE) from different transaction instances when in each instance the log was saved (via BAL_DB_SAVE)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My impression is NO, it is not possible. If a log is displayed via SLG1 it means it was saved in the database and another transaction cannot update its contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557200#M1857849</guid>
      <dc:creator>konstantinos_vassiliadis</dc:creator>
      <dc:date>2014-07-28T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557201#M1857850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Konstantinos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;In this link&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all the information&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-27066"&gt;http://scn.sap.com/docs/DOC-27066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557201#M1857850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-28T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557202#M1857851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pau,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot, however what I am asking is specific and deals with if it is possible to add messages to a log not within the same transaction - this is straightforward - but from a number of instances of a transaction that will run on a day. My impression is that once BAL_DB_SAVE is issued it is not possible to somehow "open" the log and add more messages to it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 13:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557202#M1857851</guid>
      <dc:creator>konstantinos_vassiliadis</dc:creator>
      <dc:date>2014-07-28T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557203#M1857852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konstantinos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;you can not add&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;more&lt;/SPAN&gt; logs for the same &lt;EM&gt;log_handle&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;but you can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;create new&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;logs&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for your&lt;/SPAN&gt; OBJECT &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; SUBOBJECT &lt;SPAN class="hps"&gt;for the same External Id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;thus&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;each&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;execution of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the transaction&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;generates a new&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;log.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557203#M1857852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-28T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557204#M1857853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Pau, thanks a lot! This is what I thought and you confirm it, too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/10557204#M1857853</guid>
      <dc:creator>konstantinos_vassiliadis</dc:creator>
      <dc:date>2014-07-28T14:07:19Z</dc:date>
    </item>
  </channel>
</rss>

