<?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: screen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875466#M931535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Display the message like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;else.
MESSAGE 'Your message' type 'I' Display like 'E'.
exit.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this would be more user friendly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 12:05:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-26T12:05:51Z</dc:date>
    <item>
      <title>screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875461#M931530</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;I have created a simple program with 3 parameters and an IF ENDIF block. &lt;/P&gt;&lt;P&gt;In this IF i check if sy-uname eq 'AAA'  ... else MESSAGE 'Unauthorized!' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when it displays this message, SAP entered into some screen where I don't have any button in toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plsease someone help... i want to display that message without disapeared initial screen.(that with those 3 parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875461#M931530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875462#M931531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean to say the only way to get back to your program is to run it again?&lt;/P&gt;&lt;P&gt;You make the message type as S ie, system generated message.&lt;/P&gt;&lt;P&gt;It will be on the same screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875462#M931531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875463#M931532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it a report program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you checking the parameter value entered by the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue message type E in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen for &amp;lt;parametername&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875463#M931532</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-05-26T11:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875464#M931533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where r u giving ur error message. Give the message in AT SELECTION-SCREEN event. So it will display selection screen again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just copy this code and see how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z75694 MESSAGE-ID 00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: po_1 TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF sy-uname NE 'VINOD'.&lt;/P&gt;&lt;P&gt;    MESSAGE e010.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    WRITE 'Test'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875464#M931533</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-26T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875465#M931534</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;Change the message type as 'S' in place of E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Megha Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875465#M931534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875466#M931535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Display the message like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;else.
MESSAGE 'Your message' type 'I' Display like 'E'.
exit.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this would be more user friendly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875466#M931535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875467#M931536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U ve to check the condition in the AT SELECTION-SCREEN event. Then give the message accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875467#M931536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875468#M931537</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;Just give it like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-uname eq 'AAA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'Unauthorised'  type 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Believe me it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;With regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/3875468#M931537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:31:13Z</dc:date>
    </item>
  </channel>
</rss>

