<?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 Dump when call error message in User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571597#M1565461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;In one of the user exit I am using. If process not sucessfull need to give error message and come out of the transaction without saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when for me it is giving short dump.&lt;/P&gt;&lt;P&gt;i followed:&lt;/P&gt;&lt;P&gt;message E001(ZMESSAGE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 03:24:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-26T03:24:05Z</dc:date>
    <item>
      <title>Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571597#M1565461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;In one of the user exit I am using. If process not sucessfull need to give error message and come out of the transaction without saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when for me it is giving short dump.&lt;/P&gt;&lt;P&gt;i followed:&lt;/P&gt;&lt;P&gt;message E001(ZMESSAGE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 03:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571597#M1565461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T03:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571598#M1565462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the message in the short dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 04:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571598#M1565462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T04:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571599#M1565463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The short dump is:&lt;/P&gt;&lt;P&gt;The COMMIT WORK processing must not be interrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The current ABAP program "SAPLXCO1" had to be terminated because it has&lt;/P&gt;&lt;P&gt;  come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;ANu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 04:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571599#M1565463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571600#M1565464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you cannot issue error messages in the user-exit that you are using now.&lt;/P&gt;&lt;P&gt;Look for another user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 06:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571600#M1565464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T06:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571601#M1565465</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;   we can raise error message in user exit only the corresponding exits customer function FM  is called in PAI event .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please check that the user exit your using is called in PAI Event ,then only it will  work otherwise it will get dump.&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;Devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 07:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571601#M1565465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-26T07:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571602#M1565466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you send your code ?&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;Sujeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 08:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571602#M1565466</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2011-01-26T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571603#M1565467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mention the user exit name and the code written in that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 07:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571603#M1565467</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-01-27T07:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571604#M1565468</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;write the code like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if sy-subrc NE 0.

Message........

leave screen &amp;lt;Screen No&amp;gt;

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ganesh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 08:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571604#M1565468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T08:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when call error message in User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571605#M1565469</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;dump is coming due to leave screen code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write message type 'I'.&lt;/P&gt;&lt;P&gt;LEAVE TO CURRENT TRANSACTION.&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;&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 10:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-call-error-message-in-user-exit/m-p/7571605#M1565469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T10:18:11Z</dc:date>
    </item>
  </channel>
</rss>

