<?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: Code_understand in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942504#M388840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my current case, a strange thing is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of arbfeld_dec is 1 but  after the assignment xkomv-kawrt = arbfeld_dec, the value of  xkomv-kawrt  becomes 10 and not 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAn you explain this phenomenon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Feb 2007 03:58:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-18T03:58:20Z</dc:date>
    <item>
      <title>Code_understand</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942502#M388838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the following code means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;overflow ?                                      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    catch system-exceptions conversion_errors = 1.&lt;/P&gt;&lt;P&gt;      xkomv-kawrt = arbfeld_dec.                  &lt;/P&gt;&lt;P&gt;    endcatch.                      &lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;When do we use CATCH-ENDCATCH statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 03:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942502#M388838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T03:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code_understand</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942503#M388839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a specific statement is expected to error out or throw a exception and you want to handle the error rather than throwing the error / exception to the user, you use the TRY / CATCH block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You write the statement which is likely to throw the exception in the TRY block and catch the exception in the CATCH block where you specify the action to be taken when the exception is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you are catching all the system exceptions and when the exception is raised the field xkomv-kawrt is being assigned some value in the variable, arbfeld_dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 03:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942503#M388839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T03:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Code_understand</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942504#M388840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my current case, a strange thing is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of arbfeld_dec is 1 but  after the assignment xkomv-kawrt = arbfeld_dec, the value of  xkomv-kawrt  becomes 10 and not 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAn you explain this phenomenon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 03:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-understand/m-p/1942504#M388840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T03:58:20Z</dc:date>
    </item>
  </channel>
</rss>

