<?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 problem in comparison in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-comparison/m-p/3426988#M823047</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 have a field A of length 3 (char field) and in my program every time i execute the program it should select the maximum number from the previous numbers add one to it and give the result. Now i increased the lengt to 4. my problem is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the current max number is 011 and since i have increased the length its giving me 0012. and every time its giving me the same number 0012 because its picking 011. how should i comapre 011 and 0012 and select the max number and give the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 11, 2008 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 16:10:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T16:10:38Z</dc:date>
    <item>
      <title>problem in comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-comparison/m-p/3426988#M823047</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 have a field A of length 3 (char field) and in my program every time i execute the program it should select the maximum number from the previous numbers add one to it and give the result. Now i increased the lengt to 4. my problem is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the current max number is 011 and since i have increased the length its giving me 0012. and every time its giving me the same number 0012 because its picking 011. how should i comapre 011 and 0012 and select the max number and give the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 11, 2008 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-comparison/m-p/3426988#M823047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem in comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-comparison/m-p/3426989#M823048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a 4 char variable .. &lt;/P&gt;&lt;P&gt;concatenate the 3 char letter as.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate '0' v_3char into v_4char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now compare v_4char 0012  to know the max number ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-comparison/m-p/3426989#M823048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T16:26:10Z</dc:date>
    </item>
  </channel>
</rss>

