<?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/1028335#M83004</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 type E can have different behaviours. In selection-screen it allows to correct the errors. In a popup, it makes the dynpro to exit.&lt;/P&gt;&lt;P&gt;Use type S or I instead and handle manually the program flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2005 09:39:43 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2005-11-22T09:39:43Z</dc:date>
    <item>
      <title>screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028333#M83002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam trying to do some validation in table control and iam getting proper(error) message.When i click ok(exit button on the message box)on the message box, the screen also exiting.How can avoid this?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if flag = 'X'.&lt;/P&gt;&lt;P&gt;   message e000(z1) with 'Consider delivery unit': tval.&lt;/P&gt;&lt;P&gt; else.&lt;/P&gt;&lt;P&gt; PERFORM BDC_VA02.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points guaranteed&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 09:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028333#M83002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T09:30: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/1028334#M83003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; THIS BECAUSE ERROR MSG STOP THE CURRENT PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN USE MESSAGE TYPE 'S' OR 'I' IN PLACE OF E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF YOU USE 'S' TYPE MESSAGE, A YELLOW COLORED MESSAGE WILL APPEAR IN STATUS BAR (SYSTEM MESSAGE) AND ALL INPUT FIELD WILL BE LOCKED. JUST HIT ENTER TO UNLOCK THE FIELDS AND PROCEED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 09:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028334#M83003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T09:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028335#M83004</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 type E can have different behaviours. In selection-screen it allows to correct the errors. In a popup, it makes the dynpro to exit.&lt;/P&gt;&lt;P&gt;Use type S or I instead and handle manually the program flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 09:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028335#M83004</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2005-11-22T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028336#M83005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the message type you are giving is e000 in this e indicates error so the screen is also exiting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the type of messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP runtime environment handles messages according to the message type specified in the MESSAGE statement and the context in which the message is sent. There are six kinds of message type: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A (Abend) &lt;/P&gt;&lt;P&gt;Termination &lt;/P&gt;&lt;P&gt;E (Error) &lt;/P&gt;&lt;P&gt;Error &lt;/P&gt;&lt;P&gt;I (Info) &lt;/P&gt;&lt;P&gt;Information &lt;/P&gt;&lt;P&gt;S (Status) &lt;/P&gt;&lt;P&gt;Status message &lt;/P&gt;&lt;P&gt;W (Warning) &lt;/P&gt;&lt;P&gt;Warning &lt;/P&gt;&lt;P&gt;X (Exit) &lt;/P&gt;&lt;P&gt;Termination with short dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 09:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028336#M83005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028337#M83006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for all the replies&lt;/P&gt;&lt;P&gt;points allowted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 09:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-problem/m-p/1028337#M83006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T09:52:32Z</dc:date>
    </item>
  </channel>
</rss>

