<?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 after message display in modulepool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828017#M1589705</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;    Execute the program using '/h' in debugging mode, then in the debugging mode goto menu Breakpoints-&amp;gt;Breakpoint at-&amp;gt;Breakpoint at Statement-&amp;gt;enter 'message' and press 'Enter'. Now Breakpoint will be set at all messages. Press 'F8' and reach the place where the error message is triggering and do the analysis&lt;/P&gt;&lt;P&gt;&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;Dande&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 06:59:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T06:59:13Z</dc:date>
    <item>
      <title>Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828013#M1589701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the modulepool , after some validation error message is displaying, But while doubleclick/ enter on screen it is going out of transaction to sap initial screen&lt;/P&gt;&lt;P&gt;please let me know if any one can help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828013#M1589701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828014#M1589702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the function type is assigned as 'E'  - Exit command for those actions / function codes. In such case the validations will be bypassed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, the message should re-appear even after hitting enter button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828014#M1589702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828015#M1589703</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;Check the position at which the error message is triggered. Might be you can try calling the status message as error.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MESSAGE s899(v1) DISPLAY LIKE 'E'
                 WITH  msg1
                       msg2
                       msg3
                       msg4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828015#M1589703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828016#M1589704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The system behavior after the message depends on the message type and on the place where the message is called. For example - the message type W will behave differently in the PAI module and the START-OF-SELECTION block.&lt;/P&gt;&lt;P&gt;So, in you case it may be the problem with message behavior in the given context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The details about the messages behavior in various contexts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_46c/helpdata/en/9f/dbaae335c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828016#M1589704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828017#M1589705</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;    Execute the program using '/h' in debugging mode, then in the debugging mode goto menu Breakpoints-&amp;gt;Breakpoint at-&amp;gt;Breakpoint at Statement-&amp;gt;enter 'message' and press 'Enter'. Now Breakpoint will be set at all messages. Press 'F8' and reach the place where the error message is triggering and do the analysis&lt;/P&gt;&lt;P&gt;&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;Dande&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 06:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828017#M1589705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error after message display in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828018#M1589706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for your quick responce ....&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;@ Harish/Sham : probelm is the error message is called from standerd Function module &lt;/P&gt;&lt;P&gt;@Dande : Even though i am trying in debugger mode it is comming out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-message-display-in-modulepool/m-p/7828018#M1589706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T07:07:58Z</dc:date>
    </item>
  </channel>
</rss>

