<?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: Display error message in batch job log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082068#M1812932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karan,&lt;/P&gt;&lt;P&gt;i am sorry, i just misses that you are showing it as a log.&lt;/P&gt;&lt;P&gt;Let me see your issue more specifically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 11:10:28 GMT</pubDate>
    <dc:creator>former_member187748</dc:creator>
    <dc:date>2014-03-03T11:10:28Z</dc:date>
    <item>
      <title>Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082059#M1812923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a batch job running and I have an error coming during some validation logic.&lt;/P&gt;&lt;P&gt;The problem is&lt;STRONG&gt; I need to continue the batch job when this error message comes&lt;/STRONG&gt; and &lt;STRONG&gt;it should not cancel the batch job as it is doing currently&lt;/STRONG&gt; but display that error message in batch job log, there are more similar error messages coming in job log and job gets finished, but when my error message comes job gets cancelled.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I cannot give it as info message as it will give wrong idea about message type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is there any FM by which we can add message in job log?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082059#M1812923</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082060#M1812924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a program is run in batch job this is how we do. We add information message. Seconldy if you are not happy with this way you can create a&amp;nbsp; log samea s visible in SLG1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082060#M1812924</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-03-03T10:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082061#M1812925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;if it is your custom program through you are creating job, then you can change your message&lt;/P&gt;&lt;P&gt;like shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; color: #333333;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;if sy-batch = 'X'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Message 'Error in updating data ' type 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; color: #333333;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082061#M1812925</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-03T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082062#M1812926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already there are error messages which are getting displayed in Job log and they are returned as hard error messages only in the program, but in my case job gets cancelled but not in there case.&lt;/P&gt;&lt;P&gt;And i see error messages are displayed as Error messages only in job log with processing continued till end and not cancelled.&lt;/P&gt;&lt;P&gt;Please see screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/401158" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082062#M1812926</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082063#M1812927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sanjeev I have done that but problem is I do not want to give that as Information message but Error message only and continue processing.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If you see in screenshot 3rd message is given by me as information and you can see error messages also 6th and 7th and job continued till it is finished&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;Basically I want that 'I' to be displayed as 'E'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; color: #333333;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3512016" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; background-color: #f3f3f3; color: #3778c7;"&gt;Display error message in batch job log&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082063#M1812927</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T10:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082064#M1812928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the message with message class 'ZVSC' is the message that you are showing as type 'E' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case then you can put a condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-batch is initial.&lt;/P&gt;&lt;P&gt;MESSAGE E&amp;lt;messageno&amp;gt;(ZVSC). &lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;MESSAGE I&amp;lt;messageno&amp;gt;(ZVSC). &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;The above code is just an example. You can do your coding as for your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082064#M1812928</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2014-03-03T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082065#M1812929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Change the code as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;if sy-batch = 'X'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;Message 'Error in updating data ' type 'I' DISPLAY LIKE 'E'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082065#M1812929</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-03T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082066#M1812930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;message with class 'ZVSC' is not shown by me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only shown info message(third one in message log) which I want to&lt;STRONG&gt; display as 'E' and not 'I'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082066#M1812930</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082067#M1812931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will not display message as 'E' in log, but as 'I' only.&lt;/P&gt;&lt;P&gt;already tried that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082067#M1812931</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T11:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082068#M1812932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karan,&lt;/P&gt;&lt;P&gt;i am sorry, i just misses that you are showing it as a log.&lt;/P&gt;&lt;P&gt;Let me see your issue more specifically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082068#M1812932</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-03T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082069#M1812933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of raising error message why you cant try with ALV for all the messages ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082069#M1812933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-03T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082070#M1812934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Job is run thru standard SAP transaction for Shipment document create and we have some enhancements from where messages are coming, cannot display them in ALV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082070#M1812934</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082071#M1812935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 12:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082071#M1812935</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082072#M1812936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you will throw an error mesasge the processing will stop. One of the option you can use is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e001 into lv_message.&lt;/P&gt;&lt;P&gt;write /message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 13:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082072#M1812936</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-03-03T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082073#M1812937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried ROLLBACK WORK after the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 13:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082073#M1812937</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-03T13:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082074#M1812938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="36818" data-userid="649895" data-username="thanga.prakash" href="https://answers.sap.com/people/thanga.prakash"&gt;Thanga Prakash&lt;/A&gt; error message will stop the processing no rollback work will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 13:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082074#M1812938</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-03-03T13:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082075#M1812939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="268173" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="nabheet madan" href="https://community.sap.com/" modifiedtitle="true" title="nabheet madan "&gt;&lt;/A&gt;Yes you are right,&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/599/images/emoticons/plus.gif"&gt;&lt;/SPAN&gt; I checked in my program and it is not working. &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/599/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 13:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082075#M1812939</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-03T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082076#M1812940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Nabheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;As I showed in screenshot it is possible to show error message in Job log and continue but I am not able to find a solution how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 14:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082076#M1812940</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082077#M1812941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only available solution with job log seems to be the sending of an error message and then its handling it&amp;nbsp; with an &lt;A class="blue"&gt;&lt;SPAN class="qtext"&gt;error_message&lt;/SPAN&gt;&lt;/A&gt; exception option. (*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you may be required to develop &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a FM that executes the standard report&lt;/LI&gt;&lt;LI&gt;a wrapper progam that call this FM and monitor exception error_message.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But if the main report is a standard you should not be allowed to do that, changing the type of message without any other change would then allows execution of the "transactions".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which customer-exit/BAdI is this message raised ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Read MESSAGE documentation : &lt;SPAN class="h1"&gt;&lt;A href="http://help.sap.com/abapdocu_731/en/abenabap_message_batch_job.htm"&gt;Messages in background processing &lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 14:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082077#M1812941</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-03-03T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in batch job log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082078#M1812942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a user exit so anyhow I can use FM in that.&lt;/P&gt;&lt;P&gt;Can you tell me how to handle with FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 14:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-batch-job-log/m-p/10082078#M1812942</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2014-03-03T14:14:19Z</dc:date>
    </item>
  </channel>
</rss>

