<?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: SLIN warning message need to rectify in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562361#M1431542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see.. basic reason it you are trying to catch something but not doing anything with it..&lt;/P&gt;&lt;P&gt;it can be hidden using "#EC NO_HANDLER ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you have some thing like..&lt;/P&gt;&lt;P&gt;&amp;gt;catch this into that.&lt;/P&gt;&lt;P&gt;then you can use to read the text of 'that' to use it for messages or some other  task..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 09:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-10T09:48:31Z</dc:date>
    <item>
      <title>SLIN warning message need to rectify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562358#M1431539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      TRY.&lt;/P&gt;&lt;P&gt;          CREATE OBJECT LR_0014&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              TCLAS = 'A'&lt;/P&gt;&lt;P&gt;              INFTY = '0014'.&lt;/P&gt;&lt;P&gt;        CATCH CX_HRPA_VIOLATED_ASSERTION .&lt;/P&gt;&lt;P&gt;      ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this code in SLIN it is showing warning message as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Exception Handling After the CATCH Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the Solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562358#M1431539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN warning message need to rectify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562359#M1431540</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;What is the object type you are refering to? Seems you have removed the EXCEPTIONS part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562359#M1431540</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-10T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN warning message need to rectify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562360#M1431541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8729522"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562360#M1431541</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2010-02-10T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN warning message need to rectify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562361#M1431542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see.. basic reason it you are trying to catch something but not doing anything with it..&lt;/P&gt;&lt;P&gt;it can be hidden using "#EC NO_HANDLER ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you have some thing like..&lt;/P&gt;&lt;P&gt;&amp;gt;catch this into that.&lt;/P&gt;&lt;P&gt;then you can use to read the text of 'that' to use it for messages or some other  task..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562361#M1431542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN warning message need to rectify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562362#M1431543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All got ans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2010 16:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-warning-message-need-to-rectify/m-p/6562362#M1431543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-13T16:14:53Z</dc:date>
    </item>
  </channel>
</rss>

