<?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 slin in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028051#M1348815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with out exceptions we cant use  Sy-subrc check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 options avalibale ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  define exceptions use sy-subrc according to that ..&lt;/P&gt;&lt;P&gt;2) If you are using table statements chekc the values of that &lt;/P&gt;&lt;P&gt;using intial or not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 11:47:22 GMT</pubDate>
    <dc:creator>kamesh_g</dc:creator>
    <dc:date>2009-10-28T11:47:22Z</dc:date>
    <item>
      <title>error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028045#M1348809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; ihave written a FM for which there are no exceptions. after using this FM in the report i am checking for sy-subrc. like if sy-subrc = 0..then success else failure..but when i run SLIN i am getting error mesg saying sy-subrc will always be zero. how to handle this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 06:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028045#M1348809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T06:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028046#M1348810</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;    You can add Exceptions to the function module which you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 06:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028046#M1348810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T06:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028047#M1348811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As because you created the function module , you can add exception also.&lt;/P&gt;&lt;P&gt;So I think if you add an exception and and after calling your FM check the SY-SUBRC issue will be solved.-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 06:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028047#M1348811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T06:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028048#M1348812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not tell the caller if everything is ok or not what sense does it make to check sy-subrc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- tell the caller if everything is ok or not (the only way to do that are exceptions)&lt;/P&gt;&lt;P&gt;- delete the check of sy.subrc afterwards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, i feel a little bit like this is a kind of 	April Fool's joke: i would like to take a shower without getting wet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 06:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028048#M1348812</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-24T06:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028049#M1348813</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 purpose of using SY-SUBRC when you have not defined any exceptions (Not raising any exceptions) in the function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 06:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028049#M1348813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-24T06:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028050#M1348814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028050#M1348814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T11:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: error in slin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028051#M1348815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with out exceptions we cant use  Sy-subrc check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 options avalibale ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  define exceptions use sy-subrc according to that ..&lt;/P&gt;&lt;P&gt;2) If you are using table statements chekc the values of that &lt;/P&gt;&lt;P&gt;using intial or not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-slin/m-p/6028051#M1348815</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-10-28T11:47:22Z</dc:date>
    </item>
  </channel>
</rss>

