<?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 in user-exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908014#M1145891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx for all your help guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 06:52:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T06:52:02Z</dc:date>
    <item>
      <title>error in user-exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908011#M1145888</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;Im to code some custom-checks in USEREXIT_PRICING_CHECK  module of  enhancement MV61AFZA&lt;/P&gt;&lt;P&gt;. If the checks failed , i've to throw an error and stop processing . How do i do throw an error and stop current action. I mean if i use message type E the whole screen is disabled. Can i set sy-subrc value to 4 . Will it help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BYe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 05:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908011#M1145888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: error in user-exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908012#M1145889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac,&lt;/P&gt;&lt;P&gt;If you want to throw error and stop procssing, then you can write your test condition in following manner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN&lt;/P&gt;&lt;P&gt;(test condition)&lt;/P&gt;&lt;P&gt;END-CHAIN.&lt;/P&gt;&lt;P&gt;also, You can use any value of Sy-Subrc. In SAP, value of SY-Subrc other than 0 is same. It makes difference only i FM where you have to cath an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 05:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908012#M1145889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T05:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: error in user-exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908013#M1145890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)&lt;/P&gt;&lt;P&gt;You can install additional checks to the standard checks of condition lines (e.g. maximum/minimum value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/es/14/f62c7dd435d1118b3f0060b03ca329/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/es/14/f62c7dd435d1118b3f0060b03ca329/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/14/f62c7dd435d1118b3f0060b03ca329/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/14/f62c7dd435d1118b3f0060b03ca329/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sachin sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908013#M1145890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in user-exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908014#M1145891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx for all your help guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 06:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-user-exits/m-p/4908014#M1145891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T06:52:02Z</dc:date>
    </item>
  </channel>
</rss>

