<?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: stop function module error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253212#M1213592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do one thing..&lt;/P&gt;&lt;P&gt;take that error from the exporting parameters of that function modle and try to modify or delete the same message and add your custom meesage to that table parameter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 09:06:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T09:06:35Z</dc:date>
    <item>
      <title>stop function module error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253209#M1213589</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 am using one standard function module in that function module one more function module is there  in that 2nd function module we got an error but we need to stop displaying the error and need to display our custom message after comming out to our first function module in the main program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one please help in resolving this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253209#M1213589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: stop function module error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253210#M1213590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt; Try creating your own &lt;STRONG&gt;exception&lt;/STRONG&gt; to create your own custom message.&lt;/P&gt;&lt;P&gt;Or else try using messages like this.&lt;/P&gt;&lt;P&gt;message 'Error' type 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253210#M1213590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: stop function module error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253211#M1213591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you catching the exceptions form Main FM in your program if not it will throw hard core error.&lt;/P&gt;&lt;P&gt;You catch the exception and after calling FM check the sy-subrc and based on that you return custom message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253211#M1213591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: stop function module error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253212#M1213592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do one thing..&lt;/P&gt;&lt;P&gt;take that error from the exporting parameters of that function modle and try to modify or delete the same message and add your custom meesage to that table parameter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253212#M1213592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: stop function module error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253213#M1213593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;As u r using standard function module use Implicit enhancement. Before the 2nd funtion module u check for the condition ( either Database selection or Copying the 2nd FM as ZFM) and if its not true exit from the 2nd function module with your custome messege else let it go through the 2nd FM. Rlpy back if u need any other clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-function-module-error/m-p/5253213#M1213593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:11:59Z</dc:date>
    </item>
  </channel>
</rss>

