<?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: message should be logged in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823791#M1470555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could u plz tell me how can i maintain application log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 08:39:53 GMT</pubDate>
    <dc:creator>former_member217546</dc:creator>
    <dc:date>2010-04-20T08:39:53Z</dc:date>
    <item>
      <title>message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823788#M1470552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai i am enhancing one transaction code ,i need to raise an exception which should not be displayed in online.that message should be logged.How can i do this ? and Where can i see this message after running the transaction code.any one help me by explain the procedure ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823788#M1470552</guid>
      <dc:creator>former_member217546</dc:creator>
      <dc:date>2010-04-20T07:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823789#M1470553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the aplication log. Have a look at transaction SLG1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823789#M1470553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T07:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823790#M1470554</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;I do not have much idea how can this be achived in standard but if I am asked to do this &lt;/P&gt;&lt;P&gt;I can achive this using custome codes steps are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Design a ztable with userid date time t-code as primary key &lt;/P&gt;&lt;P&gt;2. write an enhancemnt which gets called when exception is raised.&lt;/P&gt;&lt;P&gt;3. Populate data in z table inside the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have data in a ztable if required a zreport can be designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 07:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823790#M1470554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T07:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823791#M1470555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could u plz tell me how can i maintain application log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 08:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823791#M1470555</guid>
      <dc:creator>former_member217546</dc:creator>
      <dc:date>2010-04-20T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823792#M1470556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use function module BAL_LOG_CREATE to initiate log header data in memory. Then use fm BAL_LOG_MSG_ADD to append messages to the log. Finally use fm BAL_DB_SAVE to save the log in the database. Then u can use tcode SLG1 to view the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See online documentation for these modules - it's pretty good and explains the concept of application log programming. See also other modules from function group SBAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 08:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823792#M1470556</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2010-04-20T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: message should be logged</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823793#M1470557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much...its working ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-should-be-logged/m-p/6823793#M1470557</guid>
      <dc:creator>former_member217546</dc:creator>
      <dc:date>2010-04-20T10:14:57Z</dc:date>
    </item>
  </channel>
</rss>

