<?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: Reading the Error Log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616383#M1279571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use FM : BAL_LOG_MSG_READ  to read the message from log. It needs the handle for log as input which you can figure out. In CRM , we have  FMs : CRM_MESSAGES*     in order to read particular or group of mesages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to ABORT the processing based on some condition : You can choose either to abort or display error message allow user to come out :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. MESSAGE A300(zcrm_csi_ui).  where 300 is message number  and zcrm_csi_ui is msgclass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to Abort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. MESSAGE E300(zcrm_csi_ui).  where 300 is message number  and zcrm_csi_ui is msgclass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to display error and asking user to comeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Apoorva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 16:17:59 GMT</pubDate>
    <dc:creator>apoorva_singh</dc:creator>
    <dc:date>2009-05-07T16:17:59Z</dc:date>
    <item>
      <title>Reading the Error Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616380#M1279568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am running a Trasaction and if in the processing an error occured, i want that the process may stop&lt;/P&gt;&lt;P&gt;at the same instant. for example i am creating a Payment lot by Tcode FPBMC and while running if  there is any error in the input file the error is shown in the error log but the payment lot is created with the error, but i wish if there is any error the execution of the tcode must stop. so please let me know any function module or meathod to read the error log values and stop the processing of the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;himanshu sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 06:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616380#M1279568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T06:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the Error Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616381#M1279569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to find the BADI or EXITS for your tcode.&lt;/P&gt;&lt;P&gt;and write code for stopping the execution of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a Nice Day,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 06:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616381#M1279569</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2009-05-06T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the Error Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616382#M1279570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the suitable badi of the following to enhance the code as per your requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of BAdIs found for FPBMC     :         2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; S.No   Badi Name             Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1   FKK_TAX_REP_00        Tax reporting for  Mexico&lt;/P&gt;&lt;P&gt;    2   FKK_WTAX_REP00        US1099 Misc: WT data from FI-CA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satyasuresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 13:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616382#M1279570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T13:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the Error Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616383#M1279571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Himanshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use FM : BAL_LOG_MSG_READ  to read the message from log. It needs the handle for log as input which you can figure out. In CRM , we have  FMs : CRM_MESSAGES*     in order to read particular or group of mesages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to ABORT the processing based on some condition : You can choose either to abort or display error message allow user to come out :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. MESSAGE A300(zcrm_csi_ui).  where 300 is message number  and zcrm_csi_ui is msgclass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to Abort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. MESSAGE E300(zcrm_csi_ui).  where 300 is message number  and zcrm_csi_ui is msgclass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to display error and asking user to comeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Apoorva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 16:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-the-error-log/m-p/5616383#M1279571</guid>
      <dc:creator>apoorva_singh</dc:creator>
      <dc:date>2009-05-07T16:17:59Z</dc:date>
    </item>
  </channel>
</rss>

