<?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: DYNPRO_MSG_IN_HELP  dump in user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988079#M1162012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think ur exit EXIT_SAPLAIST_003 is calling from a module with addition AT EXIT-COMMAND like&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_9001 AT EXIT-COMMAND. And in this module u cannot use error message. I u use error message then u will get the same dump.  I have developed a small prog. and here is dump that I am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Runtime Errors         DYNPRO_MSG_IN_HELP
Date and Time          16.01.2009 10:41:34



 Short text
     Screen: Illegal message



 What happened?
     The current screen processing action was terminated since a situation
     occurred where the application could not continue.
     This is probably due to an error in the ABAP program or in the current
     screen.


 Error analysis
     The program attempted to issue a " " message during  "Exit Command"  processing.
     This is an illegal operation.
     The program was terminated.

     Screen name.............. "SAPMZAPP"
     Screen number............ 9001



 Trigger Location of Runtime Error
     Program                                 SAPMZAPP
     Include                                 MZAPP_USER_COMMAND_9001I01
     Row                                     11

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. check whether u r getting the same message in &lt;STRONG&gt;Error analysis&lt;/STRONG&gt; section or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 09:46:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-16T09:46:29Z</dc:date>
    <item>
      <title>DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988075#M1162008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo gays,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program finish with short dump when i click exit button in case i have wron data in one mandatory field.&lt;/P&gt;&lt;P&gt;  IF NOT &amp;lt;ln_anla&amp;gt;-lifnr IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF NOT &amp;lt;ln_anlz&amp;gt; IS ASSIGNED.&lt;/P&gt;&lt;P&gt;      ASSIGN (c_anlz) TO &amp;lt;ln_anlz&amp;gt;.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CHECK &amp;lt;ln_anlz&amp;gt; IS ASSIGNED.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE kostl INTO zkostl FROM  zaa_ccvend_map&lt;/P&gt;&lt;P&gt;      WHERE bukrs = &amp;lt;ln_anla&amp;gt;-bukrs AND lifnr = &amp;lt;ln_anla&amp;gt;-lifnr.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      IF &amp;lt;ln_anlz&amp;gt;-kostl NE zkostl.&lt;/P&gt;&lt;P&gt;        &amp;lt;ln_anlz&amp;gt;-kostl = zkostl.&lt;/P&gt;&lt;P&gt;        PERFORM anlz_bearb(saplaist).&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      MESSAGE e005(zaa) WITH &amp;lt;ln_anla&amp;gt;-lifnr. HERE IS SHORT DUMP!!!&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Error message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ELSE. "LIFNR is initial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 08:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988075#M1162008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T08:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988076#M1162009</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;It is not always allowed to raise an error like this in a user exit. Which exit are you using? &lt;/P&gt;&lt;P&gt;Is there an exception you can raise in the exit (RAISE command) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 08:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988076#M1162009</guid>
      <dc:creator>b_deterd2</dc:creator>
      <dc:date>2009-01-16T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988077#M1162010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u pl. check whether ur exit is calling from POH event or when u r pressing F4 help ? As the error name suggests  'DYNPRO_MSG_IN_HELP', it can be the possibility that due to F4 help ur exit is triggering and as within F4 help we cannot give error message that's why it is giving u this dump. If I am correct then pl. replace this error message by success(S) or by information (I) message to avoid this prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 09:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988077#M1162010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T09:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988078#M1162011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for suggestions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use function module EXIT_SAPLAIST_003. The dump isn't getting when i use F4.It is getting when i use exit button.But only in case when i reseived first error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 09:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988078#M1162011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988079#M1162012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think ur exit EXIT_SAPLAIST_003 is calling from a module with addition AT EXIT-COMMAND like&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_9001 AT EXIT-COMMAND. And in this module u cannot use error message. I u use error message then u will get the same dump.  I have developed a small prog. and here is dump that I am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Runtime Errors         DYNPRO_MSG_IN_HELP
Date and Time          16.01.2009 10:41:34



 Short text
     Screen: Illegal message



 What happened?
     The current screen processing action was terminated since a situation
     occurred where the application could not continue.
     This is probably due to an error in the ABAP program or in the current
     screen.


 Error analysis
     The program attempted to issue a " " message during  "Exit Command"  processing.
     This is an illegal operation.
     The program was terminated.

     Screen name.............. "SAPMZAPP"
     Screen number............ 9001



 Trigger Location of Runtime Error
     Program                                 SAPMZAPP
     Include                                 MZAPP_USER_COMMAND_9001I01
     Row                                     11

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. check whether u r getting the same message in &lt;STRONG&gt;Error analysis&lt;/STRONG&gt; section or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 09:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988079#M1162012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988080#M1162013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i received the same short dump - how you solve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 10:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988080#M1162013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988081#M1162014</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;Give an Information message and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 10:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988081#M1162014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T10:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988082#M1162015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl. use information message or success message instead of error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 10:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988082#M1162015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988083#M1162016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Information message and exit solve the problem.Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 12:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988083#M1162016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T12:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_MSG_IN_HELP  dump in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988084#M1162017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really want to stop, you can use message type A.Then will no dump and no go ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 10:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-msg-in-help-dump-in-user-exit/m-p/4988084#M1162017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T10:13:41Z</dc:date>
    </item>
  </channel>
</rss>

