<?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/12412953#M1996578</link>
    <description>&lt;P&gt;Welcome and thanks for visiting SAP Community to get answers to your questions. Check out our tutorial to get started in SAP Community: &lt;A href="https://developers.sap.com/tutorials/community-start.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-start.html&lt;/A&gt; By adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 11:12:40 GMT</pubDate>
    <dc:creator>Enda</dc:creator>
    <dc:date>2021-06-02T11:12:40Z</dc:date>
    <item>
      <title>Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412952#M1996577</link>
      <description>&lt;P&gt;I am new to ABAP and have been wanting to get log number from log handle using FM BAL_DB_SEARCH. Can someone help me by telling me how to do it?&lt;/P&gt;
  &lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 11:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412952#M1996577</guid>
      <dc:creator>vg24</dc:creator>
      <dc:date>2021-06-02T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412953#M1996578</link>
      <description>&lt;P&gt;Welcome and thanks for visiting SAP Community to get answers to your questions. Check out our tutorial to get started in SAP Community: &lt;A href="https://developers.sap.com/tutorials/community-start.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-start.html&lt;/A&gt; By adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 11:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412953#M1996578</guid>
      <dc:creator>Enda</dc:creator>
      <dc:date>2021-06-02T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412954#M1996579</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is a nice wiki that explains this - please see &lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Using+Application+Log" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/Snippets/Using+Application+Log&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 11:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412954#M1996579</guid>
      <dc:creator>TammyPowlas</dc:creator>
      <dc:date>2021-06-02T11:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412955#M1996580</link>
      <description>&lt;P&gt;I don't understand your issue, you have both the log number and log handle in BAL_DB_SEARCH.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 11:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412955#M1996580</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-06-02T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412956#M1996581</link>
      <description>&lt;P&gt;From BAL_DB_SEARCH with somer filter criteria passed to i_s_log_filter you get an internal table of log header in e_t_log_header (BALHDR) &lt;/P&gt;&lt;P&gt;so you could for example &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Read the log data with BAL_DB_LOAD &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and then (in a loop)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Read header data (at new log_handle) with BAL_LOG_HDR_READ&lt;/LI&gt;&lt;LI&gt;Read messages with BAL_LOG_MSG_READ&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is your exact requirement?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 14:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412956#M1996581</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-06-02T14:44: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/12412957#M1996582</link>
      <description>&lt;P&gt;Not a direct answer to your question, but this repository may make your Application Log access a little easier: &lt;A href="https://github.com/keremkoseoglu/simbal"&gt;https://github.com/keremkoseoglu/simbal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 05:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412957#M1996582</guid>
      <dc:creator>keremkoseoglu</dc:creator>
      <dc:date>2021-06-03T05:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412958#M1996583</link>
      <description>&lt;P&gt;Thank you for the reply!!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 08:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412958#M1996583</guid>
      <dc:creator>vg24</dc:creator>
      <dc:date>2021-06-03T08:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412959#M1996584</link>
      <description>&lt;P&gt;The exact requirement is to enter a specific log handle and get log number as the output in a variable. I have managed to get the log number, now it needs to be put inside a variable.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 08:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412959#M1996584</guid>
      <dc:creator>vg24</dc:creator>
      <dc:date>2021-06-03T08:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412960#M1996585</link>
      <description>&lt;P&gt;It's done. Thank you for the help!!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 08:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412960#M1996585</guid>
      <dc:creator>vg24</dc:creator>
      <dc:date>2021-06-03T08:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Application log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412961#M1996586</link>
      <description>&lt;UL&gt;&lt;LI&gt;Fill the range LOG_HANDLE of deep structure I_S_LOG_FILTER with a record containing I/EQ/values/initial values (e.g. code similar to the code in BAL_FILTER_CREATE)&lt;/LI&gt;&lt;LI&gt;Call BAL_DB_SEARCH&lt;/LI&gt;&lt;LI&gt;Check for errors&lt;/LI&gt;&lt;LI&gt;Loop at returned internal table E_T_LOG_HEADER for value(s) of field LOGNUMBER &lt;/LI&gt;&lt;LI&gt;Move the value to a variable (internal table of variables)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 03 Jun 2021 14:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log/m-p/12412961#M1996586</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-06-03T14:04:15Z</dc:date>
    </item>
  </channel>
</rss>

