<?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: general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319071#M508900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exceptions in function modules or classes denote those situations where the function module or class has failed to perform the task for which it is intended.In such cases we fill the exception tab in function or class with all possible exception cases that can be anticipated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2007 10:06:37 GMT</pubDate>
    <dc:creator>satykumar</dc:creator>
    <dc:date>2007-05-28T10:06:37Z</dc:date>
    <item>
      <title>general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319066#M508895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the exceptions in function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319066#M508895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319067#M508896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; exceptions are errors that may occur in the Fm.&lt;/P&gt;&lt;P&gt;you have to raise exceptions that you think might occur!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319067#M508896</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-28T10:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319068#M508897</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;&lt;/P&gt;&lt;P&gt;lwa_error-level = 1.&lt;/P&gt;&lt;P&gt;lwa_error-severity = 'E'.&lt;/P&gt;&lt;P&gt;lwa_error-langu = sy-langu.&lt;/P&gt;&lt;P&gt;lwa_error-ag = 'FTI_LDB_MESSAGE'.&lt;/P&gt;&lt;P&gt;lwa_error-msgnr = 202.&lt;/P&gt;&lt;P&gt;lwa_error-var1 = i_rfha.&lt;/P&gt;&lt;P&gt;APPEND lwa_error TO e_t_error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error number : Number of the mesage &lt;/P&gt;&lt;P&gt;class : msg class&lt;/P&gt;&lt;P&gt;text: Any tectxt to appear along with the msg&lt;/P&gt;&lt;P&gt;Var1..var4 can hold values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***do reward if usefull&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319068#M508897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319069#M508898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each exception is an error condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Dont forget to reward all the useful replies&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319069#M508898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319070#M508899</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;Go thru this Link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9e/d58167116711d5b2f40050dadfb92b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9e/d58167116711d5b2f40050dadfb92b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319070#M508899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319071#M508900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exceptions in function modules or classes denote those situations where the function module or class has failed to perform the task for which it is intended.In such cases we fill the exception tab in function or class with all possible exception cases that can be anticipated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319071#M508900</guid>
      <dc:creator>satykumar</dc:creator>
      <dc:date>2007-05-28T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319072#M508901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In general in report programm we will display some messages according to situation.&lt;/P&gt;&lt;P&gt;In the same way while creating FM , insated of messgaes we will go for exceptions.&lt;/P&gt;&lt;P&gt;Ex:    RASIE NO_DATA.&lt;/P&gt;&lt;P&gt;suppose if the FM doesnt export any parametrs, then in that siatution we will raise exception RASIE NO_DATA.(cpends on theuser requiremnt too)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wen we call the FM , each exception will be assigned a one number.&lt;/P&gt;&lt;P&gt;and after calling the fM in report program , we will check thru sy-subrc .&lt;/P&gt;&lt;P&gt;if sy-subrc = 1(i.e NO_DATA message)&lt;/P&gt;&lt;P&gt;;;;;;;&lt;/P&gt;&lt;P&gt;;;;;;&lt;/P&gt;&lt;P&gt;some logic.&lt;/P&gt;&lt;P&gt;endif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues.&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2319072#M508901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:08:18Z</dc:date>
    </item>
  </channel>
</rss>

