<?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: FM errors on job log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808150#M1587836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please invest some own research effort as well. The short dump text will tell you the invalid value. Check for a blank SY-MSGTY before issuing the message. Oh, and include my snippet in IF SY-SUBRC &amp;gt;&amp;lt; 0, obviously.&lt;/P&gt;&lt;P&gt;Once again, please try solving things yourself first.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 17:19:19 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2011-03-21T17:19:19Z</dc:date>
    <item>
      <title>FM errors on job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808147#M1587833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;im using FM 'L_TO_CANCEL' and I need to show all errors coming from this FM on the job log. Do I need to create a message for every exception? How should i do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808147#M1587833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: FM errors on job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808148#M1587834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There will be only one exception at a time, so you probably only need something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on how the FM issues the messages with the RAISING option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want the job to cancel, you can hard code the TYPE as 'I' or 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 16:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808148#M1587834</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-03-21T16:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM errors on job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808149#M1587835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get an error message MESSAGE_TYPE_UNKNOWN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808149#M1587835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T17:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: FM errors on job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808150#M1587836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please invest some own research effort as well. The short dump text will tell you the invalid value. Check for a blank SY-MSGTY before issuing the message. Oh, and include my snippet in IF SY-SUBRC &amp;gt;&amp;lt; 0, obviously.&lt;/P&gt;&lt;P&gt;Once again, please try solving things yourself first.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808150#M1587836</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-03-21T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: FM errors on job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808151#M1587837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just hard code message type to 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one more way, i hope you are running that FM in side a loop, so keep storing the exceptions in a table and finally display the table as output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 17:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-errors-on-job-log/m-p/7808151#M1587837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T17:21:52Z</dc:date>
    </item>
  </channel>
</rss>

