<?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 User exit application log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993792#M74854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of acting on the creation of a message in the application log, other than with workflow (SWUY)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write an entry in a Z-table if a certain message is written in the application log (SLG1). Doesn't seem to be a user-exit or customizing for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas would be appreciated.&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;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2005 21:26:54 GMT</pubDate>
    <dc:creator>martin_jonsson</dc:creator>
    <dc:date>2005-08-25T21:26:54Z</dc:date>
    <item>
      <title>User exit application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993792#M74854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of acting on the creation of a message in the application log, other than with workflow (SWUY)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write an entry in a Z-table if a certain message is written in the application log (SLG1). Doesn't seem to be a user-exit or customizing for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas would be appreciated.&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;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 21:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993792#M74854</guid>
      <dc:creator>martin_jonsson</dc:creator>
      <dc:date>2005-08-25T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: User exit application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993793#M74855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the function modules in function group SLG0 or function modules that have the pattern 'APPL_LOG*'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 21:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993793#M74855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T21:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: User exit application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993794#M74856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already did, no trace of something useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 21:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993794#M74856</guid>
      <dc:creator>martin_jonsson</dc:creator>
      <dc:date>2005-08-25T21:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: User exit application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993795#M74857</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;Are you looking for application log creation &lt;/P&gt;&lt;P&gt;try this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_CREATE&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_ADD/BAL_LOG_MSG_ADD_FREE_TEXT&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2005 13:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993795#M74857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-26T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: User exit application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993796#M74858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I create a log instance using BAL_LOG_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If I have an internal table it_messages which will have my error messages, should I loop through this and call BAL_LOG_MSG_ADD for each message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then I call BAL_DSP_LOG_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is if my message which is in line is_message be added to the log, which of the fields should it be supplied to, to be added in the log? I mean.. BAL_LOG_MSG_ADD takes a parameter i_s_msg. Which field of i_s_msg needs to be supplied with the error message which needs to be added to the appl log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 05:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-application-log/m-p/993796#M74858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T05:15:07Z</dc:date>
    </item>
  </channel>
</rss>

