<?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: Exception error occured in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297294#M1221782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting Exception is should really not be the issue because there is no output values for the Input that you have provided.&lt;/P&gt;&lt;P&gt;Try running the Function module through SE37 and you will get the same exception. I guess you can Ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are sure that it should have returned some value when you execute the FM then better start debug the code &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2009 04:49:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-18T04:49:17Z</dc:date>
    <item>
      <title>Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297291#M1221779</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 the following function module.it's throwing exception occured no_record_found.what shall i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CSSF_STPOB_READ'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       estlty                = wa_temp-stlty&lt;/P&gt;&lt;P&gt;       estlnr                = wa_temp-stlnr&lt;/P&gt;&lt;P&gt;       edatuv                = wa_temp-datuv&lt;/P&gt;&lt;P&gt;       estlkn                = wa_temp-stlkn&lt;/P&gt;&lt;P&gt;       estlal                = wa_temp-stlal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      ASTPOB                = i_stpob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_RECORD_FOUND       = 1&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 04:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297291#M1221779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T04:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297292#M1221780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just uncomment this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_RECORD_FOUND = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then check why this FM is throwing the exception 'NO_RECORD_FOUND'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 04:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297292#M1221780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T04:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297293#M1221781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your program handle exception, uncomment the EXCEPTION in your code &amp;amp; handle it with messages .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CSSF_STPOB_READ'
EXPORTING
estlty = wa_temp-stlty
estlnr = wa_temp-stlnr
edatuv = wa_temp-datuv
estlkn = wa_temp-stlkn
estlal = wa_temp-stlal

IMPORTING
ASTPOB = i_stpob

 EXCEPTIONS
 NO_RECORD_FOUND = 1
 OTHERS = 2
.
 IF sy-subrc 0.
                        " Message in case exception occurs 
 ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 04:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297293#M1221781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T04:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297294#M1221782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting Exception is should really not be the issue because there is no output values for the Input that you have provided.&lt;/P&gt;&lt;P&gt;Try running the Function module through SE37 and you will get the same exception. I guess you can Ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are sure that it should have returned some value when you execute the FM then better start debug the code &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 04:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297294#M1221782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T04:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297295#M1221783</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 i uncomment the code in the above function module,it's throwing rc '1' and message showing is "&lt;STRONG&gt;no active tab exists for sapapo/matkey&lt;/STRONG&gt;/".&lt;/P&gt;&lt;P&gt;1.what is the solution to avoid this? &lt;/P&gt;&lt;P&gt;2. can i skip printing the message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297295#M1221783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T05:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297296#M1221784</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;Just uncomment the exceptions part so that your program will not dump but remove the message display:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CSSF_STPOB_READ'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;estlty = wa_temp-stlty&lt;/P&gt;&lt;P&gt;estlnr = wa_temp-stlnr&lt;/P&gt;&lt;P&gt;edatuv = wa_temp-datuv&lt;/P&gt;&lt;P&gt;estlkn = wa_temp-stlkn&lt;/P&gt;&lt;P&gt;estlal = wa_temp-stlal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ASTPOB = i_stpob&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NO_RECORD_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;" do processing&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297296#M1221784</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-03-18T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exception error occured</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297297#M1221785</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 the above function module to get the valid to date of BOM.even though my exception error problem has been resolved,now my problem is that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i change the material to new material, I want to consider only which are valid.but the function module is throwing an error "&lt;STRONG&gt;No active nametab exists for /SAPAPO/MATKEY&lt;/STRONG&gt;".so, the valid to date for new material is '0000000'.&lt;/P&gt;&lt;P&gt;plz help me in solving the above error &lt;STRONG&gt;or else&lt;/STRONG&gt; is there any way to find valid to date of BOM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;murali.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: murali ch on Mar 18, 2009 12:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 08:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-error-occured/m-p/5297297#M1221785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T08:36:10Z</dc:date>
    </item>
  </channel>
</rss>

