<?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 Message Block User Input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787964#M911315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of error message you can go for POP&lt;STRONG&gt;UP&lt;/STRONG&gt;TO*CONFIRM  function module where you will be getting the option with Yes of No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abdul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 06:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T06:50:54Z</dc:date>
    <item>
      <title>Error Message Block User Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787960#M911311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  I created a message class and implemented a messsage with type E in VA01 with user exit RV63A900. When the message was shown, the system blocked the user to input.  How can i display an error message without blocking user input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 MESSAGE id 'ZKG_SD_MESSAGE' type 'E' NUMBER '000' with x.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787960#M911311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Block User Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787961#M911312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE id 'ZKG_SD_MESSAGE' type 'I' NUMBER '000' with x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Error Message to Information Message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787961#M911312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Block User Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787962#M911313</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;if you go to ABAP documentation, there is one section Behavior of Messages. This section describes carefully behavior of each message type in different situation (e.g. dialog processing). Read this section and you will find out which type of message you have to use in your case. You can still display message as error using DISPLAY LIKE 'E'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787962#M911313</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-05-07T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Block User Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787963#M911314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirment is to display a message with red color on the status bar.  It seems only the type E can do this, but it blocked the user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787963#M911314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Block User Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787964#M911315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of error message you can go for POP&lt;STRONG&gt;UP&lt;/STRONG&gt;TO*CONFIRM  function module where you will be getting the option with Yes of No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abdul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 06:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-block-user-input/m-p/3787964#M911315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T06:50:54Z</dc:date>
    </item>
  </channel>
</rss>

