<?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: Error Messgage Handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435410#M12547</link>
    <description>&lt;P&gt;Again, read the documentation  ...&lt;/P&gt;&lt;P&gt;Under &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_message_dialog.htm"&gt;Messages in Dialog Processing &lt;/A&gt;you find:&lt;/P&gt;&lt;P&gt; "The function adjustment of local layout in the standard toolbar of the GUI status can be used to specify that error, warning, and status messages are displayed in a dialog box instead of in the status bar." &lt;/P&gt;&lt;P&gt;-&amp;gt; The behavior can depend on user settings and you have to code it in a way that it always works.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 05:54:24 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-06-21T05:54:24Z</dc:date>
    <item>
      <title>Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435403#M12540</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;have a look at this error message&lt;/P&gt;&lt;P&gt;Code : MESSAGE  E252(I0) WITH &amp;lt;param_1&amp;gt; &amp;lt;param_2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/42412-capture.png" /&gt;&lt;/P&gt;&lt;P&gt;Now I want to Display This Message in Status Bar (Below) and the transaction should not allow to save.&lt;/P&gt;&lt;P&gt;I have used this also : &lt;/P&gt;&lt;P&gt;MESSAGE  E252(I0) WITH &amp;lt;param_1&amp;gt; &amp;lt;param_2&amp;gt; display Like 'S'. &lt;/P&gt;&lt;P&gt;In this Case message is coming below but, It allowing the Transaction to SAVE.&lt;/P&gt;&lt;P&gt;Kindly, Help&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435403#M12540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-20T10:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435404#M12541</link>
      <description>&lt;P&gt;Your company, SAP, provides extensive documentation about messages.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_messages.htm"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_messages.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In TA ABAPHELP you can even search for terms with typos as MESSGAGE ...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435404#M12541</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-20T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435405#M12542</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;could you please also use Exit command in the code and check ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;prem&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435405#M12542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-20T10:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435406#M12543</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use Leave to transaction after the error message.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435406#M12543</guid>
      <dc:creator>former_member291971</dc:creator>
      <dc:date>2017-06-20T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435407#M12544</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;MESSAGE S252(I0) WITH &amp;lt;param_1&amp;gt; &amp;lt;param_2&amp;gt; display Like 'E'.&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435407#M12544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-21T05:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435408#M12545</link>
      <description>&lt;P&gt;Hi Elzkie,&lt;/P&gt;&lt;P&gt;I Tried This  " Error Message Is Coming in the Status Bar ". But, When I am Clicking  "Save" Button Transaction is Getting Saved.&lt;/P&gt;&lt;P&gt;Since, we are Displaying Errror Message It Should Not Allow to Save.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435408#M12545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-21T05:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435409#M12546</link>
      <description>&lt;P&gt;Did you read the ABAP documentation (link given by Horst)? You'd understand what's going on and you'd be able to find a workaround! Effect of MESSAGE depends on context. If you don't understand something in the doc, then tell us (and give the context too please).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435409#M12546</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-06-21T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435410#M12547</link>
      <description>&lt;P&gt;Again, read the documentation  ...&lt;/P&gt;&lt;P&gt;Under &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_message_dialog.htm"&gt;Messages in Dialog Processing &lt;/A&gt;you find:&lt;/P&gt;&lt;P&gt; "The function adjustment of local layout in the standard toolbar of the GUI status can be used to specify that error, warning, and status messages are displayed in a dialog box instead of in the status bar." &lt;/P&gt;&lt;P&gt;-&amp;gt; The behavior can depend on user settings and you have to code it in a way that it always works.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435410#M12547</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-21T05:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435411#M12548</link>
      <description>&lt;P&gt;Hi Keller,&lt;/P&gt;&lt;P&gt;In the Local Layout of Standard Toolbar of the GUI it is Uncheck. As you can see in the Screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/42441-error-msg.png" /&gt;&lt;/P&gt;&lt;P&gt;Then also, error Message is Getting Displayed as Pop-UP Window.&lt;/P&gt;&lt;P&gt;I want it to Display in the Status Bar and it should not allow to save the Transaction.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435411#M12548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-21T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435412#M12549</link>
      <description>&lt;P&gt;@Horst, isn't the display option misleading the OP? I think the issue is that he issues an error message outside the dynpro flow logic or in the PBO, so it's "converted" into an A message. The solution is to issue the error message during the PAI.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 21:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435412#M12549</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-06-21T21:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error Messgage Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435413#M12550</link>
      <description>&lt;P&gt;Well, from his description it is not clear in which context he sends the message, that's why I hinted him to the MESSAGE documentation in my first answer. Since this didn't help, I assumed another reason that is not so obvious. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 05:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgage-handling/m-p/435413#M12550</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-22T05:49:55Z</dc:date>
    </item>
  </channel>
</rss>

