<?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: Reg:Error Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127198#M1511950</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;Did you check using call screen or leave to screen instead of set screen??&lt;/P&gt;&lt;P&gt;also for message try this&lt;/P&gt;&lt;P&gt;message 'Your Error Message'  type  'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jul 2010 05:30:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-03T05:30:43Z</dc:date>
    <item>
      <title>Reg:Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127197#M1511949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to give an error message when the user enters the wrong value, I have written the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;      MESSAGE S099(Z1) DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;      SET SCREEN 120.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is working fine in ECC 6.0 version but in ECC 4.0 its not working so I have given&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;      MESSAGE E099(Z1).&lt;/P&gt;&lt;P&gt;      SET SCREEN 120.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I am getting the error message but after getting the error message its not going to screen 120 and its remaining in the same screen and that screen also going into display mode so I am unable to enter the correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 13:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127197#M1511949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-02T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127198#M1511950</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;Did you check using call screen or leave to screen instead of set screen??&lt;/P&gt;&lt;P&gt;also for message try this&lt;/P&gt;&lt;P&gt;message 'Your Error Message'  type  'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 05:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127198#M1511950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-03T05:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127199#M1511951</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;This this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;SET SCREEN 120.&lt;/P&gt;&lt;P&gt;MESSAGE E099(Z1).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your perivous code : i think because error message is encontered, it is not executing the set screen statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 07:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-error-message/m-p/7127199#M1511951</guid>
      <dc:creator>Noorie</dc:creator>
      <dc:date>2010-07-03T07:11:17Z</dc:date>
    </item>
  </channel>
</rss>

