<?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/1931197#M385686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abaper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Could you please also mention the various parameters being passed in the form of an example ( like object, subobject etc ), so that it makes it easier to follow. Your first answer was pretty helpful in the first instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jaydeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 20:55:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T20:55:56Z</dc:date>
    <item>
      <title>Application log.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931195#M385684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query regarding the application log ( Transaction SLG0, SLG1 etc ). I would like to be able to write to the application log and at the same time be able to read and siplay the application log. Want to know the function modules for doing the same. It would be nice if the same could be shown with some example.&lt;/P&gt;&lt;P&gt;Useful answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jaydeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 15:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931195#M385684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Application log.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931196#M385685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to call a couple of function module in a sequence..&lt;/P&gt;&lt;P&gt;Please see the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'APPL_LOG_INIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      object    = w_object&lt;/P&gt;&lt;P&gt;      subobject = w_sub_obj&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      others    = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'APPL_LOG_WRITE_HEADER'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      header = wa_prot_head&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      others = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'APPL_LOG_WRITE_MESSAGES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      object           = w_object&lt;/P&gt;&lt;P&gt;      subobject        = w_sub_obj&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      messages         = it_prot_mess&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      object_not_found = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'APPL_LOG_WRITE_DB'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      object_with_lognumber = it_prot_nr&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      others                = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 19:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931196#M385685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T19:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Application log.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931197#M385686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abaper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Could you please also mention the various parameters being passed in the form of an example ( like object, subobject etc ), so that it makes it easier to follow. Your first answer was pretty helpful in the first instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jaydeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 20:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/1931197#M385686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T20:55:56Z</dc:date>
    </item>
  </channel>
</rss>

