<?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: logic for field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906767#M1145648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;divide excise number by 50 then add 1 to the quotient u get. that will be the book value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 07:15:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-11T07:15:21Z</dc:date>
    <item>
      <title>logic for field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906766#M1145647</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 am having one field  with name 'Book Value' in Invoice. Book value depends on Excise Number Range.&lt;/P&gt;&lt;P&gt;For example Excise Number Range is 1 -  100000. If Excise No falls between 1 and 50 the Book Value is 1 and If Excise No falls between 51 and  100 the Book Value is 2 and If Excise No falls between 101 and  150 the Book Value is 3  and so on . The book value gets incremented by 1 for the range of 50.&lt;/P&gt;&lt;P&gt;How can i code this. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 07:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906766#M1145647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: logic for field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906767#M1145648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;divide excise number by 50 then add 1 to the quotient u get. that will be the book value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 07:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906767#M1145648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T07:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: logic for field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906768#M1145649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;If Excise_No between 1 and 50.
Book_Value  = 1.
elseif Excise_No between 51 and 100.
Book_Value  = 2.
.
.
.and so on
ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 07:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-field/m-p/4906768#M1145649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T07:16:46Z</dc:date>
    </item>
  </channel>
</rss>

