<?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: Blank screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370916#M182682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want that the program should end immediately after throwing the message?  If so, please look at my previous post about the "Abort" message.  This will throw the error in a dialog box and end the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2006 15:51:40 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-05-24T15:51:40Z</dc:date>
    <item>
      <title>Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370907#M182673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  how to show blank screen with error message ???&lt;/P&gt;&lt;P&gt;  and how to end the program by giving the proper error message ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370907#M182673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370908#M182674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to error the program and give an error message, all you need to do is somthing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message A001(00) with 'Error, the program is ending'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370908#M182674</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-24T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370909#M182675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;message e000(&amp;lt;your message calss&amp;gt;) with 'Error'.&lt;/P&gt;&lt;P&gt;in se91 create a message class and also create a message 000 with place holders (&amp;amp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370909#M182675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370910#M182676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its regular reporting then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE E000 with "ERROR MESSAGE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will display blank screen with error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to end the program then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370910#M182676</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-05-24T15:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370911#M182677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt; but my program is dialog programm so after writin this ,i can see some weiard window with error message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't i show blank screnn and on status bar with error message &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370911#M182677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370912#M182678</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;     You can end the program by using&lt;/P&gt;&lt;P&gt;     message e000(ZZ) 'Error'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370912#M182678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370913#M182679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  message E100(Message_id).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E---Error ( u can also use A, S , W , I )&lt;/P&gt;&lt;P&gt;100---Error Message Number&lt;/P&gt;&lt;P&gt;Message_id --- go to se91 for message id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370913#M182679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370914#M182680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but when error message is comming i can see in background some screen . but i axpect it should be blank screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370914#M182680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370915#M182681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jimmy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create an empty screen.say '0100' in se51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call it in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '0100'.&lt;/P&gt;&lt;P&gt;message e000(ZZ) with 'Error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370915#M182681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370916#M182682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want that the program should end immediately after throwing the message?  If so, please look at my previous post about the "Abort" message.  This will throw the error in a dialog box and end the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 15:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blank-screen/m-p/1370916#M182682</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-24T15:51:40Z</dc:date>
    </item>
  </channel>
</rss>

