<?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 program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045134#M1501301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this sequence of FM to run without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SEARCH - searches the database&lt;/P&gt;&lt;P&gt;BAL_DB_LOAD - loads the log into memory&lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_READ - read the header from memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... from here it should progress as in the demo since the log entries are in memory!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 13:01:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-14T13:01:15Z</dc:date>
    <item>
      <title>Application log program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045132#M1501299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to have All Logs to be displayed for given object and sub object for preferred date and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made use of FM,&lt;/P&gt;&lt;P&gt;BAL_GLB_SEARCH_LOG &lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_READ&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not getting any logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as in slg1, i am getting logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked out S_DEMO programs but i am not getting the required info. &lt;/P&gt;&lt;P&gt;Could anyone help me in providing Skeleton for given scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 10:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045132#M1501299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T10:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Application log program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045133#M1501300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After some searching in the documentation for FM BAL_GLB_SEARCH_LOG and some debugging, I realized the logs for BAL_GLB_SEARCH_LOG reside in memory, not the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These demo programs are interesting - much better display than SLG1 I think so now I might try to make a program like the demo but for the database. If I come accross your answer, I'll let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 12:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045133#M1501300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Application log program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045134#M1501301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this sequence of FM to run without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SEARCH - searches the database&lt;/P&gt;&lt;P&gt;BAL_DB_LOAD - loads the log into memory&lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_READ - read the header from memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... from here it should progress as in the demo since the log entries are in memory!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045134#M1501301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Application log program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045135#M1501302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand why you can't take advantage of existing SBAL_DEMO_* programs. Especially SBAL_DEMO_03 in your case (as it uses BAL_GLB_SEARCH_LOG). They are like skeletons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-log-program/m-p/7045135#M1501302</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-14T13:25:48Z</dc:date>
    </item>
  </channel>
</rss>

