<?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 Enhancing NUMBER_GET_NEXT when RETURNCODE is 1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138719#M1513269</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;When NUMBER_GET_NEXT  return '1' we know that critical value reached. This return code set within NUMBER_GET_NEXT  &amp;gt;&amp;gt; PERFORM LOCAL_BUFFER routine.&lt;/P&gt;&lt;P&gt;Requirement: when ever NUMBER_GET_NEXT returns '1' i have to send a mail to some fixed mail id. Though SAP gives an informatin message, but when in any background job function module NUMBER_GET_NEXT returns '1' , user will not be able to see that message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to my analysis as there is no exit , badi or enhancement. So it is not possible other than changing FM with access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this FM called every where I have to write only within FM. not outside of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if it is possible in any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 10:36:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-04T10:36:57Z</dc:date>
    <item>
      <title>Enhancing NUMBER_GET_NEXT when RETURNCODE is 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138719#M1513269</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;When NUMBER_GET_NEXT  return '1' we know that critical value reached. This return code set within NUMBER_GET_NEXT  &amp;gt;&amp;gt; PERFORM LOCAL_BUFFER routine.&lt;/P&gt;&lt;P&gt;Requirement: when ever NUMBER_GET_NEXT returns '1' i have to send a mail to some fixed mail id. Though SAP gives an informatin message, but when in any background job function module NUMBER_GET_NEXT returns '1' , user will not be able to see that message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to my analysis as there is no exit , badi or enhancement. So it is not possible other than changing FM with access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this FM called every where I have to write only within FM. not outside of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if it is possible in any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138719#M1513269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-04T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing NUMBER_GET_NEXT when RETURNCODE is 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138720#M1513270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the solutin . In version 6 you have to write code within enhancement spot BADI_NUMBER_GET_NEXT &amp;gt;&amp;gt; CL_BADI_NUMBER_GET_NEXT_FALLB &amp;gt;&amp;gt; IF_BADI_NUMBER_GET_NEXT~NUMBER_GET &amp;gt;&amp;gt; double click. &lt;/P&gt;&lt;P&gt;Within this method we have to calculate critical number using NRIV table and then  percentage field of TNRO table.&lt;/P&gt;&lt;P&gt;if NRIV-nrlevel GE ctitical_number then send mail.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Manab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 13:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138720#M1513270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing NUMBER_GET_NEXT when RETURNCODE is 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138721#M1513271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;could you, please, tell how did you manage to create implementation for enhancement spot BADI_NUMBER_GET_NEXT?&lt;/P&gt;&lt;P&gt;Within this spot there is already existing enhancement implementation WDK_NUMBER_GET_NEXT, but it does not allow to make any changes.&lt;/P&gt;&lt;P&gt;If I create my own enhancement implementation and when I try to create Badi implementation, it generates the following error message &lt;EM&gt;"BAdi is internal SAP; implementation in customer namespace not allowed".&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 11:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-number-get-next-when-returncode-is-1/m-p/7138721#M1513271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T11:46:53Z</dc:date>
    </item>
  </channel>
</rss>

